Skip to content

gimler/pazure

Repository files navigation

Pazure

Pazure is a command line tool to interact with the Azure API.

Build Status Dependency Status

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

About

Pazure is a command line tool to interact with the Azue API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages