Releases: CrunchyData/bridge-cli
Releases · CrunchyData/bridge-cli
v3.6.0
Added
cb info
now displaystailscale
status.cb network
now manages firewall rules and supports the following
subcommands:add-firewall-rule
,list-firewall-rules
,
remove-firewall-rule
andupdate-firewall-rule
.cb network
now manages VPC peerings and supports the following subcommands:
create-peering
,delete-peering
,get-peering
andlist-peerings
.
Deprecated
cb firewall
deprecated in favor ofcb network
.
Fixed
- Expired session handling not prompting for new login.
cb list
completion to include--format
.
v3.5.1
Fixed
cb config-param set
issue truncating values with multiple=
characters.cb psql
prompt line wrapping issue.cb uri
retrieving correctuser
role credentials for a replica.
v3.5.0
Added
cb psql
now provides a builtin menu of commonly useful queries.
v3.4.4
Fixed
cb login
failure on linux systems when checking for default browser.
v3.4.3
Fixed
cb uri
andcb psql
with cluster name regression.
v3.4.2
Changed
cb uri
andcb psql
now default touser
role when--role
is not
specified. The valuedefault
for--role
has been removed and is no longer
valid.
v3.4.1
Added
cb uri
command now accepts--database
and--port
.
Changed
cb login
now presents a login url for use with headless environments or
where a default browser is not available
Fixed
- High availability changes with
cb upgrade start
must be made without any other changes to the cluster. - Validation on
cb create
using--network
forgcp
based networks.
v3.4.0
Added
cb config-param
command to manage supported cluster configuration
parameters. Supportsget
,list-supported
,reset
andset
.
Changed
cb login
now uses a browser login flow. If direct use of anAPI_KEY
is
necessary then it must be set via theCB_API_KEY
environment variable.
Fixed
cb create --fork
andcb create --replica
input validation when using
--network
.cb network
command completion suggestions.
v3.3.3
Added
- Credentials validation for
cb login
input.
Fixed
cb psql
escape single-quotes in prompt for team name.
v3.3.2
Fixed
- Operation::State
replaying_wal
parse issue.