Sha256: 14aa563834c0d37a14d2f10201e12fbfb37383986182477ba9e1396f2e59fd54
Contents?: true
Size: 775 Bytes
Versions: 6
Compression:
Stored size: 775 Bytes
Contents
module Percheron module Commands class Main < Abstract subcommand %w(list status), 'List stacks and its units', 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 units for a stack', Create subcommand 'recreate', 'Recreate a stack', Recreate subcommand 'purge', 'Purge a stack', Purge subcommand 'shell', 'Shell into a unit', Shell subcommand 'logs', 'Show logs for a unit', Logs subcommand 'graph', 'Generate a stack graph', Graph end end end
Version data entries
6 entries across 6 versions & 1 rubygems