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

Conversation

abrightwell
Copy link
Member

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 abrightwell requested a review from a team as a code owner May 20, 2024 14:07
@abrightwell abrightwell force-pushed the abrightwell/network-firewall-command branch from 53ad389 to 4eefc52 Compare May 29, 2024 15:09
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 abrightwell force-pushed the abrightwell/network-firewall-command branch from 4eefc52 to 7c1ae5b Compare May 29, 2024 15:25
@abrightwell abrightwell merged commit 763836f into main May 29, 2024
2 checks passed
@abrightwell abrightwell deleted the abrightwell/network-firewall-command branch May 29, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant