glab-schedule-list - Get the list of schedules.
glab schedule list [flags]
Get the list of schedules.
|
-p, --page=1 |
Page number. | ||
|
-P, --per-page=30 |
Number of items to list per page. |
|
-h, --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. |
# List all
scheduled pipelines
$ glab schedule list
> Showing schedules for project gitlab-org/cli
> ID Description Cron Ref Active
> 1 Daily build 0 0 * * * main true
> 2 Weekly deployment 0 0 * * 0 main true
glab-schedule(1)