Releases: CrunchyData/bridge-cli
Releases · CrunchyData/bridge-cli
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.
v1.3.0
[1.3.0] - 2022-05-03
Added
- Fully respect the XDG Base Directory Specification
cb logs
command added to view live logs for a cluster.- The env var
SSL_CERT_FILE
can be used to override the default location of
the certificate file.
Fixed
- Fix cluster creation error after the API became stricter.
v1.3.0-rc3
v1.3.0-rc3
v1.3.0-rc2
v1.3.0-rc2
v1.3.0-rc1
v1.3.0-rc1
v1.2.0
[1.2.0] - 2022-04-07
Added
cb team
command added to manage teams. Supportscreate
,list
,info
,
update
anddestroy
.cb teams
deprecated in favor ofcb team list
.cb uri
can take--role
to specify the name of the role to retrieve.cb role
command added to manage cluster roles. Supportscreate
,update
anddestroy
.cb upgrade
command added to upgrade clusters. Supportsstart
,cancel
and
status
sub-commands.cb detach
command added to detach clusters.cb restart
command added to restart clusters.cb rename
command added to rename clusters.
Changed
- Improved error message when local psql command cannot be found.