Manage VTGates from the CLI
You can now view and resize VTGates for Vitess production branches directly from the pscale CLI.
pscale branch vtgate show <database> <branch>shows the current VTGate size, count, and autoscaling settings.pscale branch vtgate resize <database> <branch>queues a resize with--vtgate-size,--vtgate-count,--vtgate-max-count,--vtgate-autoscaling, and--vtgate-target-cpu-utilization.pscale branch vtgate resize status <database> <branch>shows the latest resize request and its state.pscale branch vtgate resize cancel <database> <branch>cancels a queued resize.