Generated from qorven cron --help. Re-run scripts/gen-cli-reference.sh after CLI changes.
Reference
Manage scheduled jobs
Usage:
qorven cron [command]
Available Commands:
create Create a cron job
delete Delete a cron job
list List cron jobs
toggle Enable or disable a cron job
Flags:
-h, --help help for cron
Global Flags:
-o, --output string Output format: table, json, yaml (default "table")
--server string Gateway URL (env: QORVEN_SERVER)
--token string Auth token (env: QORVEN_TOKEN)
-v, --verbose Verbose output
-y, --yes Skip confirmation prompts
Use "qorven cron [command] --help" for more information about a command.
Examples
Example section to fill with real operator usage patterns. TBD.
Global flags
--server, --token, --output.