Skip to content

davenuman/drush-gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Drush + Gitlab

This is proof-of-concept code trying out the gitlab api for possible usage from a web server.

Currently the drush commands can:

  1. List projects.
  2. Create a new project.
  3. Add a deploy key.
  4. List and create users.
  5. List and add user keys.

Installation

  1. Clone this repo.
  2. Copy or link the gitlab.drush.inc file into your .drush directory.
  3. 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';

About

Gitlab api for drush

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published