ubi
CLI commands directly from your browser with the new Web Shell. This feature provides a convenient way to manage your resources without needing to install the CLI on your local machine. All commands are available, except for those that execute local programs (like psql
or ssh
). The Web Shell uses your existing web session for authentication, so there’s no need to create a personal access token.
rename
command is available for Firewalls, Kubernetes clusters, Load Balancers, PostgreSQL instances, Private Subnets, and VMs, making it easier to manage your infrastructure as code.
ubi
CLI is now more user-friendly and powerful for scripting. You can now use resource names instead of IDs for many commands (e.g., lb attach-vm my-load-balancer --vm-name my-vm
), eliminating the need to parse output to get IDs. We have also fixed issues with interactive commands like psql
and ssh
and improved overall argument flexibility.
PR #3763, #3802, #3815, #3814, #3774, #3766
ubi pg
command set has been significantly enhanced with support for new features. You can now manage read replicas (create-read-replica
, promote-read-replica
), modify database and PGBouncer configurations (show-config
, add-config-entries
), set maintenance windows, and manage firewall rules directly from the command line. For improved security, the CLI now uses the PGPASSWORD
environment variable for command execution.
type: LoadBalancer
) now supports dual-stack (IPv4 and IPv6) networking, improving connectivity and future-proofing your applications.
PR #3807, #3812