...

Text file src/github.com/lestrrat-go/jwx/jwt/gen.sh

Documentation: github.com/lestrrat-go/jwx/jwt

     1#!/bin/bash
     2
     3pushd internal/cmd/gentoken
     4go build -o gentoken main.go
     5popd
     6
     7./internal/cmd/gentoken/gentoken -objects=internal/cmd/gentoken/objects.yml
     8
     9rm internal/cmd/gentoken/gentoken

View as plain text