my cli show
my cli show <slug> [flags]Displays details of a locally cached command spec.
Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
slug | The command slug to show (required) |
| Flag | Description |
|---|---|
--raw | Output raw JSON spec |
Examples
Section titled “Examples”# Show command detailsmy cli show deploy
# Output raw JSONmy cli show deploy --raw