Skip to content

Add 'gdk' command wrapper and gem

Jacob Vosmaer (GitLab) requested to merge gdk-cli into master

Combine make and ./run into gdk. Can be invoked as gdk, e.g. gdk run db.

This does not remove make and ./run, it just adds an integrated wrapper.

Installation become:

gem install gitlab-development-kit
gdk init # clones repo
cd gitlab-development-kit
gdk install gitlab_repo=https://bla

Merge request reports