Sha256: ee909e9defa34f5281e9145e17e3e07bf32ad03ef5f72eb7974b34c891e9dc20
Contents?: true
Size: 413 Bytes
Versions: 16
Compression:
Stored size: 413 Bytes
Contents
require 'thor' require 'handsome_fencer/circle_c_i/cli/dockerize' require 'handsome_fencer/circle_c_i/cli/generate_key' require 'handsome_fencer/circle_c_i/cli/obfuscate' require 'handsome_fencer/circle_c_i/cli/expose' module HandsomeFencer module CircleCI class CLI < Thor include Thor::Actions def self.source_root File.dirname(__FILE__) + '/templates/' end end end end
Version data entries
16 entries across 16 versions & 1 rubygems