Class: BuckKnife::ProjectInfo

Inherits:
Chef::Knife
  • Object
show all
Defined in:
lib/chef/knife/project_info.rb

Instance Method Summary collapse

Instance Method Details

#runObject



7
8
9
10
11
# File 'lib/chef/knife/project_info.rb', line 7

def run
  ui.output "Config file: %s" % Chef::Config[:config_file] || config[:config_file]
  ui.output "Chef Server: %s" % Chef::Config[:chef_server_url]
  ui.output "Project Dir: %s" % Chef::Config[:knife][:project_dir]
end