lizard regions

List available regions.

Usage

lizard regions [flags]

Flags

FlagDescription
--jsonOutput as JSON

Examples

List available regions

lizard regions

List regions as JSON

lizard regions --json

Choose a region when creating a service or addon

Pass --region <code> to lizard add or lizard up:

lizard add -r your-org/your-app --region <code>
lizard add postgres --region <code>
lizard up --region <code>

If you don’t specify a region, the platform uses the project’s default.

See also

  • Regions — region selection, co-location, and generated domains
  • lizard add — add a service, repo, or addon with --region