azure-cli-acr
Microsoft Azure Command-Line Tools ACR Command Module
What it is and what it does
This is a command module for the Azure CLI that extends the `az` command-line tool with container registry operations. It is not a standalone library but rather a plugin that integrates with the azure-cli-core framework to provide subcommands under `az acr`. Once installed, it enables developers and operators to build container images, manage repositories, create and run tasks, handle webhooks, and perform registry operations directly from the command line.
The module depends on azure-cli-core for command framework integration, azure-mgmt-containerregistry for API calls to the Azure Resource Manager, azure-storage-blob for blob operations, and azure-mgmt-storage for storage account management. It is designed for users already working with the Azure CLI who need container registry capabilities, not for Python developers seeking a programmatic SDK.
Use it for:
- Build and push container images to Azure Container Registry using `az acr build` from the command line.
- Manage container repositories, tags, and manifests with `az acr repository` commands.
- Create and manage automated build tasks with `az acr task` for CI/CD workflows.
- Authenticate to a registry and perform login operations with `az acr login`.
- Import container images from external registries into Azure Container Registry.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides the Azure CLI 'acr' command module for managing Azure Container Registry resources, including building, pushing, and managing container images and tasks.
Yes, if you use the Azure CLI and need container registry management capabilities. The module has low install friction and is actively maintained at the repository level. However, verify that your Azure CLI version is compatible and that this module has not been superseded by newer tooling, given the last release was 2019-06-18.
Install
azure-cli-acr on PyPI
pip
pip install azure-cli-acruv
uv add azure-cli-acrpoetry
poetry add azure-cli-acrInstalling azure-cli-acr
Before you install
Low install friction with a pure Python wheel distribution. Maintenance status is active with recent commits, though the latest release was 2019-06-18, indicating the package may not receive frequent updates despite ongoing repository activity.
License in practice
MIT license is permissive, allowing use in both open-source and commercial projects with minimal restrictions.
Quickstart
pip install azure-cli-acr
from azure.cli.command_modules.acr import operations
# Then use via Azure CLI: az acr build, az acr push, az acr task, etc.
Requires Azure CLI core and authentication to an Azure subscription; intended as a CLI module, not a standalone Python library for direct import.
Verify before relying
- Whether this module is still actively maintained or superseded by newer Azure CLI versions
- Current Python version support beyond the classifiers (2.7, 3.4, 3.5, 3.6 are listed but may be outdated)
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — azure-cli-core, azure-mgmt-storage, azure-storage-blob, azure-mgmt-containerregistry, azure-cli-command-modules-nspkg |
| Maintenance | actively maintained — 2,614 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 158,280/month — #10,729 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_cli_acr-2.2.9-py2.py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
azure-containerregistryClient library for managing container images,…
permissive · top 5,000 on PyPI
azure-cli-appserviceProvides Azure CLI commands for managing App…
permissive · top 15,000 on PyPI
azure-cli-sqlA command-line module for the Azure CLI that…
permissive · top 15,000 on PyPI
azure-mgmt-containerregistrytasksProvides Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-containerregistryManages Azure Container Registry…
unclear · top 5,000 on PyPI
az.cliExecutes Azure CLI commands from Python and…
permissive · top 15,000 on PyPI
azure-cli-nspkgProvides namespace package infrastructure for…
permissive · top 15,000 on PyPI
azure-cliAzure CLI is a command-line tool for managing…
permissive · top 5,000 on PyPI
azure-cli-coreProvides the core Python library and CLI…
permissive · top 5,000 on PyPI
cloudsmith-cliA command-line interface to the Cloudsmith…
permissive · top 15,000 on PyPI