Skip to content

Global flags

Apply these flags to any capa command. Place them before or after the subcommand as Commander allows; prefer putting them next to capa for clarity.

Terminal window
capa [global-flags] <command> [args...]
FlagDescription
--jsonMachine-readable CLI status and messages (not tool payload formatting)
-q, --quietSuppress non-essential output
-v, --verboseVerbose output
--no-colorDisable colored output
-y, --yesAuto-accept all confirms
Terminal window
capa --json status
capa -q install -p cursor
capa -y clean
capa --no-color -v install --no-cache