Operation
The Ping command pings an Umbraco instance until it responds to the command (effectively the site is ready to accept more commands).
Options
Option | Note |
---|---|
-w | wait (timeout) between requests |
Example
uSync ping -s https://my-server.com/umbraco -user user@jumoo.co.uk -pass somepassword
Output
*** uSync Command Line ***
1...Timeout No connection could be made because the target machine actively refused it. (localhost:44315)
2...Timeout No connection could be made because the target machine actively refused it. (localhost:44315)
3...Timeout No connection could be made because the target machine actively refused it. (localhost:44315)
4...Successfully connected to https://localhost:44315/umbraco/
Help
*** uSync Command Line ***
Description:
Ping a server until Umbraco is responding
Usage:
uSync ping [options]
Options:
-s, --server <server> (REQUIRED) Name or URL of server to connect to
-w <w> Timeout wait for each reply
-k, --key <key> AuthKey to use when connecting to the server
-user, --username <username> Username to use when logging into server
-pass, --password <password> Password to use when logging into server
-?, -h, --help Show help and usage information