Working with the ZendServerSDK
This topic provides general instructions on how to use the ZendServerSDK.
The ZendServerSDK is controlled via the zs-client.sh wrapper script, exposing a specific set of commands, and located in:
- Linux and IBM i: /usr/local/zend/bin/zs-client.sh
- Windows: C:\Program Files (x86)\Zend\ZendServer\bin\zs-client.bat
For online documentation of specific command groups, see ZendServerSDK.
|
To see a list of available command groups, enter: Linux and IBM i: /usr/local/zend/bin/zs-client.sh --help Windows: C:\Program Files (x86)\Zend\ZendServer\bin\zs-client.bat --help To see a list of available commands for a specific group, enter: Linux and IBM i: /usr/local/zend/bin/zs-client.sh command:<groupname> Windows: C:\Program Files (x86)\Zend\ZendServer\bin\zs-client.bat command:<groupname> To get information on a specific command, enter: Linux and IBM i: /usr/local/zend/bin/zs-client.sh <commandname> --help Windows: C:\Program Files (x86)\Zend\ZendServer\bin\zs-client.bat <commandname> --help |
To download the latest stable ZendServerSDK version, go to https://github.com/zend-patterns/ZendServerSDK.