12 13 14 15 16
# File 'lib/herdsman/cli.rb', line 12 def status cmd = Herdsman::Command::Status.new(herd: herd, logger: logger) result = cmd.run exit result end
20 21 22
# File 'lib/herdsman/cli.rb', line 20 def version puts "Herdsman version #{Herdsman::VERSION}" end