Closed odarotto closed 5 months ago
Changes on workflow-pipelines:2.7.0 require workflow to be changed.
workflow-pipelines:2.7.0
workflow
The CLI should be able to handle one more object called Config so we can have:
Config
workflow configs
deploy
ls
--name
ps
count
cancel
Pipeline
remove
workflow schedules
Schedule
workflow configs deploy
schedule
--details
More info about the workflow-pipelines changes here: https://github.com/CHIMEFRB/workflow-pipelines/issues/148
workflow-pipelines
Changes on
workflow-pipelines:2.7.0
requireworkflow
to be changed.The CLI should be able to handle one more object called
Config
so we can have:workflow configs
deploy
: DeployConfig
object from YAML file.ls
: List allConfig
objects in database.--name
: List onlyConfig
that containsps
: Show details for specificConfig
.count
: Count allConfig
per collection name.cancel
: Cancel oneConfig
and allPipeline
associated to it.remove
: Remove a cancelledConfig
.workflow schedules
deploy
: DeploySchedule
object from YAML file. (Same asworkflow configs deploy
but withschedule
field)ls
: List allSchedule
objects on database.ps
: Show details for specificSchedule
--details
: Show payload forConfig
associated to the schedule.count
: Count allSchedule
per collection name.cancel
: Cancel oneSchedule
so it wont spawn anotherConfig
.remove
: Remove a cancelledSchedule
.More info about the
workflow-pipelines
changes here: https://github.com/CHIMEFRB/workflow-pipelines/issues/148