rustvello-cli-0.1.6 is not a library.
rustvello-cli
Command-line interface for the rustvello distributed task system.
Installation
Commands
| Command | Description |
|---|---|
rustvello run |
Start a task runner that processes queued invocations |
rustvello status <id> |
Show the status of an invocation |
rustvello list |
List invocations (optionally filtered by status or task) |
rustvello purge |
Purge all data (broker queue, invocations, results) |
rustvello info |
Show system information (version, homepage) |
Common Options
Most commands accept --db_path <path> to use a SQLite database. Without it, an in-memory database is used.
Examples
# Start a runner
# List all pending invocations
# Check status of a specific invocation
# Purge all data (with confirmation skip)
# Show version and system info