rwx crons show
Show a cron's schedule and status.
Usage
rwx crons show [KEY] [flags]
Description
Displays the cron's ID, key, repository, branch, run definition path, schedule, time zone, status, next invocation, and snoozed-until time. JSON output wraps these fields in a Cron object.
Examples
Inspect a cron by key:
rwx crons show run-daily-smoke-tests --branch main
Inspect a cron by ID:
rwx crons show --id <cron-id> --json
Arguments
[KEY]
The cron key. Required unless --id is given. See Selecting a cron for ambiguous matches and archived crons.
Options
--id <id>
Select a cron by ID instead of key. Cannot be combined with a key, --repository, --branch, or --file.
--repository <repository>
Match the repository exactly as shown by rwx crons list.
--branch <branch>
Match a branch exactly.
--file <path>
Match a run definition path exactly, for example .rwx/ci.yml.
Global options
--format <format>
Output format: text or json. Defaults to text.
--json
Output JSON data to stdout. Equivalent to --format json.
--access-token <token>
The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.