Skip to content
Snippets Groups Projects

Add 'gdk' command wrapper and gem

Merged Jacob Vosmaer (GitLab) requested to merge gdk-cli into master
1 unresolved thread
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
#!/usr/bin/env ruby
#!/usr/bin/env ruby
require 'fileutils'
require 'fileutils'
 
# Gitlab Development Kit CLI launcher
 
#
 
# Note to contributors: this script must not change (much) because it is
 
# installed outside the gitlab-development-kit repository with 'gem
 
# install'.
 
def main
def main
case ARGV.first
case ARGV.first
when 'init'
when 'init'
Loading