1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-schedule-create - Schedule a new pipeline.
7
8
9

SYNOPSIS

11       glab schedule create [flags]
12
13
14

DESCRIPTION

16       Schedule a new pipeline.
17
18
19

OPTIONS

21       --active[=true]      Whether or not the schedule is active
22
23
24       --cron=""      Cron interval pattern
25
26
27       --cronTimeZone="UTC"      Cron timezone
28
29
30       --description=""      Description of the schedule
31
32
33       --ref=""      Target branch or tag
34
35
36

OPTIONS INHERITED FROM PARENT COMMANDS

38       --help[=false]      Show help for command
39
40
41       -R,  --repo=""       Select  another repository using the OWNER/REPO or
42       GROUP/NAMESPACE/REPO format or full URL or git URL
43
44
45

EXAMPLE

47       glab schedule create --cron "0 * * * *" --description "Describe your pipeline here" --ref "main"
48
49
50
51
52

SEE ALSO

54       glab-schedule(1)
55
56
57
58Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum