-
Notifications
You must be signed in to change notification settings - Fork 2
Command Line Arguments
Authentication
Functions
Other
--password X, -p X
The Password option allows you to specify the password for your SuperHub 3, skipping the password prompt. This parameter accepts an 8-character password, if the input does not meet the criteria then the script's password prompt will be shown.
Some functions may change settings on your router. See the Functions documentation for more information.
--clients, -c
The Clients option allows you to quickly reveal your router's past and present clients, skipping the menu prompt.
--wlan N, -w N
The WLAN option allows you to quickly toggle both your Private and Guest WLAN networks, skipping the menu prompt. The supported parameters are:
-
0
Turn off Private WLAN -
1
Turn on Private WLAN -
2
Turn off Guest WLAN -
3
Turn on Guest WLAN
--reboot, -r
The Reboot option allows you to quickly reboot your router, skipping the menu prompt.
--format X, -f X
The Format option allows you to specify how the result will be formatted. This cannot be controlled through the menu prompt. The supported arguments are:
-
console
The normal console output, this is the default and does not need to be specified. -
json
JSON-compatible output format.
--verbose, -v
The Verbose option reveals more detailed operational information, and can be used to determine progress of a certain task. Cannot be used with --silent
.
--silent, -s
The Silent option hides all output, only revealing the result of the request. This is ideal for use with the --format json
parameter. Cannot be used with --verbose
.