Skip to main content
Manage cloud accounts For a detailed overview, please visit the cloud account’s reference page.

cloudaccount access-report

Show the access report for the referenced cloud account Usage
Common Options Reference

cloudaccount audit

Retrieve audit trail events for the referenced cloud account Usage
Common Options Reference

cloudaccount create-aws

Create an AWS cloud account Usage
By defining an AWS cloud account, you enable workloads to consume services from a specific AWS account. The Control Plane CLI (cpln) provides account-specific instructions for registering an AWS cloud account with Control Plane. Simply execute cpln cloudaccount create-aws --how to obtain step-by-step instructions. The instructions emitted are specific to the organization for the currently logged-on cpln user. To override the organization, pass the --org ORG_NAME option.
Common Options Reference

cloudaccount create-azure

Create an Azure cloud account Usage
By defining an Azure cloud account, you enable workloads to consume services from a specific Azure account. The Control Plane CLI (cpln) provides account-specific instructions for registering an Azure cloud account with Control Plane. Simply execute cpln cloudaccount create-azure --how to obtain step-by-step instructions. The instructions emitted are specific to the organization for the currently logged-on cpln user. To override the organization, pass the --org ORG_NAME option.
Common Options Reference

cloudaccount create-gcp

Create a GCP cloud account Usage
By defining a GCP cloud account, you enable workloads to consume services from a specific GCP account. The Control Plane CLI (cpln) provides account-specific instructions for registering a GCP cloud account with Control Plane. Simply execute cpln cloudaccount create-gcp --how to obtain step-by-step instructions. The instructions emitted are specific to the organization for the currently logged-on cpln user. To override the organization, pass the --org ORG_NAME option.
Common Options Reference

cloudaccount create-ngs

Create a NGS cloud account Usage
Common Options Reference

cloudaccount delete

Delete one or more referenced cloud accounts Usage
Deleting a cloud account will not remove any configuration at the associated cloud provider
Common Options Reference

cloudaccount edit

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

cloudaccount eventlog

Show the event log of the referenced cloud account Usage
Common Options Reference

cloudaccount get

Retrieve one or more referenced cloud accounts Usage
An empty reference will return all references
Common Options Reference
  • Get all cloud accounts
  • Get one cloud account
  • Get multiple cloud accounts

cloudaccount patch

Update the referenced cloud account’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

cloudaccount permissions

Show the grantable permissions for a cloud account object type Usage
Common Options Reference

cloudaccount query

Find all the cloud accounts 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 a cloud account based on the name property
  • Search for a cloud account based on the description property
  • Search for a cloud account based on a tag
  • Search for a cloud account based on a property and tag

cloudaccount tag

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