Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.1 KB

apigeecli_organizations_create.md

File metadata and controls

51 lines (40 loc) · 2.1 KB

apigeecli organizations create

Create a new Apigee Org

Synopsis

Create a new Apigee Org

apigeecli organizations create [flags]

Options

      --billing-type string       Billing type: SUBSCRIPTION or EVALUATION
      --consumer-key string       API Consumer Data Encryption Key
      --controlplane-key string   Apigee Controlplane Encryption Key
  -d, --desc string               Apigee org description
      --disable-portal            Disable creation of Developer Portals; default false
      --disable-vpc-peering       Disable VPC Peering; default true (default true)
  -h, --help                      help for create
  -k, --key string                API Consumer data location
  -n, --net string                Authorized network; if using a shared VPC format is projects/{host-project-id}/{location}/networks/{network-name} (default "default")
  -p, --prj string                GCP Project ID
      --reg string                Analytics region name
      --runtime-key string        Runtime Database Encryption Key
      --runtime-type string       Runtime type: CLOUD or HYBRID (default "HYBRID")
      --wait                      Waits for the create to finish, with success or error

Options inherited from parent commands

  -a, --account string   Path Service Account private key in JSON
      --api api          Sets the control plane API. Must be one of prod, autopush or staging; default is prod
      --default-token    Use Google default application credentials access token
      --disable-check    Disable check for newer versions
      --metadata-token   Metadata OAuth2 access token
      --no-output        Disable printing all statements to stdout
      --no-warnings      Disable printing warnings to stderr
      --print-output     Control printing of info log statements (default true)
  -r, --region string    Apigee control plane region name; default is https://apigee.googleapis.com
  -t, --token string     Google OAuth Token

SEE ALSO

Auto generated by spf13/cobra on 30-Dec-2024