Installing as a Global Tool
Aspir8 is shipped to nuget as a .NET Core Global Tool, which means you can install it with a single command:
dotnet tool install -g aspirate.vnext --prerelease
Alternatively, if you already have Aspir8 installed, you can update it to the latest version using the following command:
dotnet tool update -g aspirate.vnext --prerelease
Last modified: 02 February 2025