Class: Chef::Application::Knife
- Inherits:
-
Chef::Application
- Object
- Chef::Application
- Chef::Application::Knife
- Defined in:
- lib/chef/application/knife.rb
Constant Summary collapse
- NO_COMMAND_GIVEN =
"You need to pass a sub-command (e.g., knife SUB-COMMAND)\n"
Instance Method Summary collapse
-
#run ⇒ Object
Run knife.
Methods inherited from Chef::Application
#auto_log_level?, #configure_chef, #configure_logging, #configure_stdout_logger, debug_stacktrace, exit!, fatal!, #initialize, #reconfigure, #resolve_log_level, #run_application, #run_chef_client, #setup_application, #using_output_formatter?, #want_additional_logger?
Constructor Details
This class inherits a constructor from Chef::Application