Tags: Link-/gh-token
Tags
Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.5 (#46) Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.27.5. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.25.7...v2.27.5) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>
Rewrite CLI in Go (#24) * Rewrite CLI in Go Signed-off-by: Brett Logan <lindluni@github.com> * Update flag names and aliases to preserve backwards compatibility Signed-off-by: Brett Logan <lindluni@github.com> * Update image Signed-off-by: Brett Logan <lindluni@github.com> * Update deps Signed-off-by: Brett Logan <lindluni@github.com> * Adjust newlines Signed-off-by: Brett Logan <lindluni@github.com> * Reorder variable declaration Signed-off-by: Brett Logan <lindluni@github.com> * Add makefile * Remove funding * Add updated banner * Return empty array if are no installations * Default the jwt duration to 10 minutes if not provided or outside of boundaries * Fix malformatted token response * Fix README --------- Signed-off-by: Brett Logan <lindluni@github.com> Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>