#Global flags
| Flag | Short | Default | Description |
|---|---|---|---|
--help | -h | — | Show help for the current command |
--version | -V | — | Show version and exit |
--verbose | -v | false | Enable verbose output |
--quiet | -q | false | Suppress non-essential output |
--json | — | false | Output results as JSON |
--no-color | — | false | Disable ANSI color output |
--dry-run | -n | false | Preview changes without applying them |
--no-input | — | false | Disable interactive prompts |
#Exit codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Runtime failure |
2 | Invalid usage |