.nh .TH "glab" "1" "May 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-schedule-create - Schedule a new pipeline. .SH SYNOPSIS \fBglab schedule create [flags]\fP .SH DESCRIPTION Schedule a new pipeline. .SH OPTIONS \fB--active\fP[=true] Whether or not the schedule is active. .PP \fB--cron\fP="" Cron interval pattern. .PP \fB--cronTimeZone\fP="UTC" Cron timezone. .PP \fB--description\fP="" Description of the schedule. .PP \fB--ref\fP="" Target branch or tag. .PP \fB--variable\fP=[] Pass variables to schedule in the format :\&. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX # Create a scheduled pipeline that runs every hour $ glab schedule create --cron "0 * * * *" --description "Describe your pipeline here" --ref "main" --variable "foo:bar" --variable "baz:baz" > Created schedule .EE .SH SEE ALSO \fBglab-schedule(1)\fP