Releases: CrunchyData/bridge-cli
Releases · CrunchyData/bridge-cli
v3.6.4
v3.6.3
v3.6.3
v3.6.2
Fixed
- Pagination limit on
cb list
,cb network list
,cb team list
and
cb team_member list
.
v3.6.1
Added
cb config-param list-supported
now returnsmin_value
,max_value
, and
enum
constraints for each parameters, if applicable.
Fixed
cb info
now correctly handles firewall rules with an empty description.
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.