`glab schedule update`
glab schedule update 명령어로 파이프라인 스케줄을 업데이트하는 방법을 설명합니다.
파이프라인 스케줄을 업데이트합니다. glab schedule update <id> [flags] 예시 # # ID가 10인 스케줄된 파이프라인 업데이트 $ glab schedule update 10 --cron "0 * * * *" --description "Describe your pipeline here" --ref "main" --create-variable "foo:bar" --update-variable "baz:baz" --delete-variable "qux" > Updated schedule with ID 10 옵션 # --active 스케줄 활성화 여부. (기본값: 변경하지 않음) --create-variable strings <key>:<value> 형식으로 스케줄에 새 변수를 전달합니다. --cron string Cron 인터벌 패턴. --cronTimeZone string Cron 시간대. --delete-variable strings
