JwtCli 0.0.6-alpha
This is a prerelease version of JwtCli.
dotnet tool install --global JwtCli --version 0.0.6-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 JwtCli --version 0.0.6-alpha
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=JwtCli&version=0.0.6-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package JwtCli --version 0.0.6-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
JwtCli
Providing a net global tool to decode/generate/validate jwt tokens
In this repo, i m building a global tool that allows to decode, generate and validate JWT tokens signed with an RSA/ECC certificate.
The tool is based on multiple sub commands :
- Use sub command
Decode
to decode jwt tokens- Use sub command
Generate
to generate jwt tokens- Use sub command
Validate
to validate jwt tokens
To run the tool, type commands :
JwtCli -h
to show helpJwtCli -v
to show versionJwtCli -s
to show settingsJwtCli Decode -t [token]
to decode jwt tokenJwtCli Generate -c [certificate] -p [password]
to generate jwt tokenJwtCli Validate -c [certificate] -p [password] -t [token]
to validate jwt tokenTo install global tool from a local source path, type commands :
dotnet tool install -g --configfile .\nugets\local.config JwtCli --version "*-*" --ignore-failed-sources
To install global tool from nuget source, type these command :
- For stable version :
dotnet tool install -g JwtCli --ignore-failed-sources
- For prerelease version :
dotnet tool install -g JwtCli --version "*-*" --ignore-failed-sources
To uninstall global tool, type these command :
dotnet tool uninstall -g JwtCli
Tools
: vs22, net 6.0/7.0, command-line, spectre-console, fluent-validation, 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.6-alpha | 196 | 8/3/2023 |
0.0.5-alpha | 225 | 10/16/2022 |
0.0.4-alpha | 243 | 10/16/2022 |
0.0.3-alpha | 262 | 10/13/2022 |
0.0.2 | 204 | 1/30/2024 |
0.0.2-alpha | 224 | 9/11/2022 |
0.0.1 | 288 | 8/4/2023 |