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, Mac OS X, IBM i: /usr/local/zend/bin/zs-client.sh
  • Windows: C:\Program Files (x86)\Zend\ZendServer\bin\zs-client.bat

 

 

Instructions on how to complete a procedure

To see a list of available command groups, enter:

Linux, Mac OS X, 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, Mac OS X, 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, Mac OS X, IBM i:

/usr/local/zend/bin/zs-client.sh <commandname> --help

Windows:

C:\Program Files (x86)\Zend\ZendServer\bin\zs-client.bat <commandname> --help

 

For more information on the ZendServerSDK, and to download the latest stable version, go to https://github.com/zend-patterns/ZendServerSDK.