diff options
author | Diniz Bortolotto <diniz.bortolotto@gmail.com> | 2024-03-10 20:55:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-11 06:45:31 +0700 |
commit | 56c36caceb9ffba58ee7eeead5b2f30e03fdcca6 (patch) | |
tree | 05c006ef516c55684a991ac30b7c14cc9ec5ff0a /development/gitlab-cli/README | |
parent | 3622a0a7467f13e01fdb5d34e5d53026a54f56c2 (diff) |
development/gitlab-cli: Added (Gitlab CLI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gitlab-cli/README')
-rw-r--r-- | development/gitlab-cli/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/gitlab-cli/README b/development/gitlab-cli/README new file mode 100644 index 0000000000..2dc377f541 --- /dev/null +++ b/development/gitlab-cli/README @@ -0,0 +1,13 @@ +gitlab-cli (GitLab CLI tool) + +GLab is an open source GitLab CLI tool bringing GitLab to your terminal +next to where you are already working with git and your code without +switching between windows and browser tabs. + +Work with issues, merge requests, watch running pipelines directly from +your CLI among other features. + +glab is available for repositories hosted on GitLab.com and +self-managed GitLab instances. glab supports multiple authenticated +GitLab instances and automatically detects the authenticated hostname +from the remotes available in the working Git directory. |