Skip to content

Command Line Arguments

Nicholas Elliott edited this page Sep 23, 2018 · 5 revisions

Authentication

Functions

Other

Authentication

Password

--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.

Functions

Some functions may change settings on your router. See the Functions documentation for more information.

Client List

--clients, -c

The Clients option allows you to quickly reveal your router's past and present clients, skipping the menu prompt.

WLAN

--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

--reboot, -r

The Reboot option allows you to quickly reboot your router, skipping the menu prompt.

Other

Format Output

--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 Mode

--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 Mode

--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.