Releases: CrunchyData/bridge-cli
Releases · CrunchyData/bridge-cli
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
.
v2.1.0-dev4
-v2.1.0-dev4
v2.1.0-dev3
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.
v2.1.0-dev2
Added
cb backup list
shows current backups for a cluster.cb suspend
andresume
to temporarily stop running a cluster.cb backup capture
manually starts a backup for a cluster.
v2.1.0-dev1
Added
cb backup list
shows current backups for a cluster.cb suspend
andresume
to temporarily stop running a cluster.
v2.0.0
[2.0.0] - 2022-05-17
Added
--full
option tocb restart
to restart the entire server.
Removed
cb teams
removed in favor ofcb team list
.
Changed
- Updated
cb scope
connections to utilize SCRAM with channel binding only.