Categorygithub.com/sgaunet/gitlab-token-expiration
modulepackage
0.0.0-20250204203653-da87241d036d
Repository: https://github.com/sgaunet/gitlab-token-expiration.git
Documentation: pkg.go.dev

# README

GitHub release Go Report Card GitHub Downloads GoDoc License

gitlab-token-expiration

This tool lists all sort of expirable tokens of gitlab projects, gitlab groups and the gitlab personal access token. The purpose of this tool is to give an overview of the expiration date of the tokens.

Getting started

Example:

$ export GITLAB_TOKEN=yourtoken
# export GITLAB_URI=https://your-instance-of-gitlab.com  # optional if you are using another gitlab instance
$ gitlab-token-expiration -h

Development

This project is using :

Use task to compile/create release...

$ task
task: [default] task -a
task: Available tasks for this project:
* build:            Build the binary
* default:          List tasks
* doc:              Start godoc server
* release:          Create a release
* snapshot:         Create a snapshot release

# Packages

No description provided by the author
No description provided by the author