This CLI command displays rolls back an application deployed on a server/cluster to a previous version.
This table specifies the various arguments used in the command:
Abbreviated | Full | Description | Required/Optional |
-i |
--id |
Application ID to roll back. |
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-rollback:
/usr/local/zend/bin/zs-manage app-rollback --help
/usr/local/zend/bin/zs-manage app-rollback -i <application ID> -N <existing key name> -K <existing key secret> The application is rolled back to its previous version. APPINFO 2 http://<default-server>:80/sanity mtrig http://localhost/sanity /usr/local/zend/var/apps/http/__default__/0/sanity/1.0.0 rollingBack SERVERAPPINFO 0 1.0.0 rollingBack |
|
|