Dotnet Tool

Nuget is a package manager for the .NET SDK. You can check for a local version of the Devprime CLI, install or upgrade a version.

The list command shows the local utilities installed
dotnet tool list -g

The uninstall command remvoe a specific item in the local nuget
dotnet tool uninstall Devprime.cli -g

The install command installs from the Devprime CLI
dotnet tool install Devprime.cli -g

The update command updates the Devprime CLI
dotnet tool update Devprime.cli -g

The update command plays both the role of updating and installing if it is the first installation of the Devprime CLI.

Last modified October 17, 2023 (e38ae05b)