Skip to main content

create

inctl customer create

Create a new organization.

Synopsis

Create a new empty organization.

You must have permissions to create new organization on your current organization.

Example:

inctl customer create --customer=exampleorg --display-name="My Organization"

inctl customer create [flags]

Options

      --customer string       The human-friendly identifier of the organization to create (format: ^[a-z][a-z0-9_-]\{0,63\}$). Keep empty to auto-generate a random identifier.
--display-name string The display name of the organization to create.
-h, --help help for create

Options inherited from parent commands

      --debug-requests   If true, print the full request and response for each API call.
--env string The environment to use for the command. (default "prod")
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.

SEE ALSO