Skip to content

Instantly share code, notes, and snippets.

@mikhailvink
mikhailvink / Custom_zdpack.xml
Last active August 29, 2015 14:05
PhpStorm Custom Command Line Tool XML Definition for zdpack (Zend Server's deployment tool) - Make sure to change tool path in settings after pasting this XML in the editor
<?xml version="1.0" encoding="UTF-8"?>
<framework xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="schemas/frameworkDescriptionVersion1.1.3.xsd" name="Custom_zdpack" invoke="/usr/local/zend/bin/zdpack" alias="zdpack" enabled="true" version="2">
<command>
<name>--help</name>
<help><![CDATA[Displays the tool's usage.]]></help>
</command>
<command>
<name>create</name>
<help><![CDATA[Create a skeleton for new application.]]></help>
<params>application-name</params>