pub fn execute(cli: &Cli) -> Result<ExitCode, SboxError>Expand description
sbox bootstrap — generate the package lockfile inside the sandbox without running
install scripts. Requires package_manager: to be set in sbox.yaml.
After bootstrap succeeds, run sbox run -- <rebuild-command> to execute install scripts
with network disabled (two-phase install pattern).