Sha256: 6879ad26caae42814cf50d80b666362cf87704a209786dce91c0553a4413f5b1
Contents?: true
Size: 252 Bytes
Versions: 3
Compression:
Stored size: 252 Bytes
Contents
module Percheron module Commands class Create < Abstract default_parameters! def execute opts = { container_names: container_names } Percheron::Stack.new(config, stack_name).create!(opts) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
percheron-0.6.3 | lib/percheron/commands/create.rb |
percheron-0.6.2 | lib/percheron/commands/create.rb |
percheron-0.6.1 | lib/percheron/commands/create.rb |