gitlab-helper

Quickstart

install gitlab_helper to your system

sudo pip install  gitlab_helper

test the installation

glb version
0.2.10

print the help text

glb --help
 Usage: glb [OPTIONS] COMMAND [ARGS]...

 Console script for glb.

Options:
  --help  Show this message and exit.

Commands:
  add      add a git repo to gitlab USAGE: add current directory to a new...
  clone    attempt to clone all of a groups projects, given a atrribute
           that...
  new      make a new project
  token    set gitlab private token
  version  print the current version of gitlab-helper

configure environment variables

# add this to your ~/.profile for this to be permanent
export GITLAB_PRIVATE_TOKEN=xxxxxxxxxxxxxxxx
export GITLAB_URL=https://gitlab.com

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.