Skip to content

ACA CLI v0.1.0 Early Access

Pre-release
Pre-release

Choose a tag to compare

@annaji-msft annaji-msft released this 12 May 22:27
· 42 commits to main since this release
a899d0f

ACA CLI v0.1.0 Early Access

Prerequisites

  • Azure CLI must be installed
  • Run az login at least once before using aca

Installation

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.ps1 | iex

Uninstall

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.sh | sh -s -- --uninstall

Windows (PowerShell):

& ([scriptblock]::Create((irm https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.ps1))) -Uninstall

Platform Archives

Platform Archive
Linux x64 aca-cli-v0.1.0-early-access-linux-x64.tar.gz
macOS ARM64 aca-cli-v0.1.0-early-access-osx-arm64.tar.gz
Windows x64 aca-cli-v0.1.0-early-access-win-x64.zip