CLI Commands
help
Thehelp command provides information about other commands available in the Cogni+ CLI.
Usage
Description
Thehelp command shows detailed help for a specific command or lists all available commands with brief descriptions. This is useful for understanding the capabilities of the Cogni+ CLI and how to use specific commands.
- If
COMMANDis provided, it shows detailed help for that command - If no command is specified, it lists all available commands grouped by category
Options
| Option | Description |
|---|---|
--help | Show help message for the help command itself |
Arguments
| Argument | Description |
|---|---|
COMMAND | (Optional) The command to get detailed help for |
Examples
Output
When run without arguments, thehelp command groups commands by category:
- Authentication: Commands related to logging in and out
- Core: Basic CLI functionality like version and updates
- Server Management: Commands for managing MCP servers
- Resources: Commands for managing resources and logs
- Setup: Commands for initial configuration
- Help: Help system commands
Related Commands
All Cogni+ CLI commands can be explored using thehelp command.
Tips
- Use
cogni helpto get an overview of available commands - Use
cogni help <command>to get detailed usage instructions for a specific command - Most commands also support the
--helpflag directly (e.g.,cogni login --help)