DotnetToolsCli 0.0.6-beta
This is a prerelease version of DotnetToolsCli.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global DotnetToolsCli --version 0.0.6-beta
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local DotnetToolsCli --version 0.0.6-beta
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DotnetToolsCli&version=0.0.6-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DotnetToolsCli --version 0.0.6-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
Listto list installed global tools- Use sub command
Searchto search global tools published on nuget- Use sub command
Updateto update installed global tools- Use sub command
Installto install global tools- Use sub command
Uninstallto uninstall global toolsTo run the tool, type commands :
dotnet-tools -hto show helpdotnet-tools -sto show settingsdotnet-tools Listto list installed global toolsdotnet-tools List -p [pattern]to list installed global tools matching patterndotnet-tools Searchto search public global toolsdotnet-tools Search -p [pattern]to search public global tools matching patterndotnet-tools Updateto update installed global toolsdotnet-tools Update -p [pattern]to update installed global tools matching patterndotnet-tools Install [id]to install global toolsdotnet-tools Install [id] --forceto force install global toolsdotnet-tools Install [id] --version [version]to install global tools with some versiondotnet-tools Uninstall [id]to uninstall global toolsTo install cli tool from a local source path, type commands :
dotnet tool install -g --configfile .\Nugets\local.config DotnetToolsCli --version "*-*" --ignore-failed-sourcesTo 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-sourcesTo uninstall cli tool, type this command :
dotnet tool uninstall -g DotnetToolsCli
Tools : net 9.0, command-line, spectre-console
| Product | Versions 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 | 145 | 5/22/2025 |
| 0.0.6-beta | 132 | 5/22/2025 |
| 0.0.5-beta | 129 | 10/5/2024 |
| 0.0.4-beta | 95 | 9/22/2024 |
| 0.0.3-beta | 232 | 10/1/2022 |
| 0.0.2-beta | 223 | 9/10/2022 |
| 0.0.1-beta | 219 | 7/8/2022 |
| 0.0.1-alpha | 221 | 7/3/2022 |