ZendServerSDK
ZendServerSDK copied to clipboard
Pure ZF2 CLI for zpk creation and webapi client.
When run by puppet as a daemon, a call to the phar sends a PHP Notice: ``` Jul 10 09:07:01 atqz9staging1 start-puppet-agent: PHP Notice: Undefined index: HOMEDRIVE in phar:///usr/local/zend/var/libraries/ZendServerSDK/1.1.1a/library/zs-client.phar/module/Client/config/module.config.php on...
API automation should get a message and not exception, in order to parse and continue the flow. With no zsapi.ini, we get an exception instead of something like: ini files...
Use-Case: Zend Server is updated from version 8.1 to 8.5. Its location and credentials are already stored in the local target configuration but not updated. In that case the zs-client...
Reproduction: ``` mkdir /tmp/app cd /tmp/app composer require monolog/monolog php zs-client.phar packZpk --folder=/tmp/app --destination=/tmp/ --composer ```
Seems I'm setting up the same targets in multiple work machines, so I figured we might help admins to use a resource file, especially with automations. Let's over-architect this tiny...
We are using a Zend Cache folder inside of the deployment folder. The files are created by user "apache" with permissions 700 (no rwx for group or others). Zend Server...
I get the following error when using `installApp` ``` Invalid userAppName parameter: Application name already exists ``` But when using `updateApplication` everything works fine. I also tried providing the `userAppName`...
- Create a high level vhost command that adds or edits a vhost if such a vhost is already existing.
For easier execution of commands (e.g. restartPhp vs. restartPHP vs. restartphp), please lower case before matching API commands against command line. I don't see any advantage in forcing admins to...