Installation
Ce contenu n’est pas encore disponible dans votre langue.
go install github.com/cerberauth/jwtop@latestRequires Go 1.24 or later.
brew install cerberauth/tap/jwtopdocker run --rm ghcr.io/cerberauth/jwtop <command>-
Clone the repository:
Terminal window git clone https://github.com/cerberauth/jwtop.gitcd jwtop -
Build the binary:
Terminal window go build -o jwtop . -
Move it to your
PATH:Terminal window mv jwtop /usr/local/bin/
Verify the installation:
jwtop versionGitHub Actions
Section titled “GitHub Actions”To use jwtop in a GitHub Actions workflow, see the GitHub Actions guide.