git_lab_cli-0.3.0 is not a library.
git_lab_cli
WORK IN PROGRESS use at your own risk!
This is a cli tool that adds the lab command to git to enable interaction with a GitLab server.
Features
The tool is designed to work as a custom command to the vanilla git cli command. Current
functions include:
init-- initialise credentials aganst a remote GitLab serverproject-- interact with GitLab projectsproject create-- create projectproject attach-- associate a local repo with a project
It has the following features:
- config stored using standard
git configmachinery - JSON output in addition to plain text to allow for parsing with tools like
jq.
Installation
For now, this is only available via cargo while under development.
cargo install git_lab_cli
Contributions
Merge requests are welcome. Please raise a merge request on GitLab, not GitHub.
License: MIT