Method: Ufo::Upgrade::Upgrade4#upgrade

Defined in:
lib/ufo/upgrade/upgrade4.rb

#upgradeObject



22
23
24
25
26
27
28
29
# File 'lib/ufo/upgrade/upgrade4.rb', line 22

def upgrade
  puts "Upgrading structure of your current project to the new ufo version 4 project structure"
  upsert_dockerignore
  upsert_gitignore
  update_params_yaml
  update_task_definitions
  new_files
end