Sha256: 7586a7af9eb7500d4d8c294747a58c4e93d76358a51dbe51b06bfb99988a03f0
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bundler/setup' require 'rancher/api' # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. Rancher::Api.configure do |config| config.url = ENV['RANCHER_URL'] config.access_key = ENV['RANCHER_ACCESS_KEY'] config.secret_key = ENV['RANCHER_SECRET_KEY'] end # (If you use this, don't forget to add pry to your Gemfile!) require 'pry' Pry.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rancher-api-beta-0.8.1 | bin/console |