Class: Pantry::Chef::UploadEnvironment
- Inherits:
-
Pantry::Commands::UploadFile
- Object
- Pantry::Commands::UploadFile
- Pantry::Chef::UploadEnvironment
- Defined in:
- lib/pantry/chef/upload_environment.rb
Overview
Upload a environment definition to the server
Instance Method Summary collapse
Instance Method Details
#prepare_message(options) ⇒ Object
20 21 22 23 |
# File 'lib/pantry/chef/upload_environment.rb', line 20 def () Pantry.ui.say("Uploading environment #{File.basename(file_to_upload)}...") super end |
#required_options ⇒ Object
12 13 14 |
# File 'lib/pantry/chef/upload_environment.rb', line 12 def %i(application) end |