rwx crons

List crons and manage their schedules. To define a schedule, see Cron schedules.

Usage

rwx crons  [flags]

Subcommands

  • list - List crons and their schedules
  • show - Show a cron's schedule and status
  • pause - Pause a cron
  • resume - Resume a cron
  • snooze - Skip scheduled runs until a specific time

Selecting a cron

Use the cron's key, optionally narrowed down with --repository, --branch, or --file. These filters match exactly. Use the repository value shown by rwx crons list.

If multiple crons match, the CLI prompts you to choose when stdout is a terminal and JSON output is disabled. In scripts or JSON mode, ambiguous matches fail; narrow the selection with filters or use --id.

Alternatively, select a cron with --id alone, without a key or selection filters. Archived crons are excluded from lists and can only be selected by ID.

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.