-
Notifications
You must be signed in to change notification settings - Fork 4
Console App Parameters
A number of parameters can be passed to the console app to affect the behavior of the application. By default, when no parameters are passed to the console app, it will update the hostnames that are specified in the config file using the credentials that are also specified in this file. The IP address that is used is the public IP address that for the machine that the app is running on.
**-config**
The -config parameter is used to specify that the settings that are passed are to be added to the configuration file. The configuration settings that are available can be found on the Console App Configuration wiki page.
**-force**
The -force parameter is used to indicate that the IP Address should be forced to update, and that checking for the last known IP Address should not be used to determine whether or not to perform an update.
**/ipaddress:{IP_ADDRESS}**
The /ipaddress setting specifies that the given IP Address should be used for the update, rather than the public facing IP address for the machine that the console app is running on. This can be used in conjunction with -force.