CLI
sazabi sandbox-clis
Command reference for sazabi sandbox-clis.
sazabi sandbox-clis — Manage sandbox CLIs. Subcommands: list, get, set, connect, delete, disconnect, test, types, skill.
sazabi sandbox-clis
Manage sandbox CLIs
sazabi sandbox-clis <subcommand>sazabi sandbox-clis list # List connected sandbox CLIs
sazabi sandbox-clis types # List available sandbox CLIs
sazabi sandbox-clis set --type aws --env-file credentials.json # Save a connection
sazabi sandbox-clis skill --type aws # Show setup skillsazabi sandbox-clis list
List connected sandbox CLIs
sazabi sandbox-clis list [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Project ID |
sazabi sandbox-clis list # List connected sandbox CLIs
sazabi sandbox-clis list --json # Output as JSONsazabi sandbox-clis get
Get one CLI connection
sazabi sandbox-clis get [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Project ID |
--type | string | No | Sandbox CLI type |
sazabi sandbox-clis get --type aws # Show the AWS CLI connectionsazabi sandbox-clis set
Set or replace a CLI connection
sazabi sandbox-clis set [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--env | string | No | Repeat KEY=VALUE; use KEY=@file or KEY=@@value for a literal @ |
--env-file | string | No | JSON object containing credential names and values |
--project-id | string | No | Project ID |
--type | string | No | Sandbox CLI type |
sazabi sandbox-clis set --type github --env GH_TOKEN=@token.txt # Save credentials
sazabi sandbox-clis set --type aws --env-file credentials.json # Read credentials from JSONsazabi sandbox-clis connect
Connect a sandbox CLI (alias for set)
sazabi sandbox-clis connect [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--env | string | No | Repeat KEY=VALUE; use KEY=@file or KEY=@@value for a literal @ |
--env-file | string | No | JSON object containing credential names and values |
--project-id | string | No | Project ID |
--type | string | No | Sandbox CLI type |
sazabi sandbox-clis connect --type github --env GH_TOKEN=@token.txt # Connect the GitHub sandbox CLIsazabi sandbox-clis delete
Disconnect a stored sandbox CLI
sazabi sandbox-clis delete [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Project ID |
--type | string | No | Sandbox CLI type |
sazabi sandbox-clis delete --type aws # Disconnect the AWS CLIsazabi sandbox-clis disconnect
Disconnect a stored sandbox CLI (alias for delete)
sazabi sandbox-clis disconnect [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--project-id | string | No | Project ID |
--type | string | No | Sandbox CLI type |
sazabi sandbox-clis disconnect --type aws # Disconnect the AWS CLIsazabi sandbox-clis test
Test sandbox CLI credentials without saving
sazabi sandbox-clis test [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--env | string | No | Repeat KEY=VALUE; use KEY=@file or KEY=@@value for a literal @ |
--env-file | string | No | JSON object containing credential names and values |
--project-id | string | No | Project ID |
--type | string | No | Sandbox CLI type |
sazabi sandbox-clis test --type github --env GH_TOKEN=@token.txt # Validate credentialssazabi sandbox-clis types
List available sandbox CLI types
sazabi sandbox-clis types [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
sazabi sandbox-clis types # List all sandbox CLI types
sazabi sandbox-clis types --json # Output as JSONsazabi sandbox-clis skill
Show setup skill for a sandbox CLI type
sazabi sandbox-clis skill [options]| Flag | Type | Required | Description |
|---|---|---|---|
--token | string | No | Override token |
--api-base-url | string | No | Override API base URL |
--json | boolean | No | Output as JSON |
--type | string | No | Sandbox CLI type (e.g. aws, github, vercel, supabase) |
sazabi sandbox-clis skill --type aws # Show AWS setup skill
sazabi sandbox-clis skill --type github # Show GitHub setup skill
sazabi sandbox-clis skill --type vercel --json # Output as JSON