Created
March 1, 2013 08:19
-
-
Save maartenba/5063217 to your computer and use it in GitHub Desktop.
(not completed) Windows Azure CLI tools autocompletion for PhpStorm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="azure" invoke="C:\Program Files (x86)\Microsoft SDKs\Windows Azure\CLI\0.6.9\wbin\azure.cmd" alias="azure" enabled="true" version="2"> | |
<help><![CDATA[Windows Azure: Microsoft's Cloud Platform]]></help> | |
<command> | |
<name>help</name> | |
<params>command</params> | |
<help>Display help for a givencommand</help> | |
</command> | |
<command> | |
<name>portal</name> | |
<params>options</params> | |
<help>Opens the portal in a browser</help> | |
</command> | |
<command> | |
<name>account</name> | |
<help>Manage your account information and publish settings</help> | |
</command> | |
<command> | |
<name>account download</name> | |
<help>Launch a browser to download your publishsettings file</help> | |
</command> | |
<command> | |
<name>account list</name> | |
<help>Lists the imported subscriptions</help> | |
</command> | |
<command> | |
<name>account set</name> | |
<help>Sets the current subscription</help> | |
<params>subscription</params> | |
</command> | |
<command> | |
<name>account import</name> | |
<help>Import a publishsettings file or certificate for your account</help> | |
<params>file</params> | |
<optionsBefore></optionsBefore> | |
</command> | |
<command> | |
<name>account set</name> | |
<help>Sets the current subscription</help> | |
<params>subscription</params> | |
<optionsBefore></optionsBefore> | |
</command> | |
<command> | |
<name>account clear</name> | |
<help>Remove any of the stored account info stored by import or config set</help> | |
</command> | |
<command> | |
<name>account affinity-group</name> | |
<help>Commands to manage your Azure affinity groups</help> | |
</command> | |
</framework> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment