← Back to all Flat Fee outputs

Read-only local campaign artifact

chaser-cli-local-check.md

direct-internal-tools-wave-28/chaser-cli-local-check.md

# chaser-cli local capability check

## Direct operation

Ran the documented local binary without any network call:

```powershell
python F:\Projects\tools\chaser-cli\chaser.py --help
```

Result: exit code `0`. The CLI exposed all documented commands: `list`, `info`, `create`, `update`, `delete`, `complete`, `complete-for`, `complete-all`, `reopen`, `ack`, `log-time`, and `raw`.

## Status

`PARTIAL`

The local CLI is present and its parser runs. A real task operation requires an approved `CHASER_API_KEY` plus an authorized Chaser/Slack workspace and would create or alter an external task. Neither was used in this wave.