正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab schedule create

Schedule a new pipeline.

glab schedule create [flags]

Examples

# 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

Options

      --active                Whether or not the schedule is active. (default true)
      --cron string           Cron interval pattern.
      --cronTimeZone string   Cron timezone. (default "UTC")
      --description string    Description of the schedule.
      --ref string            Target branch or tag.
      --variable strings      Pass variables to schedule in the format <key>:<value>. Repeat flag for multiple variables.

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.