Skip to content

Global options

Some "global" options are available irrespective of the command you are running. They must be provided before the command and any subsequent command-specific options. The following global options are supported:

Option Long Version Description
-h --help Display help information.
-n --dry-run For commands that make changes, show what changes would be performed without actually making them.
-P= --profile= Select a profile to use.
-p= --secret= The SolarNetwork security token secret to authenticate with, if --profile is not used; can omit value to be prompted interactively.
-u= --token= The SolarNetwork secruity token ID to to authenticate with, if --profile is not used.
-v --verbose Increase verbosity of output. Can specify multiple times to increase verbosity even more.
-V --version Show the tool version and exit.
--http-trace Enable HTTP exchange trace logging. Must also configure the net.solarnetwork.http.REQ and/or net.solarnetwork.http.RES logger levels to TRACE.