cli_add_commands
Add subcommands with options, arguments, and validation to your existing CLI tool. Define command names and descriptions to extend functionality.
Instructions
Add subcommands with options, arguments, and validation to an existing CLI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| cli_name | Yes | CLI tool name | |
| commands | Yes | Commands to add |