Installing the CLI

The Devprime CLI command-line utility can be run in environments (Windows, Linux, macOS) and is the primary software developer tool on the Devprime platform.

Initial requirements

  • .NET SDK
  • Nuget (Package tool powered by the .NET SDK)

Installing Devprime CLI

dotnet tool install -g devprime.cli

Running Devprime CLI

dp

At this point, the CLI is already available on your computer.

Devprime CLI

Devprime CLI Installation Issues

Refer to our help with some tips for troubleshoot in installation.

Updating the Devprime CLI

dotnet tool update -g devprime.cli

Removing Devprime CLI

dotnet tool uninstall devprime.cli -g

Next steps

Enable Devprime CLI.

Last modified August 20, 2024 (2f9802da)