diff --git a/CONTEXT.md b/CONTEXT.md index fe25f84..7e65b94 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -21,7 +21,7 @@ The managed type whose `ResolvePath` returns the Payload's `az` executable (`az. _Avoid_: Az, Azx, AzureCli, WhatsBoxHost, ResolveBinaryPath **azx**: -The passthrough .NET tool that execs the Payload `az` with the same arguments. Primary human vehicle via `dnx`/`ndnx azx`. +The passthrough .NET tool that execs the Payload `az` with the same arguments. Primary human vehicle via `dnx`/`ndx azx`. _Avoid_: Azure CLI, az, wrapper with its own Azure verbs **Execute**: diff --git a/docs/adr/0002-nupkg-version-is-upstream.md b/docs/adr/0002-nupkg-version-is-upstream.md index b4128f3..5fabc52 100644 --- a/docs/adr/0002-nupkg-version-is-upstream.md +++ b/docs/adr/0002-nupkg-version-is-upstream.md @@ -1,3 +1,3 @@ # Nupkg version is Upstream -`azx.cli` and `azx` use the Azure CLI version (`2.89.1`) so `ndnx azx@2.89.1` is that CLI. The pin is `azure-cli.version`. CI dogfood stays `42.42.*`. Packaging-only republishes of the same CLI use a SemVer label, not a different major. +`azx.cli` and `azx` use the Azure CLI version (`2.89.1`) so `ndx azx@2.89.1` is that CLI. The pin is `azure-cli.version`. CI dogfood stays `42.42.*`. Packaging-only republishes of the same CLI use a SemVer label, not a different major. diff --git a/readme.md b/readme.md index 7e86f17..b731b82 100644 --- a/readme.md +++ b/readme.md @@ -19,13 +19,13 @@ OSMF tier. A single fee covers all of [Devlooped packages](https://www.nuget.org -Packs the [Azure CLI](https://github.com/Azure/azure-cli) for install-less, portable execution via `ndnx`/`dnx`. +Packs the [Azure CLI](https://github.com/Azure/azure-cli) for install-less, portable execution via `ndx`/`dnx`. ## Usage ```bash -ndnx azx account list -dnx azx account list +ndx azx account list +dnx azx account list # installed version: dotnet tool install -g azx #once diff --git a/src/azx/azx.csproj b/src/azx/azx.csproj index 1800a98..f74f4ae 100644 --- a/src/azx/azx.csproj +++ b/src/azx/azx.csproj @@ -5,7 +5,7 @@ azx azx azx - Execute the bundled Azure CLI. ndnx azx -- account list. + Execute the bundled Azure CLI. ndx azx -- account list. true true azx