A tool for cli metadata management
Project description
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
Install Python 3.6+ from http://python.org. Please note that the version of Python that comes preinstalled on OSX is 2.7.
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
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
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 section of our GitHub repo.
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.
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.::
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
Change time consuming into info log level
Adjust pkg name according to https://peps.python.org/pep-0008/#package-and-module-names
0.0.1
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for azure_cli_diff_tool-0.0.9.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8dda194767650afadfda60e7af0c113fb4594f1ebf0df42bb401fd83edb7985 |
|
MD5 | e5ffe5dadeb2fd51391dc88210da3eae |
|
BLAKE2b-256 | 2590f1bd9a03273f741bd3454f5472b7a10e5d361667c2e1d3f142e7dbc0f3b2 |
Hashes for azure_cli_diff_tool-0.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 651a704b113309cbad9c5567f0a719a942548eef62367667f77b04403d262d21 |
|
MD5 | 26e22d4775d2b3f468ef34885d884ffe |
|
BLAKE2b-256 | a5c88f2f01a73d96c6d20e8ad0d023395fad5b38c2a61003b4c1926cfc901679 |