-
Notifications
You must be signed in to change notification settings - Fork 5
Ping
Kevin Jump edited this page Oct 20, 2022
·
1 revision
Pings an umbraco instance until it responds to the command (effectively the site is ready to accept more commands)
option | Note |
---|---|
-w | wait (timeout) between requests |
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/
*** 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