pazure / pazure
Pazure is a command line tool to interact with the Azue API.
v0.0.1
2012-11-01 18:22 UTC
Requires
- php: >=5.3.2
- cilex/cilex: dev-master
- pazure/guzzle-azure: dev-master
- symfony/filesystem: 2.1.*
- symfony/validator: 2.1.*
This package is not auto-updated.
Last update: 2026-03-28 20:25:34 UTC
README
Pazure is a command line tool to interact with the Azure API.
Installation
Locally
Download the
pazure.phar file and
store it somewhere on your computer.
Globally
You can run these commands to easily access pazure from anywhere on your system:
$ sudo wget https://github.com/gimler/pazure/raw/master/pazure.phar -O /usr/local/bin/pazure
or with curl:
$ sudo curl https://github.com/gimler/pazure/raw/master/pazure.phar -o /usr/local/bin/pazure
then:
$ sudo chmod a+x /usr/local/bin/pazure
Define Service
Copy the service definition and add your subscription_id and key_path see also Sourcing from a JSON document
$ cp services.json.dist services.json
Then, just run pazure in order to run pazure
Update
Locally
The self-update command tries to update pazure itself:
$ php pazure.phar self-update
Globally
You can update pazure through this command:
$ sudo pazure self-update