Skip to main content

Manage Enterprises

An enterprise in Codiac is like your organization (org). It's where all of your assets and clusters live.

What you'll get

  • Create and list enterprises; organize clusters, environments, and assets under each
  • One tenant can have multiple enterprises

Prerequisites

Usage and Options

Use codiac enterprise -h to see all the available options:

$ codiac enterprise -h
Creates a new enterprise under the current tenant.
USAGE
$ codiac enterprise COMMAND
COMMANDS
enterprise create Creates a new enterprise under the current
enterprise list Shows the list of enterprises.

Create an enterprise

  1. Use codiac enterprise create to create a new enterprise from the command line:
codiac enterprise create
  1. Follow the prompt to set the enterprise name.

  2. The enterprise is created in your current tenant.

View enterprises

  1. Use codiac enterprise list to list all available enterprises:
$ codiac enterprise list
Retrieving... found 2
enterprise-test

What's next