Skip to content

GoCD cli 0.3.0

Latest
Compare
Choose a tag to compare
@GaneshSPatil GaneshSPatil released this 18 Aug 15:07

New Commands

Trigger

gocd trigger pipeline --name='up42'

Status

gocd status pipeline --name='up42'
gocd status stage --pipeline_name="up42" --stage_name="up42_stage"
gocd status job --pipeline_name="up42" --stage_name="up42_stage" --job_name="up42_job"