Codebase list ruby-gitlab / watch-fixes/main bin / console
watch-fixes/main

Tree @watch-fixes/main (Download .tar.gz)

console @watch-fixes/main

dab36f1
9962458
dab36f1
 
 
 
 
 
67eea39
dab36f1
 
#!/usr/bin/env ruby
# frozen_string_literal: true

# ENV['GITLAB_API_ENDPOINT'] = ''
# ENV['GITLAB_API_PRIVATE_TOKEN'] = ''

require 'bundler/setup'
require 'pry'
require_relative '../lib/gitlab'

Pry.start