https://github.com/johanste/azure-cli-private
Command-line tools for Azure.
https://github.com/johanste/azure-cli-private
Last synced: 15 days ago
JSON representation
Command-line tools for Azure.
- Host: GitHub
- URL: https://github.com/johanste/azure-cli-private
- Owner: johanste
- Created: 2016-02-18T01:24:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T17:59:43.000Z (almost 10 years ago)
- Last Synced: 2025-03-06T03:44:31.296Z (over 1 year ago)
- Language: Python
- Size: 5.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Microsoft Project AZ - Preview
==================================
A great cloud needs great tools; we're excited to introduce *Project Az*, our prototype for building a great, multiplatform commandline experience for Azure.
Project Az is built on Python (2.7, 3.4 and 3.5).
Installation
============
For installation steps for common platforms, please take a look at our `preview installation guide `__.
Docker Setup (optional)
------------
We have automated Docker images of the latest code in the master branch.
If you have not previously done so, configure your Docker client engine [here](https://docs.docker.com/engine/installation/).
Then:
+ Run `docker login` (contact the team for credentials as the images are not public yet).
+ Run `docker pull azuresdk/azure-cli-python:latest`
+ Run `docker run -it azuresdk/azure-cli-python:latest`
Usage
=====
.. code-block:: console
$ az [ group ] [ subgroup ] [ command ] {parameters}
For sample scripts and commands, please visit the `Demo Scripts `__ page.
Download Source Code
--------------------
To get the source code of the SDK via **git** type
.. code-block:: console
$ git clone https://github.com/Azure/azure-cli.git
Reporting issues and feedback
=======================================
If you encounter any bugs with the tool please file an issue in the `Issues `__ section of our GitHub repo.
To provide feedback from the command line, try the ``az feedback`` command.
Contribute Code
===================================
This project has adopted the `Microsoft Open Source Code of Conduct `__. For more information see the `Code of Conduct FAQ `__ or contact `opencode@microsoft.com `__ with any additional questions or comments.
If you would like to become an active contributor to this project please
follow the instructions provided in `Microsoft Azure Projects Contribution Guidelines `__
Learn More
==========
`Microsoft Azure Python Developer Center `__