Pipelines

Get Pipeline

codefresh get pipelines [id..]

Get a specific pipeline or an array of pipelines.

Delete Pipeline

codefresh delete pipeline [name]

Delete a pipeline.

Run Pipeline

codefresh run [name]

Run a pipeline by id or name and attach the created workflow logs.

Returns an exit code according to the workflow finish status (Success: 0, Error: 1, Terminated: 2).