Skip to main content
  1. Docs
  2. esc env schedule edit | CLI commands

esc env schedule edit | CLI commands

Generated for Pulumi ESC CLI v0.24.0.

    Edit an environment scheduled action.

    Synopsis

    [EXPERIMENTAL] Edit an environment scheduled action

    This command updates the timing of an existing scheduled action. Use –cron to switch to (or update) a recurring schedule or –once to switch to (or update) a one-time schedule at a specific time (ISO 8601 / RFC 3339).

    The minimum cron interval is once per day.

    esc env schedule edit [<org-name>/][<project-name>/]<environment-name> <schedule-id> [flags]
    

    Options

          --cron string   a cron expression for a recurring schedule (minimum interval: once daily)
      -h, --help          help for edit
          --once string   an ISO 8601 / RFC 3339 timestamp in the future for a one-time schedule
    

    Options inherited from parent commands

          --env string   The name of the environment to operate on.
    

    SEE ALSO