Display help information for Kapso CLI commands.

kapso help [COMMAND...] [-n]

Arguments

ArgumentDescription
COMMAND...Command to show help for

Options

FlagDescription
-n, --nested-commandsInclude nested commands in output

Description

Displays reference information for CLI commands. Without arguments, shows all available top-level commands.

Examples

Display all commands:

kapso help

Command-specific help:

kapso help deploy

Nested command help:

kapso help create agent

Show full command tree:

kapso help -n

Output Format

  • Command syntax
  • Available options
  • Description
  • Usage examples
  • Related commands (when applicable)