Get Step

Description

Get a specific step or an array of steps.

Command

codefresh get step-types [id..]

Aliases

codefresh get step-type [id..]

Arguments

Option Alias Default Description
id Step name/id

Options

Option Alias Type Default Description
–help Print help information
–name Filter by name pattern
–free-text –text Filter by multiple criteria: name, description, tags
–tag -t array Filter by a tag
–category -c array Filter by category
–stage Filter by stage

Possible values:
- graduated
- incubating
–official Filter only official steps
–public Filter only public steps
–private Filter only private steps
–limit number 25 Limit amount of returned results
–versions Get only typed-step versions
–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
- jsonArray
- yamlArray
–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)