Manage Vitess read-only regions from the CLI
You can now list Vitess read-only regions, create region-scoped passwords, and dump from a specific region with the pscale CLI.
pscale keyspace read-only-regions <database> <branch> <keyspace>lists each region's slug, cluster size, and replica count.pscale password create <database> <branch> <name> --read-only-region <region>creates a password that always connects to that read-only region. Pass a region slug, display name, or id.pscale database dump <database> <branch> --read-only-region <region>dumps from that region instead of the primary.
--read-only-region cannot be combined with --replica (or with --rdonly on dumps). Use --replica when you want traffic routed to the nearest replica across regions.