Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azure-cli-diff-tool

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-cli-diff-tool

A tool for cli metadata management

  • 0.0.9
  • PyPI
  • Socket score

Maintainers
2

Microsoft Azure CLI Diff Tools (azure-cli-diff-tool)

The azure-cli-diff-tool is designed to aid azure-cli users in diffing metadata files to see its updates through historical versions for Azure CLI command modules and extensions.

Setting up your environment +++++++++++++++++++++++++++++++++++++++

  1. Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.

  2. Create a new virtual environment for Python in the root of your clone. You can do this by running:

    Python 3.6+ (all platforms):

    ::

     python -m venv env
    

    or:

    ::

     python3 -m venv env
    
  3. Activate the env virtual environment by running:

    Windows CMD.exe:

    ::

     env\scripts\activate.bat
    

    Windows Powershell:

    ::

     env\scripts\activate.ps1
    

    OSX/Linux (bash):

    ::

     source env/bin/activate
    
  4. Install azure-cli-diff-tool by running:

    ::

     pip install azure-cli-diff-tool
    

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-dev-tools/issues>__ section of our GitHub repo.

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>__.

License +++++++

::

Azure CLI Diff Tools (azure-cli-diff-tool)

Copyright (c) Microsoft Corporation
All rights reserved.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.::

.. :changelog:

Release History

0.0.9 ++++++

  • Use dynamic metadata whitelist

0.0.8 ++++++

  • Set deepDiff un-breaking version

0.0.7 ++++++

  • Remove unnecessary debug logs for meta comparison

0.0.6 ++++++

  • Add diff support for deprecate_info in subgroup, cmd, parameters and options

0.0.5 ++++++

  • Add DiffLevel to meta comparison
  • Downgrade change level according to warn list

0.0.4 ++++++

  • Add meta change parameter update warn list

0.0.3 ++++++

  • Add prop value for parameter add/remove property
  • Remove type add break justification

0.0.2 ++++++

0.0.1 ++++++

  • Initial release

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc