Skip to content

Small tool for handling daily tasks with json web tokens

License

Notifications You must be signed in to change notification settings

MikaelPorttila/jwt-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-cli

Spectre.Console NuGet Version

Small tool for handling daily tasks with json web tokens. Lets keep tokens safe by not posting them on the internet.

Install as dotnet tool from NuGet

dotnet tool install --global JWT.Cli

Usage

jwt <token>

Prerequisites:

  • .NET 7.0 SDK

Build and setup locally

There is a install.bat file included in the project but but these are the steps to do it manually:

  1. Clone the repo

  2. Build

dotnet pack ./src -c Release
  1. Install globally
dotnet tool install --global --add-source ./src/jwt.cli/nupkg JWT.Cli 

To uninstall:

dotnet tool uninstall jwt.cli --global 

License

Copyright © Mikael Porttila

JWT.Cli is provided as-is under the MIT license. For more information see LICENSE.

About

Small tool for handling daily tasks with json web tokens

Resources

License

Stars

Watchers

Forks

Packages

No packages published