clouding/gitlab-tool
Composer 安装命令:
composer create-project clouding/gitlab-tool
包简介
A cli tool for gitlab
README 文档
README
Built with Laravel Zero
Download phar
- Download to your
$PATHdirectory
curl -O https://raw.githubusercontent.com/cloudingcity/gitlab-tool/master/builds/gitlab-tool curl -O https://raw.githubusercontent.com/cloudingcity/gitlab-tool/master/.env.example chmod +x gitlab-tool
- Configure environment file
cp .env.example .env vi .env
- Execute console
gitlab-tool
Environments
| Key | Description |
|---|---|
| BASE_URI | Gitlab base uri |
| ACCESS_TOKEN | Personal access token |
Commands
self-update
Update gitlab-tool to latest version
gitlab-tool self-update
check:php:composer
Check composer.json which project required
gitlab-tool check:php:composer <group> <package>
lint
Checks if your .gitlab-ci.yml file is valid
gitlab-tool lint <file>
list:mrs
List merge requests created by you
gitlab-tool mr --state=[=STATE] --group[=GROUP] --project=[=PROJECT]
version
Show version information
gitlab-tool version
search:projects
Search projects
gitlab-tool search:projects <search> --group[=GROUP]
search:mrs
Search merge requests
gitlab-tool search:projects <search> --group[=GROUP] --project=[=PROJECT]
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-30