Get a specific step or an array of steps.
codefresh get step-types [id..]
codefresh get step-type [id..]
| Option | Alias | Default | Description |
|---|---|---|---|
| id | Step name/id |
| 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 |
| 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) |