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