Loading...
Loading...
Command-line interface for SeaClip-Lite - A stateless CLI for managing issues, pipelines, agents, schedules, and activity on the SeaClip-Lite project management board.
npx skill4agent add hkuds/cli-anything cli-anything-seaclippip install -e .# Show help
cli-anything-seaclip --help
# Start interactive REPL mode
cli-anything-seaclip
# Run with JSON output (for agent consumption)
cli-anything-seaclip --json server health
cli-anything-seaclip --json issue list
cli-anything-seaclip --json agent listcli-anything-seaclip
# Enter commands interactively with tab-completion and history| Command | Description |
|---|---|
| List issues (--status, --priority, --search, --limit) |
| Create a new issue (--title, --description, --priority) |
| Move issue to column (ISSUE_ID --column COL) |
| Update issue status (ISSUE_ID --set STATUS) |
| Delete an issue (ISSUE_ID) |
| Command | Description |
|---|---|
| List all pipeline agents |
| Command | Description |
|---|---|
| Start pipeline (--issue UUID --mode auto/manual) |
| Get pipeline status (--issue UUID) |
| Resume paused pipeline (--issue UUID) |
| Stop running pipeline (--issue UUID) |
| Command | Description |
|---|---|
| List all schedule configs |
| Add schedule (--name, --cron, --repo) |
| Trigger sync (SCHEDULE_ID) |
| Command | Description |
|---|---|
| Recent activity (--limit N) |
| Command | Description |
|---|---|
| Check backend health |
--json# Human output
cli-anything-seaclip issue list
# JSON output for agents
cli-anything-seaclip --json issue list--json{"error": "message"}