awa-cli-0.3.0-alpha.2 is not a library.
awa-cli
CLI for the Awa Postgres-native job queue.
# Install (no Rust toolchain needed)
# or: cargo install awa-cli
# Run migrations
# Admin
# Web UI
# → http://127.0.0.1:3000
Commands
| Command | Description |
|---|---|
migrate |
Run database migrations (or extract SQL) |
job list |
List jobs with state/kind/queue filters |
job retry |
Retry a failed/cancelled job |
job cancel |
Cancel a job |
job retry-failed |
Retry all failed jobs by kind |
job discard |
Delete failed jobs by kind |
queue stats |
Show per-queue depth, lag, throughput |
queue pause |
Pause a queue |
queue resume |
Resume a paused queue |
queue drain |
Cancel all pending jobs in a queue |
cron list |
List registered cron schedules |
cron remove |
Remove a cron schedule |
serve |
Start the web UI dashboard |
License
MIT OR Apache-2.0