rwx crons list

List crons and their schedules. Archived crons are not included.

Usage

rwx crons list [flags]

Description

The default output is a table containing each cron's ID, key, repository, branch, run definition path, schedule, time zone, status, next invocation, and snoozed-until time. Missing timestamps appear as -.

JSON output contains a Crons array. Each entry includes ID, Key, Repository, Branch, RunDefinitionPath, Schedule, TimeZone, Status, NextInvocationAt, and SnoozedUntil. Missing timestamps are null.

Use these values to select a cron for inspection or management.

Examples

List cron schedules:

rwx crons list

Get structured output:

rwx crons list --json

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.