Lab CLI for GitLab
## Description including problem, use cases, benefits, and/or goals
To be able to work faster from the command line, a simple CLI that can perform typical GitLab actions would be very useful.
## Proposal
A `lab` cli tool, optionally forked from 'Hub' (on GH), that in its first iteration:
- wraps all git commands
- can create merge requests
- can set files as locked / unlocked (https://gitlab.com/gitlab-org/gitlab-ee/issues/497)
### Language framework notes
- Ruby is slow and hard to install cross platform
- Go solves these issues, but we have less expertise within GL Inc
## Links / references
- [hub cli](https://github.com/github/hub)
cc @dzaporozhets @DouweM @jacobvosmaer-gitlab
issue