acr-cli
acr-cli 0.19
Command Line Tool for interacting with Azure Container Registry Images
https://github.com/Azure/acr-cliMIT License
main program: acr-cliprograms: acr
Maintainers
Platforms (30)
armv7a-linuxarmv6l-linuxaarch64-freebsdmips64el-linuxriscv64-linuxarmv7l-linuxarc-linuxwasm64-wasip1
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ acr-cli ];
Ad-hoc shell
nix-shell -p acr-cli
Flake (nix run)
nix run nixpkgs#acr-cli