This CLI command deploys a packaged PHP library (.zpk) on Zend Server.
This table specifies the various arguments used in the command:
Abbreviated | Full | Description | Required/Optional |
-p |
--pkgfile |
Full path to the packaged library (.zpk). |
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 |
|
|
|
To use library-deploy:
/usr/local/zend/bin/zs-manage library-deploy --help
/usr/local/zend/bin/zs-manage library-deploy -p <path to .zpk> -N <existing key name> -K <existing key secret> The library is deployed on Zend Server. APPINFO 1 Zend Framework 2 staging APPVERSION 4 2.2.1 staging |
|
|