You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slcli firewall add
Options: --force was missing, please add it and interchange position from --high availability to -ha.
--force Force operation without confirmation
-ha --high-availability High available firewall option
Expected:
./slcli firewall add --help
Usage: slcli firewall add [OPTIONS] TARGET
Create new firewall.
TARGET: Id of the server the firewall will protect
┌─────────────────────┬─────────────────┬─────────────────────────────────────────────────────┐
│ │ target │ │
│ │ --firewall-type │ Firewall type [required] Choices: vs, vlan, server │
│ -ha │ --high-availability │ High available firewall option │
│ -h │ --help │ Show this message and exit. │
│ │ --force │ Force operation without confirmation │
└─────────────────────┴─────────────────┴─────────────────────────────────────────────────────┘
slcli firewall cancel
Options: --force was missing, please add it.
Options:
--force Force operation without confirmation
Expected:
./slcli firewall cancel --help
Usage: slcli firewall cancel [OPTIONS] IDENTIFIER
Cancels a firewall.
┌────┬─────────────────┬─────────────────────────────────────────────────────────────────┐
│ │ identifier │ │
│ │ --firewall-type │ Firewall type. [default: vlan; required] Choices: vlan, server │
│ │ --force │Force operation without confirmation │
│ -h │ --help │ Show this message and exit. │
└────┴─────────────────┴─────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Options: --force was missing, please add it and interchange position from --high availability to -ha.
--force Force operation without confirmation
-ha --high-availability High available firewall option
Expected:
Options: --force was missing, please add it.
Options:
--force Force operation without confirmation
Expected:
The text was updated successfully, but these errors were encountered: