1.0.2 • Published 1 year ago
glab-status v1.0.2
Gitlab Status
GitLab CLI rich status display tool
This tool displays the status of your GitLab pipelines in your terminal. For given repository directory, it will display the following information:
- Commit
- Merge Request
- Environment
- Pipeline Jobs
Usage
$ cd my-gitlab-project
$ glab-statusInstallation
$ npm install -g glab-statusor use npx
$ npx glab-statusConfiguration
You need to set the GITLAB_TOKEN environment variable to your GitLab token.
Follow https://gitlab.com/-/user_settings/personal_access_tokens to generate a new token.