Nugetz.Cli
0.3.0
dotnet tool install --global Nugetz.Cli --version 0.3.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Nugetz.Cli --version 0.3.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Nugetz.Cli&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Nugetz.Cli --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Nugetz CLI
A modern terminal-first tool for discovering and installing NuGet packages in .NET repositories.
Install
dotnet tool install -g Nugetz.Cli
Commands
nugetz install <package>
Install a package into one or more projects. Nugetz discovers .csproj files automatically.
# Install latest version
nugetz install Serilog
# Install specific version
nugetz install Serilog@4.0.0
nugetz install Serilog --version 4.0.0
# Install into all projects without prompting
nugetz install Serilog --all
# Install into a specific project
nugetz install Serilog --project src/MyApp/MyApp.csproj
How it works:
- Scans recursively from the current directory for
.csprojfiles - If one project is found, installs directly
- If multiple projects are found, shows an interactive checkbox selector
- Projects are sorted by folder priority:
src/>apps/>services/>tests/
nugetz search <query>
Search for NuGet packages from the terminal.
nugetz search logging
nugetz search json --limit 20
nugetz search grpc --prerelease
nugetz info <package>
Show detailed package information including health score and community signals.
nugetz info Serilog
nugetz info Newtonsoft.Json
Displays: version, downloads, license, frameworks, dependencies, vulnerabilities, health grade (A-F), and GitHub community signals (stars, issues, contributors).
Options
| Flag | Command | Description |
|---|---|---|
--version |
install | Package version to install |
--all |
install | Install into all discovered projects |
--project |
install | Path to a specific .csproj file |
--yes |
install | Skip confirmation prompt |
--prerelease |
install, search | Include prerelease versions |
--limit |
search | Maximum number of results (default: 10) |
Requirements
- .NET 10 SDK or later
Links
- nugetz.dev - Browse NuGet packages online
- GitHub - Source code
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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.