diff --git a/data/sbx_cli/sbx_create.yaml b/data/sbx_cli/sbx_create.yaml index 99ce7bd634f..9c91093c9cf 100644 --- a/data/sbx_cli/sbx_create.yaml +++ b/data/sbx_cli/sbx_create.yaml @@ -8,6 +8,10 @@ usage: sbx create [flags] AGENT PATH [PATH...] options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: help shorthand: h default_value: "false" diff --git a/data/sbx_cli/sbx_create_claude.yaml b/data/sbx_cli/sbx_create_claude.yaml index 455e1ffda3c..455220255f7 100644 --- a/data/sbx_cli/sbx_create_claude.yaml +++ b/data/sbx_cli/sbx_create_claude.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_create_codex.yaml b/data/sbx_cli/sbx_create_codex.yaml index e99f6af82b4..b25e2447101 100644 --- a/data/sbx_cli/sbx_create_codex.yaml +++ b/data/sbx_cli/sbx_create_codex.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_create_copilot.yaml b/data/sbx_cli/sbx_create_copilot.yaml index 06a2c48032e..c042f962605 100644 --- a/data/sbx_cli/sbx_create_copilot.yaml +++ b/data/sbx_cli/sbx_create_copilot.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_create_docker-agent.yaml b/data/sbx_cli/sbx_create_docker-agent.yaml index d7824dc9545..16c70efc2e9 100644 --- a/data/sbx_cli/sbx_create_docker-agent.yaml +++ b/data/sbx_cli/sbx_create_docker-agent.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_create_gemini.yaml b/data/sbx_cli/sbx_create_gemini.yaml index f74247b3f8b..ac3bda5ee0d 100644 --- a/data/sbx_cli/sbx_create_gemini.yaml +++ b/data/sbx_cli/sbx_create_gemini.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_create_kiro.yaml b/data/sbx_cli/sbx_create_kiro.yaml index 766a5cca8f1..e29f1aa35d1 100644 --- a/data/sbx_cli/sbx_create_kiro.yaml +++ b/data/sbx_cli/sbx_create_kiro.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_create_opencode.yaml b/data/sbx_cli/sbx_create_opencode.yaml index ea45254945d..9be53cc4b3c 100644 --- a/data/sbx_cli/sbx_create_opencode.yaml +++ b/data/sbx_cli/sbx_create_opencode.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_create_shell.yaml b/data/sbx_cli/sbx_create_shell.yaml index c591992fddd..2f5eba79114 100644 --- a/data/sbx_cli/sbx_create_shell.yaml +++ b/data/sbx_cli/sbx_create_shell.yaml @@ -17,6 +17,10 @@ options: inherited_options: - name: branch usage: Create a Git worktree on the given branch + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: debug shorthand: D default_value: "false" diff --git a/data/sbx_cli/sbx_run.yaml b/data/sbx_cli/sbx_run.yaml index e9dfb8a6f83..8c2fbcca724 100644 --- a/data/sbx_cli/sbx_run.yaml +++ b/data/sbx_cli/sbx_run.yaml @@ -14,6 +14,10 @@ options: - name: branch usage: | Create a Git worktree on the given branch (use --branch auto to auto-generate) + - name: cpus + default_value: "0" + usage: | + Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1) - name: help shorthand: h default_value: "false" diff --git a/data/sbx_cli/sbx_secret_rm.yaml b/data/sbx_cli/sbx_secret_rm.yaml index 62b57f0557f..74876ed2307 100644 --- a/data/sbx_cli/sbx_secret_rm.yaml +++ b/data/sbx_cli/sbx_secret_rm.yaml @@ -29,7 +29,8 @@ example: |4- # Remove without confirmation prompt sbx secret rm -g github -f - # Remove OpenAI credential(s) from global scope + # Remove OpenAI or Anthropic credential(s) from global scope (OAuth and/or API key) sbx secret rm -g openai + sbx secret rm -g anthropic see_also: - sbx secret - Manage stored secrets