DotnetToolsCli 0.0.5-beta

This is a prerelease version of DotnetToolsCli.
dotnet tool install --global DotnetToolsCli --version 0.0.5-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.5-beta                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DotnetToolsCli&version=0.0.5-beta&prerelease                
nuke :add-package DotnetToolsCli --version 0.0.5-beta                

.NET NuGet

DotnetToolsCli

Providing a net global tool to manage all other global tools

In this repo, i m building a global tool that allows to manage all other 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 global tool from a local source path, type commands :

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

To install global tool from nuget source, type these 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 global tool, type these command :

  • dotnet tool uninstall -g DotnetToolsCli

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

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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.5-beta 45 10/5/2024
0.0.4-beta 54 9/22/2024
0.0.3-beta 151 10/1/2022
0.0.2-beta 132 9/10/2022
0.0.1-beta 127 7/8/2022
0.0.1-alpha 133 7/3/2022