This CLI command redeploys an application on a server or a cluster.
This table specifies the various arguments used in the command:
Abbreviated | Full | Description | Required/Optional |
-i |
--id |
Application ID to synchronize/redeploy. |
Required |
This table lists arguments common to all zs-manage commands:
Abbreviated | Full | Description | Required/Optional |
-N |
--key-name |
WebAPI key name. |
Required |
-K |
--secret-key |
WebAPI secret key. |
Required |
-U |
--server-url |
Zend Server URL. Default: http://localhost:10081/ZendServer. |
Required - when action is performed on a remote server. |
-h |
--help |
Show usage information and exit. |
Optional |
Tip:
Use app-get-status to retrieve the ID of the application you wish to remove.
|
|
|
To use app-synchronize:
/usr/local/zend/bin/zs-manage app-synchronize --help
/usr/local/zend/bin/zs-manage app-synchronize -i <application ID> -N <existing key name> -K <existing key secret> The application is redeployed. APPINFO 2 http://<default-server>:80/sanity mtrig http://localhost/sanity /usr/local/zend/var/apps/http/__default__/0/sanity/1.0.0_older staging SERVERAPPINFO 0 1.0.0 staging |
|
|