CrunchyData / bridge-cli

CLI for Crunchy Bridge
GNU General Public License v3.0
24 stars 4 forks source link

Add firewall rule management to `cb network` command. #168

Closed abrightwell closed 4 months ago

abrightwell commented 4 months ago

These changes move firewall rule management under cb network and deprecate the cb firewall rule command. This comes as part of a request to be able to update firewall rules more completely as described in #161.

The following commands are now supported:

Each command requires the specification of the network to peform the operation. As well, the shell completion logic has been updated to suggest the list of available networks and firewall rule when applicable.