Class: Ey::Core::Cli::Recipes::Apply
- Inherits:
-
Subcommand
- Object
- Belafonte::App
- Subcommand
- Ey::Core::Cli::Recipes::Apply
- Includes:
- Helpers::Chef
- Defined in:
- lib/ey-core/cli/recipes/apply.rb
Instance Method Summary collapse
Methods included from Helpers::Chef
Methods inherited from Subcommand
#handle_core_error, #run_handle, #setup
Methods included from Helpers::Core
#core_account, #core_accounts, #core_application_for, #core_client, #core_environment_for, #core_operator_and_environment_for, #core_server_for, #core_url, #core_yaml, #eyrc_yaml, included, #longest_length_by_name, #operator, #unauthenticated_core_client, #write_core_yaml
Instance Method Details
#handle ⇒ Object
46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/ey-core/cli/recipes/apply.rb', line 46 def handle validate_run_type_flags operator, environment = core_operator_and_environment_for() raise "Unable to find matching environment" unless environment run_chef(run_type, environment) if switch_active?(:full) run_chef("custom", environment) end end |