Cloudbreak CLI Reference
Also available as:
PDF

imagecatalog create

Registers a new custom image catalog based on the URL provided.

Required options

--name <value> Name for the image catalog

--url <value> URL location of the image catalog JSON file

Options

--description <value> Description for the recipe

--server <value> Cloudbreak server address [$CB_SERVER_ADDRESS]

--username <value> Cloudbreak user name (e-mail address) [$CB_USER_NAME]

--password <value> Cloudbreak password [$CB_PASSWORD]

--workspace <value> Name of the workspace where to create the resource

--profile <value> Selects a config profile to use [$CB_PROFILE]

--auth-type <value> Authentication method to use. Values: oauth2, basic [$CB_AUTH_TYPE]

Examples

Registers an image catalog called “mycustomcatalog” which is available at https://example.com/myimagecatalog.json:

cb imagecatalog create --name mycustomcatalog --url https://example.com/myimagecatalog.json