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
I keep stumbling over my own help threads when hunting for the correct CLI arguments. There is no straight-forward way to infer arguments to set from the output of settings:
Now if I want to set "LAN Discovery" on, what is the command for that?
nordvpn set LANDiscovery
nordvpn set "LAN Discovery"
nordvpn set landiscovery
nordvpn set lan_discovery
nordvpn set lan-discovery <-- ah finally!
The man page doesn't tell me that and in addition the recipe "dash instead of space" is not consistent because the cli options are "killswitch" and "threatprotectionlite" and not "kill-switch" and "threat-protection-lite" for the settings "Kill Switch" and "Threat Protection Lite", though these at least are mentioned in the man-page. Conversely "Auto-connect" drops the dash - the cli argument is autoconnect.
The only way to find all arguments is nordvpn set --help and from there the details under nordvpn set lan-discovery --help.
Please amend the output of settings to include the actual arguments to be used to change the settings. It's simple and makes life a lot easier for those of us who don't use the cli every day.
The text was updated successfully, but these errors were encountered:
I keep stumbling over my own help threads when hunting for the correct CLI arguments. There is no straight-forward way to infer arguments to
set
from the output ofsettings
:Now if I want to set "LAN Discovery" on, what is the command for that?
The man page doesn't tell me that and in addition the recipe "dash instead of space" is not consistent because the cli options are "killswitch" and "threatprotectionlite" and not "kill-switch" and "threat-protection-lite" for the settings "Kill Switch" and "Threat Protection Lite", though these at least are mentioned in the man-page. Conversely "Auto-connect" drops the dash - the cli argument is
autoconnect
.The only way to find all arguments is
nordvpn set --help
and from there the details undernordvpn set lan-discovery --help
.Please amend the output of
settings
to include the actual arguments to be used to change the settings. It's simple and makes life a lot easier for those of us who don't use the cli every day.The text was updated successfully, but these errors were encountered: