Sha256: a4dc2087085972cd07e7926b0059fddd1b69251ea7341f3e94b7873085936f53
Contents?: true
Size: 738 Bytes
Versions: 7
Compression:
Stored size: 738 Bytes
Contents
module Percheron module Commands class Main < Abstract subcommand %w(list status), "List stacks and it's containers", List subcommand 'console', 'Start a pry console session', Console subcommand 'start', 'Start a stack', Start subcommand 'stop', 'Stop a stack', Stop subcommand 'restart', 'Restart a stack', Restart subcommand 'build', 'Build images for a stack', Build subcommand 'create', 'Build images and create containers for a stack', Create subcommand 'recreate', 'Recreate a stack', Recreate subcommand 'purge', 'Purge a stack', Purge subcommand 'shell', 'Shell into a container', Shell subcommand 'logs', 'Show logs for a container', Logs end end end
Version data entries
7 entries across 7 versions & 1 rubygems