ALPHA - what is here works, but functionality is still under active development.
This is a cli tool that adds the lab
command to git
to enable interaction with a GitLab server.
The tool is designed to work as a custom command to the vanilla git
cli command.
init
-- initialise credentials aganst a remote GitLab serverproject
-- interact with GitLab projects
project create
-- create projectproject attach
-- associate a local repo with a projectproject (open|view|browse)
-- open project's URL in browserissue
-- interact with issuesmerge-request
-- interact with merge requestspipeline
-- interact with Gitlab CI jobsgit config
machineryjq
.$EDITOR
integrationFor now, this is only available via cargo
while under development.
rust
cargo install git_lab_cli
Supports GitLab server version 13
Merge requests are welcome. Please raise a merge request on GitLab, not GitHub.
License: MIT