ACA CLI v0.1.0 Early Access
Pre-release
Pre-release
·
42 commits
to main
since this release
ACA CLI v0.1.0 Early Access
Prerequisites
- Azure CLI must be installed
- Run
az loginat least once before usingaca
Installation
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.ps1 | iexUninstall
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.sh | sh -s -- --uninstallWindows (PowerShell):
& ([scriptblock]::Create((irm https://raw.githubusercontent.com/microsoft/azure-container-apps/main/docs/early/aca-cli/install.ps1))) -UninstallPlatform 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 |