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
22 23 24
# File 'lib/herdsman/cli.rb', line 22 def version puts "Herdsman version #{Herdsman::VERSION}" end