Sha256: bacae7e8e6b772719c97ae51122b0ef67828f99fc7403ca6f6ff7ba475629e3e
Contents?: true
Size: 220 Bytes
Versions: 5
Compression:
Stored size: 220 Bytes
Contents
module Percheron module CLI class CreateCommand < AbstractCommand parameter 'STACK_NAME', 'stack name' def execute Percheron::Stack.new(config, stack_name).create! end end end end
Version data entries
5 entries across 5 versions & 1 rubygems