Codebase list ruby-gitlab / a6c98ec7-e6cb-4782-9fd4-933278cc2bfc/main bin / console
a6c98ec7-e6cb-4782-9fd4-933278cc2bfc/main

Tree @a6c98ec7-e6cb-4782-9fd4-933278cc2bfc/main (Download .tar.gz)

console @a6c98ec7-e6cb-4782-9fd4-933278cc2bfc/mainraw · history · blame

#!/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