github common-fate/granted v0.20.3

latest releases: v0.33.0, v0.32.0, v0.31.2...
9 months ago

Generate JSON output for SSO token expiry

Run granted sso-tokens expiry --json to print the SSO token expiry in JSON. Additionally, you can use jq to filter and display only the expired tokens in JSON format: granted sso-tokens expiry --json | jq -r '[.[] | select(.is_expired == true)]'

What's Changed

New Contributors

Full Changelog: v0.20.2...v0.20.3

Don't miss a new granted release

NewReleases is sending notifications on new releases.