Sha256: 08795863b6a2dba147c22025e4e1847b39236f59e989f8b2822c432acf71f0cb
Contents?: true
Size: 529 Bytes
Versions: 5
Compression:
Stored size: 529 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 subcommand 'restart', 'Restart a stack', RestartCommand subcommand 'create', 'Create a stack', CreateCommand subcommand 'recreate', 'Recreate a stack', RecreateCommand end end end
Version data entries
5 entries across 5 versions & 1 rubygems