Skip to main content
Version: 1.5

wf create cloudaccountclaims

wf create cloudaccountclaims​

Requests a managed cloud account

Synopsis​

Requests a new Wayfinder-managed cloud account for your workspace.

In order to use this, an administrator must allocate a cloud organization to your workspace - use 'wf get cloudaccounts --type organization' to see which organizations your workspace has access to.

wf create cloudaccountclaims [flags]

Examples​


# Request a new workspace-scoped managed cloud account, being prompted for all the values:
$ wf use workspace my-app-workspace
$ wf create cloudaccountclaim

# Request a new workspace-scoped managed cloud account, specifying all values inline:
$ wf create cloudaccountclaim -w my-app-workspace --org awsorg-myorg --stage "Non production"

Options​

      --account-name string   the exact name of the account to claim or 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)
-h, --help help for cloudaccountclaims
--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​