Class: Proteus::BackendInfo
- Inherits:
-
Thor
- Object
- Thor
- Proteus::BackendInfo
- Defined in:
- lib/proteus/backend_info.rb
Constant Summary
Constants included from Helpers
Helpers::DEFAULT, Helpers::ERROR
Instance Method Summary collapse
Methods included from Config
Methods included from Helpers
#alert, #confirm, #current_user, #limit, #slack_notification, #slack_webhook, #syscall
Methods included from Helpers::PathHelpers
#config_dir, #config_path, #context_path, #context_temp_directory, #contexts_path, #environments_path, #module_config_path, #module_data_path, #module_hooks_path, #module_io_file, #module_path, #module_templates_path, #modules_path, #plan_file, #root_path, #state_file, #var_file
Instance Method Details
#backend_info ⇒ Object
13 14 15 |
# File 'lib/proteus/backend_info.rb', line 13 def backend_info Proteus::Backend::Backend.new(config: config, context: nil, environment: nil).show_backends end |