This is proof-of-concept code trying out the gitlab api for possible usage from a web server.
Currently the drush commands can:
- List projects.
- Create a new project.
- Add a deploy key.
- List and create users.
- List and add user keys.
- Clone this repo.
- Copy or link the gitlab.drush.inc file into your .drush directory.
- Add token (from {sitename}/profile/account) and url variables to your .drush/drushrc.php file like this example:
$GLOBALS['gitlab_token'] = 'GiTdrUpal8+usEdrusH';
$GLOBALS['gitlab_url'] = 'http://example.com';