Skip to main content

CLI: vyasa sdks


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

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

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

vyasa sdks list


Usage: vyasa sdks list [OPTIONS]

Show all configured SDKs.

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

vyasa sdks add


Usage: vyasa sdks add [OPTIONS]

Add a builder SDK integration.

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ * --id TEXT SDK ID [required] │
│ --language -l TEXT SDK language [default: python] │
│ * --package -p TEXT Package name [required] │
│ --description -d TEXT What this SDK does │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa sdks remove


Usage: vyasa sdks remove [OPTIONS]

Remove a builder SDK integration.

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