Skip to main content

Usage

Prints usage information. With no command, shows the global help listing all available commands. With a command name, shows that command’s usage, description, and flags.

Exit codes

Global help

Lists every registered command with a short description. Aliases (e.g., self-upgrade for self-update) are listed alongside the canonical name. Stub commands (not yet implemented) are hidden from this output but still resolve for typo suggestions.

Per-command help

Shows the command’s usage line, description, available flags with defaults, and a --help flag reference.

Version

Prints the installed CLI version and exits.