📹 The future of AI infrastructure: optimize and shard your database with agents.Watch the talk
Navigation

Inspect and update branch passwords from the CLI

You can now view a Vitess branch password's metadata and change its name or IP allowlist without rotating the secret. Both commands accept a password ID or --name.

pscale password show <database> <branch> <password-id>
pscale password update <database> <branch> --name reporting --cidrs 10.0.0.0/8

Read the CLI password docs