class Chef::Knife::VcLogin

Public Instance Methods

run() click to toggle source
# File lib/chef/knife/vc_login.rb, line 28
def run
  $stdout.sync = true

  connection.login
  out_msg("Authenticated successfully, code", connection.auth_key)

  connection.logout
end