Skip to content

Commit 751371e

Browse files
committed
docs: cli review
1 parent 25fa907 commit 751371e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/cli/cli.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ flamingock [global-options] <command> [command-options]
147147
- `-c, --config <file>` - Configuration file path (default: `flamingock.yml`)
148148
- `--verbose` - Enable verbose logging
149149
- `--debug` - Enable debug logging
150+
- `--trace` - Enable trace logging (most detailed level)
150151
- `--quiet` - Suppress non-essential output
151152
- `--help` - Show help information
152153
- `--version` - Show version information
@@ -192,7 +193,7 @@ flamingock audit fix -c create-user-index -r APPLIED
192193
flamingock audit fix -c create-user-index -r ROLLED_BACK
193194
```
194195

195-
### `issue list`
196+
### `issue list` (alias: `ls`)
196197

197198
List all change units with inconsistent audit states.
198199

@@ -208,7 +209,7 @@ flamingock issue list
208209
flamingock issue list --json
209210
```
210211

211-
### `issue get`
212+
### `issue get` (alias: `describe`)
212213

213214
Show detailed information about an issue.
214215

@@ -314,15 +315,6 @@ flamingock --debug audit list
314315
flamingock --quiet audit list
315316
```
316317

317-
## Environment Variables
318-
319-
You can set default values using environment variables:
320-
321-
```bash
322-
export FLAMINGOCK_CONFIG=/path/to/config.yml
323-
export FLAMINGOCK_LOG_LEVEL=DEBUG
324-
```
325-
326318
## Troubleshooting
327319

328320
### Connection Issues

0 commit comments

Comments
 (0)