Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add firewall rule management to cb network command. #168

Merged
merged 1 commit into from
May 29, 2024

Commits on May 29, 2024

  1. Add firewall rule management to cb network command.

    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:
    
    * `cb network add-firewall-rule`
    * `cb network list-firewall-rules`
    * `cb network remove-firewall-rule`
    * `cb network update-firewall-rule`
    
    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.
    abrightwell committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7c1ae5b View commit details
    Browse the repository at this point in the history