Codebase list ruby-gitlab / fresh-snapshots/main bin / console
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

console @fresh-snapshots/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