Sha256: 2e166845a4eea7fd5ab588e501d7bd827a992d094943acedf5bb1ab835dd2538
Contents?: true
Size: 343 Bytes
Versions: 5
Compression:
Stored size: 343 Bytes
Contents
module Percheron module CLI class MainCommand < AbstractCommand subcommand 'list', "List stacks and it's containers", ListCommand subcommand 'console', 'Start a pry console session', ConsoleCommand subcommand 'start', 'Start a stack', StartCommand subcommand 'stop', 'Stop a stack', StopCommand end end end
Version data entries
5 entries across 5 versions & 1 rubygems