Skip to main content
Manage organizations For a detailed overview, please visit the org’s reference page.

org access-report

Show the access report for the referenced organization Usage
Common Options Reference

org audit

Retrieve audit trail events for the referenced organization Usage
Common Options Reference

org create

Create a new organization Usage
Common Options Reference
  • name
    • Minimum Length: 3
    • Maximum Length: 64
    • Only lowercase characters
    • Must begin with a character
    • Allowed special characters: -

org edit

Edit the referenced organization, as YAML, within an editor Usage
The default editor can be set by using the EDITOR environment variable.
Common Options Reference

org eventlog

Show the event log of the referenced organization Usage
Common Options Reference

org get

Retrieve one or more referenced organizations Usage
An empty reference will return all references
Common Options Reference
  • Get all organizations
  • Get one organization

org patch

Update the referenced organization’s metadata using an input file Usage
Running this command with the option --file - sets the input to stdin. The input is required to be a valid JSON or YAML string (e.g., {"description": "My new description"} or description: My new description). To complete the update, press Control-D (or Control-Z if you are using Windows).
Common Options Reference

org permissions

Show the grantable permissions for an organization object type Usage
Common Options Reference

org query

Find all the organizations based on the given query Usage
Common Options Reference
Use the --match option to display all, none, or any of the results based on a given property or tag
  • Search for an organization based on the name property
  • Search for an organization based on the description property
  • Search for an organization based on a tag
  • Search for an organization based on a property and tag

org tag

Manage the tags belonging to one or more referenced organizations Usage
Built-in tags, which begin with cpln/*, can’t be modified.
Common Options Reference
  • Add a tag
  • Update same tag (after running the example above)
  • Remove tag (after running the example above)

org update

Update properties of the referenced organization Usage
Common Options Reference
  • The --set option allows the modification of the following organization properties:
    • description
      • Description of the organization
      • Type: string
    • tags
      • Tags (key=value) associated with the organization
      • Type: string
  • For the examples below, the initial organization is configured as:
  • Update an organization’s description
  • Update an organization’s tag