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
Environment: Windows 10 x64
Version: Civo CLI v1.0.69
Bug Type: Minor
Priority: Low
Workaround Possible: Yes
Summary: requires a command flag that should not be specified
Example command:
civo firewall rule create %NAME% ^
--protocol=ICMP ^
--direction=ingress ^
--label="Allow all ICMP traffic" ^
--action="allow" ^
--cidr=1.2.3.4/32
Error message:
Error: required flag(s) "startport" not set
Temporary workaround:
Add the starting port number:
--startport=1
Bug fix objective:
Do not require specifying starting port number for ICMP rules
The text was updated successfully, but these errors were encountered:
Environment: Windows 10 x64
Version: Civo CLI v1.0.69
Bug Type: Minor
Priority: Low
Workaround Possible: Yes
Summary: requires a command flag that should not be specified
Example command:
civo firewall rule create %NAME% ^
--protocol=ICMP ^
--direction=ingress ^
--label="Allow all ICMP traffic" ^
--action="allow" ^
--cidr=1.2.3.4/32
Error message:
Error: required flag(s) "startport" not set
Temporary workaround:
Add the starting port number:
--startport=1
Bug fix objective:
Do not require specifying starting port number for ICMP rules
The text was updated successfully, but these errors were encountered: