💾 Archived View for freeshell.de › tldr › dotnet-tool.gmi captured on 2023-01-29 at 04:42:38. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Manage .NET tools and search published tools in NuGet.
dotnet tool install --global {dotnetsay}
dotnet tool restore
dotnet tool update --global {tool_name}
dotnet tool uninstall --global {tool_name}
dotnet tool list --global
dotnet tool search {search_term}
dotnet tool --help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).