class Chef::Knife::TwitterVersion

Public Instance Methods

run() click to toggle source
# File lib/chef/knife/twitter.rb, line 71
def run
  msg_pair("VERSION", ::Knife::Twitter::VERSION, :blue)
  msg_pair("CONSUMER_KEY", locate_config_value(:twitter_consumer_key))
  msg_pair("CONSUMER_SECRET", locate_config_value(:twitter_consumer_secret))
  msg_pair("TOKEN", locate_config_value(:twitter_oauth_token))
  msg_pair("TOKEN_SECRET", locate_config_value(:twitter_oauth_token_secret))
end