Registries

Get Registries

Description

Get an array of accounts registries.

Command

codefresh get registry

Options

Option Alias Type Default Description
–help Print help information

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)

Examples

Get all registries connected to the account

codefresh get registry

»

Delete Registry

Description

Delete registry from Codefresh.

Command

codefresh delete registry <ID>

Arguments

Option Alias Default Description
ID ID of a registry to delete

Options

Option Alias Type Default Description
–help Print help information
»