Releases · CrunchyData/bridge-cli

v3.6.7

v3.6.6

Added

  • cb create now accepts --maintenance-window-start.

v3.6.5

v3.6.4

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 returns min_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 displays tailscale status.
  • cb network now manages firewall rules and supports the following
    subcommands: add-firewall-rule, list-firewall-rules,
    remove-firewall-rule and update-firewall-rule.
  • cb network now manages VPC peerings and supports the following subcommands:
    create-peering, delete-peering, get-peering and list-peerings.

Deprecated

  • cb firewall deprecated in favor of cb 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 correct user role credentials for a replica.

v3.5.0

Added

  • cb psql now provides a builtin menu of commonly useful queries.