codefresh get pipelines [id..]
Get a specific pipeline or an array of pipelines.
codefresh delete pipeline [name]
Delete a 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).