promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Cursor CLI

agent sandbox help [command]

Shows help for the sandbox subcommands.

agent sandbox help [command] shows help for the sandbox subcommands (enable, disable, reset, run), optionally in detail for a single subcommand.

โœ… WHEN TO USE IT?

Look up the available options of sandbox run

agent sandbox help run

โ›” WHEN NOT TO?

You just want to quickly see the options of the sandbox command you're already typing

agent sandbox help command is a separate call.

Better: Append -h or --help directly, e.g. agent sandbox run --help

SOURCES