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 createto 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 listto list all available cabinets and environments.
View cabinet contents
- Use
codiac cabinet contentsto 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.
Rollback cabinet
Use the web to view the history of your cabinet and rollback to an earlier version..
Delete cabinet
- Use
codiac cabinet obliterateto delete a cabinet.
codiac cabinet obliterate
- Select the cabinet you wish to delete, then enter Y to confirm the deletion.