DotnetToolsCli 0.0.7-beta

This is a prerelease version of DotnetToolsCli.
dotnet tool install --global DotnetToolsCli --version 0.0.7-beta
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DotnetToolsCli --version 0.0.7-beta
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DotnetToolsCli&version=0.0.7-beta&prerelease
                    
nuke :add-package DotnetToolsCli --version 0.0.7-beta
                    

.NET NuGet

DotnetToolsCli

Providing a dotnet cli tool to manage dotnet global tools

In this repo, i m building a cli tool that allows to manage dotnet global tools.

The tool is based on multiple sub commands :

  • Use sub command List to list installed global tools
  • Use sub command Search to search global tools published on nuget
  • Use sub command Update to update installed global tools
  • Use sub command Install to install global tools
  • Use sub command Uninstall to uninstall global tools

To run the tool, type commands :

  • dotnet-tools -h to show help
  • dotnet-tools -s to show settings
  • dotnet-tools List to list installed global tools
  • dotnet-tools List -p [pattern] to list installed global tools matching pattern
  • dotnet-tools Search to search public global tools
  • dotnet-tools Search -p [pattern] to search public global tools matching pattern
  • dotnet-tools Update to update installed global tools
  • dotnet-tools Update -p [pattern] to update installed global tools matching pattern
  • dotnet-tools Install [id] to install global tools
  • dotnet-tools Install [id] --force to force install global tools
  • dotnet-tools Install [id] --version [version] to install global tools with some version
  • dotnet-tools Uninstall [id] to uninstall global tools

To install cli tool from a local source path, type commands :

  • dotnet tool install -g --configfile .\Nugets\local.config DotnetToolsCli --version "*-*" --ignore-failed-sources

To install cli tool from nuget source, type this command :

  • For stable version : dotnet tool install -g DotnetToolsCli --ignore-failed-sources
  • For prerelease version : dotnet tool install -g DotnetToolsCli --version "*-*" --ignore-failed-sources

To uninstall cli tool, type this command :

  • dotnet tool uninstall -g DotnetToolsCli

Tools : net 9.0, command-line, spectre-console

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.0.7-beta 119 5/22/2025
0.0.6-beta 116 5/22/2025
0.0.5-beta 113 10/5/2024
0.0.4-beta 80 9/22/2024
0.0.3-beta 195 10/1/2022
0.0.2-beta 187 9/10/2022
0.0.1-beta 179 7/8/2022
0.0.1-alpha 182 7/3/2022