a2wave-cli

Solid

Use when you need to operate a2wave from the command line: install or uninstall a local platform (a2wave setup / setup --down), login / status check / config, manage Agent / Skill / MCP Server / SCM Source / Knowledge Base (KB) / Provider, apply agent.yaml, trigger Runs, diagnose Agents, view stats / artifacts / memory, import / export Agents, manage members, or update the a2wave CLI and its companion skill.

AI & Automation 22 stars 8 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# a2wave CLI Use the `a2wave` command-line tool to manage the a2wave Agent orchestration platform. ## Checks Before You Start 1. Before debugging authentication, URL, token, or backend connectivity issues, run `a2wave status` first. 2. If the URL is not yet configured, set it with `a2wave config set-url <url>`; you can also pass `--url <url>` on a single command, or set `A2WAVE_URL`. 3. Login and URL configuration are two separate things: `a2wave login` runs OAuth SSO via your identity provider (IdP) and writes local credentials. 4. For resource arguments that accept `<id|name>`, you can pass an ID or an exact name; an ID is used directly, while a name is resolved via the list API. ## Platform Install (setup) ```bash a2wave setup --image a2wave:latest # interactive: dir + port prompts, then docker compose up + health wait a2wave setup --yes --image a2wave:latest # non-interactive with defaults (~/a2wave, port 3502) a2wave setup --yes --image a2wave:latest --dir /srv/a2wave --port 3510 --base-url http://192.168.1.10:3510 a2wave setup --no-start --image a2wave:latest # generate .env + docker-compose.yml only a2wave setup --yes --database-url postgres://a2wave:pw@db.internal:5432/a2wave # EXPERIMENTAL: external PostgreSQL backend a2wave setup --yes --with-postgres # EXPERIMENTAL: bundle a postgres:16-alpine sidecar (password generated into .env) a2wave setup --upgrade --image a2wave:1.4.0 # move an existing install to a new image, keeping its data a2w...

Details

Author
LilithGames
Repository
LilithGames/a2wave
Created
2 weeks ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category