actionqueue-cli
Command-line interface for the ActionQueue task queue engine.
Overview
This crate provides the CLI binary for operating ActionQueue:
daemon-- Start the HTTP server with runtime configurationsubmit-- Submit a new task specificationstats-- Print task/run statistics
Supports JSON and text output formats. Exit codes: 0 (success), 2 (usage), 3 (validation), 4 (runtime), 5 (connectivity).
Part of the ActionQueue workspace
See the workspace root for full documentation.
License
MIT