Skip to main content

CLI: vyasa clis


Usage: vyasa clis [OPTIONS] COMMAND [ARGS]...

Manage builder CLI integrations (tools the agent uses to DO the work)

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Commands ───────────────────────────────────────────────────────────────────┐
│ list Show all configured CLIs. │
│ add Add a builder CLI integration. │
│ remove Remove a builder CLI integration. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa clis list


Usage: vyasa clis list [OPTIONS]

Show all configured CLIs.

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa clis add


Usage: vyasa clis add [OPTIONS]

Add a builder CLI integration.

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ * --id TEXT CLI ID (e.g. 'welder') [required] │
│ * --command -c TEXT CLI command [required] │
│ --description -d TEXT What this CLI does │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa clis remove


Usage: vyasa clis remove [OPTIONS]

Remove a builder CLI integration.

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ * --id TEXT CLI ID to remove [required] │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘