IpCli 0.0.4-alpha
This is a prerelease version of IpCli.
dotnet tool install --global IpCli --version 0.0.4-alpha
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 IpCli --version 0.0.4-alpha
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=IpCli&version=0.0.4-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package IpCli --version 0.0.4-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
IpCli
A net global tool helping to retrieve ip infos
In this repo, i m building a global tool that allows to retrieve ip infos.
The tool is based on multiple sub commands :
- Use sub command
Public
to get public ip infos- Use sub command
Private
to get private ip infos
To run the tool, type commands :
IpCli -h
to show helpIpCli -s
to show settingsIpCli Public
to get public ip infosIpCli Private
to get private ip infosTo install global tool from a local source path, type commands :
dotnet tool install -g --configfile .\nugets\local.config IpCli --version "*-*" --ignore-failed-sources
To install global tool from nuget source, type these command :
- For stable version :
dotnet tool install -g IpCli --ignore-failed-sources
- For prerelease version :
dotnet tool install -g IpCli --version "*-*" --ignore-failed-sources
To uninstall global tool, type these command :
dotnet tool uninstall -g IpCli
Tools
: vs22, net 6.0/7.0, command-line, spectre-console, polly, fluent-validation, fluent-assertions, xunit
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.4-alpha | 331 | 3/4/2023 |
0.0.3-alpha | 287 | 3/3/2023 |
0.0.2-alpha | 256 | 3/2/2023 |
0.0.1 | 415 | 3/10/2023 |
0.0.1-alpha | 237 | 3/2/2023 |