Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_claude.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_codex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_copilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_docker-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_gemini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_kiro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_opencode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_create_shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions data/sbx_cli/sbx_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion data/sbx_cli/sbx_secret_rm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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