Skip to main content

diagrid region create

Create private region

Description

Create a new private region

diagrid region create <regionid> [flags]

Examples


# Create private region
diagrid region create my-region --ingress *.my-region.company.com

Options

      --host string       Host where the region is deployed
--location string Location of the region
--ingress string (Required) Ingress with wildcard domain used as the network entrypoint for the region (i.e https://*.mydomain.com:443)
-o, --output string Output format, supported [table, yaml, json] (default "table")
-h, --help help for create

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO

  • diagrid region - Show available regions where projects can be created