class Turbot::Command::Version

Display version

Public Instance Methods

index() click to toggle source
version

Show the Turbot client's version.

Example:

$ turbot version
turbot-gem/0.1.36 (x86_64-darwin14) ruby/2.2.0
# File lib/turbot/command/version.rb, line 14
def index
  validate_arguments!
  puts "#{Turbot::DEBUG_VERSION}"
end