Get Pipeline

Description

Get a specific pipeline or an array of pipelines.

Command

codefresh get pipelines [id..]

Aliases

codefresh get pip [id..]

codefresh get pipeline [id..]

Arguments

Option Alias Default Description
id Pipeline name/id

Options

Option Alias Type Default Description
--help Print help information
--decrypt-variables -d Will decrypt encrypted variables
--name Filter pipelines by name
--project-id Filter pipelines by project id
--project Filter pipelines by project name
--label -l Filter by a label - i.e tags=tag1,tag2
--limit Limit amount of returned results [default: 25]
--all Remove default limit of returned result
--page number 1 Paginated page

Output Options

Option Alias Type Default Description
--select-columns --sc Columns to select for table output
--output -o Output format

Possible values:
- json
- yaml
- wide
- name
- id
--date-format --df Provide predefined or custom date format. Predefined options: [“default”, “date”, “datetime”, “date-diff”]
--pretty Use colors and signs for output
--watch -w boolean false Watching updates to a particular resource
--watch-interval number 3 Interval time at watching mode (in seconds)

Examples

Get specific pipeline by it name

codefresh get pipeline --name PIPELINE_NAME

Get list of pipelines by tag name

codefresh get pip --label tags=tag1,tag2