Skip to content

Providing net global tool in order to update all net global tools

Notifications You must be signed in to change notification settings

aimenux/UpdateGlobalToolsCli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET 5

UpdateGlobalToolsCli

Providing net global tool in order to update all net global tools

In this repo, i m building a global tool that allows to update all net global tools.

To run code in debug or release mode, type the following commands in your favorite terminal :

  • .\App.exe
  • .\App.exe -h
  • .\App.exe -f [NugetConfigFile]

To install, run, update, uninstall global tool from a local source path, type commands :

  • dotnet tool install -g --add-source .\Nugets\ --configfile .\Nugets\nuget.config UpdateGlobalTools
  • UpdateGlobalTools
  • UpdateGlobalTools -h
  • UpdateGlobalTools -f [NugetConfigFile]
  • dotnet tool update -g UpdateGlobalTools --ignore-failed-sources
  • dotnet tool uninstall -g UpdateGlobalTools

To install global tool from nuget source, type these command :

  • dotnet tool install -g UpdateGlobalTools --ignore-failed-sources

title

Tools : vs19, net 5.0

About

Providing net global tool in order to update all net global tools

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages