glab(1) glab(1)

glab-schedule-update - Update a pipeline schedule.

glab schedule update [flags]

Update a pipeline schedule.

--active[=to not change] Whether or not the schedule is active.

--create-variable=[] Pass new variables to schedule in format :.

--cron="" Cron interval pattern.

--cronTimeZone="" Cron timezone.

--delete-variable=[] Pass variables you want to delete from schedule in format .

--description="" Description of the schedule.

--ref="" Target branch or tag.

--update-variable=[] Pass updated variables to schedule in format :.

--help[=false] Show help for this command.

-R, --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO format. Also accepts full URL or Git URL.

glab schedule update 10 --cron "0 * * * *" --description "Describe your pipeline here" --ref "main" --create-variable "foo:bar" --update-variable "baz:baz" --delete-variable "qux"

glab-schedule(1)

Feb 2025 Auto generated by spf13/cobra