Manage Cabinets
A cabinet is a space for you to run your collection of assets together as an isolated instance of your enterprise. Cabinets are grouped by environment and are provisioned on a single cluster.
tip
Cabinets are a convenient way to separate projects within an environment being shared by a team. For example, you could create separate sandbox
, qa
, and staging
cabinets in the same environment.
Usage and Options
Use codiac cabinet -h
to see all the available options:
Create a cabinet
- Use
codiac cabinet create
to create a new cabinet.
codiac cabinet create
- Follow the prompts to set the tenant, cabinet name, and enterprise. Here's an example entry for a cabinet:
List cabinets
- Use
codiac cabinet list
to list all available cabinets and environments.
View cabinet contents
- Use
codiac cabinet contents
to see the list of asset versions which are currently deployed to a cabinet.
codiac cabinet contents
- Select the cabinet you wish to view. The output lists the assets (if any) which are deployed to this cabinet.
Delete cabinet
- Use
codiac cabinet obliterate
to delete a cabinet.
codiac cabinet obliterate
- Select the cabinet you wish to delete, then enter Y to confirm the deletion.