Class: Herdsman::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/herdsman/cli.rb

Instance Method Summary collapse

Instance Method Details

#statusObject



14
15
16
17
18
# File 'lib/herdsman/cli.rb', line 14

def status
  cmd = Herdsman::Command::Status.new(herd: herd, logger: logger)
  result = cmd.run
  exit result
end

#versionObject



22
23
24
# File 'lib/herdsman/cli.rb', line 22

def version
  puts "Herdsman version #{Herdsman::VERSION}"
end