Azure Command-Line Interface
Перейти к файлу
Derek Bekoe 5173fd1167 Add LICENSES and update README (#537)
* Fix up README & add LICENSE

* move our scripts

* Add license headers

* modify setup.py with license in classifiers

* Change license from TBD to MIT

* Use contoso.com instead of test.com for url used in test and modify preview instructions

* Add license header to new file recently added
2016-07-21 11:26:41 -07:00
.vscode Add Python3 configuration to launch.json + change from tab to two spaces 2016-02-22 17:26:08 -08:00
bin Replaces gettext loc with custom 2016-02-16 11:25:00 -08:00
doc Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00
scripts Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00
src Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00
.gitattributes Fixes line endings and adds some INFO and TODO comments 2016-02-09 08:26:49 -08:00
.gitignore Created versioned 'public_ip_address' create. Add scripts for automated 2016-06-13 16:58:57 -07:00
.travis.yml Integrate with Travis CI & Clean up code 2016-04-10 22:56:07 -07:00
CONTRIBUTING.rst Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00
Dockerfile Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00
LICENSE.txt Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00
MANIFEST.in Create all component packages 2016-03-25 14:58:49 -07:00
README.rst Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00
az create docker file based on python3 and pip3 2016-03-04 12:36:18 -08:00
az.bat Simple batch file wrapper for az 2016-02-29 17:23:58 -08:00
az.completion.sh Update shell statement completion script to make use of argcomplete 2016-04-13 15:13:03 -07:00
azure-cli.pyproj Commands/tagging2 (#534) 2016-07-20 10:43:25 -07:00
azure-cli.sln Adds VS project files 2016-02-13 10:15:46 -08:00
baseline_command_table.json Add command baseline. 2016-05-16 16:32:31 -07:00
pylintrc Update from rc4 to rc5 of Azure SDK for Python (#460) 2016-06-27 17:18:04 -07:00
requirements.txt Update from rc4 to rc5 of Azure SDK for Python (#460) 2016-06-27 17:18:04 -07:00
setup.cfg support login using aad device flow 2016-03-18 19:45:37 -07:00
setup.py Add LICENSES and update README (#537) 2016-07-21 11:26:41 -07:00

README.rst

Microsoft Project AZ - Preview
==================================

.. image:: https://travis-ci.com/Azure/azure-cli.svg?branch=master
    :target: https://travis-ci.com/Azure/azure-cli

==================================

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 <http://github.com/Azure/azure-cli/blob/master/doc/preview_install_guide.md>`__.

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 <https://docs.docker.com/engine/installation/>`__.

Then:
 + Run :code:`docker login` (contact the team for credentials as the images are not public yet).
 + Run :code:`docker pull azuresdk/azure-cli-python:latest`
 + Run :code:`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 <https://github.com/Azure/azure-cli/blob/master/doc/preview_demo_scripts.md>`__ 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 <https://github.com/Azure/azure-cli/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 <https://opensource.microsoft.com/codeofconduct/>`__.

For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto: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 <http://azure.github.io/guidelines.html>`__

Learn More
==========

`Microsoft Azure Python Developer Center <http://azure.microsoft.com/en-us/develop/python/>`__

License
=======

`MIT <https://github.com/Azure/azure-cli/blob/master/LICENSE.txt>`__