module Percheron module Commands class Create < Abstract default_create_parameters! def execute super stack.create!(container_names: container_names, start: start?) end end end end