与gitlab交互的一些有用操作

gitlab-helper的Python项目详细描述


警告:当前正在开发中,文档可能会产生误导性

coveragepipelinepypiPyPI - LicensePyPI - DownloadsPyPI - Python VersionPyPI - Status

文档:https://reedrichards.gitlab.io/gitlab-helper/index.html

backup: https://gitlab-helper.grimeywebsites.com

吉特实验室:https://reedrichards.gitlab.io/gitlab-helper

快速启动

gitlab_helper安装到您的系统

sudo pip install  gitlab_helper

测试安装

glb version
0.2.10

打印帮助文本

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

配置环境变量

# add this to your ~/.profile for this to be permanent
exportGITLAB_PRIVATE_TOKEN=xxxxxxxxxxxxxxxx
exportGITLAB_URL=https://gitlab.com

功能

  • 待办事项

学分

这个包是用Cookiecutteraudreyr/cookiecutter-pypackage项目模板创建的。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
ws-consumer服务地址中的java动态属性   java如何比较整数列表,然后按升序排序?   javascript我正在使用java脚本调用一个函数,但它没有调用代码下面的方法,也没有调用secretitnames()函数   在文本窗格中多次使用Java insertIcon图标   JavaMSAL安卓。AuthenticationActivity完成,但用于身份验证请求的线程池线程仍处于等待状态   if语句中的java多范围比较   java toString()表示输出   java如何在jcstrest测试中生成指令重新排序   java我怎样才能运行它?   web应用程序中使用Hibernate和Spring的java问题   如何将字符串数据写入Java文本文件   如何在java命令提示符下运行已签名的jar文件?   java从我的菜单调用RCP应用程序   java如何等待Canvas/GraphicsContext完成任务,然后再继续执行代码块?