Dotnet Tool

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

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

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

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 August 20, 2024 (2f9802da)