Closed odarotto closed 8 months ago
Add the schedule option to workflow CLI so we can run:
schedule
workflow pipelines schedule [OPTIONS]
Options:
ls
status
next_time
deploy
pipelines deploy
ps
rm
Add the
schedule
option to workflow CLI so we can run:Options:
ls
: List all schedules withstatus
andnext_time
.deploy
: Same as inpipelines deploy
.ps
: Schedule details.rm
: Remove a schedule.