Releases: CrunchyData/bridge-cli
Releases · CrunchyData/bridge-cli
v3.1.0
Added
cb tailscale
command added to add and remove a cluster from a Tailscale
network. Supportsconnect
anddisconnect
.cb maintenance
command added to manage cluster maintenance windows. Supports
info
andupdate
.cb info
now returns some maintenance window information
Fixed
- Fix cluster id bug with
cb restart
v3.1.0-dev
v3.1.0-dev
v3.0.2
Fixed
- Fix cluster id parsing bug with
cb logs
.
v3.0.1
Fixed
- Fix cluster id parsing bug with
cb backup list
.
v3.0.0
Added
- Support for using cluster name or id with most commonly used commands.
host
field tocb info
output.
Fixed
- Fix
cpu
andmemory
type due to recent API changes fromInt
toFloat
.
v3.0.0-dev
Added
- Support for using cluster name or id with
cb info
andcb uri
. host
field tocb info
output.
Fixed
- Fix
cpu
andmemory
type due to recent API changes fromInt
toFloat
.
v2.2.1
Fixed
- No output from
cb token
.
v2.2.0
Added
cb role list
shows current roles for a cluster.cb psql
to take--role
to specify the name of the role to connect.cb logout
to logout a user from the CLI.
v2.2.0-dev
Added
cb logout
to logout a user from the CLI.
v2.1.0
Added
cb backup list
shows current backups for a cluster.cb backup token
creates a backup token for a cluster.cb suspend
andresume
to temporarily stop running a cluster.cb backup capture
manually starts a backup for a cluster.
Fixed
- Fix required arguments check for
cb upgrade cancel
andcb upgrade status
.