Omnistrate ctl account create
omnistrate-ctl account create
Create a Cloud Provider Account
Synopsis
This command helps you create a Cloud Provider Account in your account list.
omnistrate-ctl account create [account-name] [--aws-account-id=account-id] [--gcp-project-id=project-id] [--gcp-project-number=project-number] [flags]
Examples
# Create aws account
omctl account create [account-name] --aws-account-id=[account-id]
# Create gcp account
omctl account create [account-name] --gcp-project-id=[project-id] --gcp-project-number=[project-number]
Options
--aws-account-id string AWS account ID
--gcp-project-id string GCP project ID
--gcp-project-number string GCP project number
-h, --help help for create
Options inherited from parent commands
-o, --output string Output format (text|table|json) (default "table")
-v, --version Print the version number of omnistrate-ctl
SEE ALSO
- omnistrate-ctl account - Manage your Cloud Provider Accounts