https://github.com/angel-afonso/gitlabcli
Command line interface to manage gitlab accounts
https://github.com/angel-afonso/gitlabcli
cli gitlab gitlab-api go golang
Last synced: about 1 month ago
JSON representation
Command line interface to manage gitlab accounts
- Host: GitHub
- URL: https://github.com/angel-afonso/gitlabcli
- Owner: angel-afonso
- License: apache-2.0
- Created: 2020-06-02T03:37:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T15:48:38.000Z (over 5 years ago)
- Last Synced: 2024-06-20T02:13:22.113Z (over 1 year ago)
- Topics: cli, gitlab, gitlab-api, go, golang
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GITLAB CLI
[](https://gitlab.com/angel-afonso/gitlabcli/-/commits/master)
[](https://goreportcard.com/report/gitlab.com/angel-afonso/gitlabcli)
A Gitlab command line interface
## Work in progress
### Avaible Commands
* ***project***
* ***list***: repositories shows that the user has access
* ***view [path]***: If the current directory is a git repository with remote in gitlab, it will show information of that project, if not, it will show information of the project with the given path
* ***members [path]*** Display project members
* ***mergerequest***:
* ***create [path]***: If the current directory is a git repository, create a merge request for the current project, if not, create a merge request for the given path
* ***assign [path] \***: Assign user to a merge request
### THIS IS NOT A GITLAB OFFICIAL PROJECT