skillfed

azure-cli-acr

Microsoft Azure Command-Line Tools ACR Command Module

azure-cli-acr v2.2.9 158.3K downloads/30d#10,729 on PyPI4,602
Permissive license MIT Active released

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-acr

uv

uv add azure-cli-acr

poetry

poetry add azure-cli-acr

Installing 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

Development Status :: 4 - BetaIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6

Tags

azure container registry cliaz acr commandsazure cli acr modulecontainer registry managementacr build and pushazure container tasksregistry image management
azure-cloudcontainer-registrycli-module

More Software Development packages