Structs§
- Audit
Command - Scan the project’s lockfile for known-malicious or vulnerable package versions. Delegates to the ecosystem’s native audit tool (npm audit, cargo audit, etc.) and runs on the host (not in a sandbox) so it can reach advisory databases.
- Bootstrap
Command - Generate the package lockfile inside the sandbox without running install scripts.
Requires
package_manager:to be configured in sbox.yaml. After bootstrap, runsbox run -- <rebuild-command>to execute scripts with network off. - Clean
Command - Cli
- Completions
Command - Print shell completion script to stdout. Pipe the output to your shell’s completion directory, e.g.: sbox completions bash > /etc/bash_completion.d/sbox sbox completions zsh > ~/.zsh/completions/_sbox
- Doctor
Command - Exec
Command - Init
Command - Plan
Command - RunCommand
- Shell
Command - Shim
Command