Releases: Azure/azure-cli-dev-tools
Releases · Azure/azure-cli-dev-tools
azdev v0.1.6
Hotfix bug: azdev==0.1.5 help commands' error
azdev v0.1.5
- azdev extension add/remove:
- Add ability to supply wildcard (*) to install all available dev extensions.
- Add ability to remove all installed dev extensions.
- azdev setup:
- Add ability to install all extensions using
--ext/-e *
. - Add ability to install CLI edge build with
--cli/-c EDGE
.
- Add ability to install all extensions using
- azdev style/test/linter:
- Add special names CLI and EXT to allow running on just CLI modules or just extensions.
extensions which have changed based on a git diff.
- Add special names CLI and EXT to allow running on just CLI modules or just extensions.
- azdev linter:
- Added
--include-whl-extensions
flag to permit running the linter on extensions installed using
theaz extension add
command.
- Added
- azdev verify license:
- Command will not check any dev-installed CLI and extension repos. Previously, it only checked the CLI repo.
- New Command:
azdev cli/extension generate-docs
to generate sphinx documentation.
azdev v0.1.4
This release:
azdev linter
: Fix issue with help example rule.azdev style
: Omit namespace packages from core modules.azdev verify document-map
: Updates to work correctly on Linux.
azdev v0.1.3
This release:
azdev linter
: Fix issue where certain installations would fail onci_exclusions.yml
not found.
azdev v0.1.2
This release:
azdev setup
: Fix regression where azure.cli could not be run after installation.
azdev v0.1.1
This release:
azdev cli/extension create
: Fix issue where supporting files were not included. Adjust generation logic.
azdev v0.1.0
This release:
- Update for compatability with azure-cli 2.0.68's new package structure.
- BREAKING CHANGE: Removed
azdev cli update-setup
. Package changes to azure-cli no longer require this. - BREAKING CHANGE:
azdev verify history
andazdev cli check-versions
no longer accept any arguments. Since there are
now far fewer modules, these were deemed unnecessary.
azdev v0.0.6
This release:
- Added new commands
azdev cli create
andazdev extension create
to scaffold new modules/extensions. azdev setup
: Tweaks to interactive experience.azdev test
: Fix issue where using--profile
did not use the correct index.
Changed the behavior to switch back to the original profile upon completion of tests.
azdev v0.0.5
This release:
- Fixes issue where
azdev cli check-versions
did not accept the short form of a module name. - Updates
azdev cli check-versions
to allow modules as a positional argument, consistent with other azdev commands. - Fixes issue where
azdev test --discover
could result in a stack trace when a virtual environment exists within an extensions repo.
azdev v0.0.4
- Fix critical bug in
azdev setup