This CLI command retrieves information about your system, such as the Zend Server version, PHP version, and OS type.
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 system-info:
/usr/local/zend/bin/zs-manage system-info --help
/usr/local/zend/bin/zs-manage system-info -N <existing key name> -K <existing key secret> Your CLI returns information about your system: SYSTEMINFO http://localhost:10081/ZendServer Linux OK ZendServer 6.2.0 PHP 5.4.21 LICENSEINFO SERVER OK dan 2013-12-31 1 LICENSEINFO MANAGER notRequired 0 |
|
|