Method: Crowbar::Client::App::Entry#version

Defined in:
lib/crowbar/client/app/entry.rb

#versionObject

Command to print the version of Crowbar CLI



114
115
116
# File 'lib/crowbar/client/app/entry.rb', line 114

def version
  say "crowbar-client v#{Crowbar::Client::Version}"
end