clouding / gitlab-tool
A cli tool for gitlab
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.2
- ext-json: *
- guzzlehttp/guzzle: ^6.3
- laravel-zero/framework: 5.8.*
- padraic/phar-updater: ^1.0.6
- zendframework/zend-text: ^2.7
Requires (Dev)
- mockery/mockery: ^1.2
- phpunit/phpunit: ^7.5
- squizlabs/php_codesniffer: ^3.4
README
Built with Laravel Zero
Download phar
- Download to your
$PATH
directory
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
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]