A Gitlab command line interface
- 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] <iid>: Assign user to a merge request