Sha256: 4079cb7d968ce7cc3a4c277dba5529c96574c12e6947070c24840f947cae0476

Contents?: true

Size: 520 Bytes

Versions: 4

Compression:

Stored size: 520 Bytes

Contents

module Percheron
  module Commands
    class Main < Abstract
      subcommand 'list', "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 'create', 'Create a stack', Create
      subcommand 'recreate', 'Recreate a stack', Recreate
      subcommand 'purge', 'Purge a stack', Purge
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
percheron-0.6.4 lib/percheron/commands/main.rb
percheron-0.6.3 lib/percheron/commands/main.rb
percheron-0.6.2 lib/percheron/commands/main.rb
percheron-0.6.1 lib/percheron/commands/main.rb