wf create managedcloudaccounts
wf create managedcloudaccounts
Requests a managed cloud account
Synopsis
Requests a new Wayfinder-managed cloud access config for your workspace.
In order to use this, an administrator must allocate a cloud organization to your workspace - use 'wf get cloudorgs' to see which organizations your workspace has access to.
wf create managedcloudaccounts [flags]
Examples
# Request a new workspace-scoped managed cloud access config, being prompted for all the values:
$ wf use workspace my-app-workspace
$ wf create managedcloudaccount
# Request a new workspace-scoped managed cloud access config, specifying all values inline:
$ wf create managedcloudaccount -w my-app-workspace --org awsorg-myorg --stage nonprod
# Request a new workspace-scoped managed cloud access config enabled for Provisioning:
$ wf create managedcloudaccount -w my-app-workspace --org awsorg-myorg --stage nonprod --feature Provisioning
Options
--account-name string exact name of the account to create
-c, --cloud string cloud this account is for: gcp, aws, azure
--dry-run shows the resource but does not apply or create (defaults: false)
--feature strings Features to enable on this cloud account, e.g. Provisioning
-h, --help help for managedcloudaccounts
--org string name of the allocated organization to request the account within, e.g. awsorg-myorg
--stage string stage of this cloud account, e.g. 'Not production' or 'Production'
Options inherited from parent commands
--debug Indicates we should use debug / trace logging (default: false)
--force Used to force an operation to happen (default: false)
--no-wait Indicates we should not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table,template) (default "table")
--profile string Use a profile other than your default for this command
--show-headers Indicates we should display headers on table out (default true)
--verbose Enables verbose logging for debugging purposes (default: false)
-w, --workspace string The workspace you are operating within
SEE ALSO
- wf create - Creates one or more resources