Skip to content

Commit 1e2da07

Browse files
committed
sbx: bump cli reference v0.25
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 72ef92a commit 1e2da07

11 files changed

+42
-1
lines changed

data/sbx_cli/sbx_create.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ usage: sbx create [flags] AGENT PATH [PATH...]
88
options:
99
- name: branch
1010
usage: Create a Git worktree on the given branch
11+
- name: cpus
12+
default_value: "0"
13+
usage: |
14+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
1115
- name: help
1216
shorthand: h
1317
default_value: "false"

data/sbx_cli/sbx_create_claude.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_create_codex.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_create_copilot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_create_docker-agent.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_create_gemini.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_create_kiro.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_create_opencode.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_create_shell.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ options:
1717
inherited_options:
1818
- name: branch
1919
usage: Create a Git worktree on the given branch
20+
- name: cpus
21+
default_value: "0"
22+
usage: |
23+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
2024
- name: debug
2125
shorthand: D
2226
default_value: "false"

data/sbx_cli/sbx_run.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ options:
1414
- name: branch
1515
usage: |
1616
Create a Git worktree on the given branch (use --branch auto to auto-generate)
17+
- name: cpus
18+
default_value: "0"
19+
usage: |
20+
Number of CPUs to allocate to the sandbox (0 = auto: N-1 host CPUs, min 1)
1721
- name: help
1822
shorthand: h
1923
default_value: "false"

0 commit comments

Comments
 (0)