Class: CreateAwsProject

Inherits:
Object
  • Object
show all
Defined in:
lib/renuo/cli/app/create_aws_project.rb

Instance Method Summary collapse

Constructor Details

#initializeCreateAwsProject

Returns a new instance of CreateAwsProject.



4
5
6
7
8
# File 'lib/renuo/cli/app/create_aws_project.rb', line 4

def initialize
  ensure_aws_setup?
  ensure_aws_profile_existing?
  collect_project_information
end

Instance Method Details

#runObject



10
11
12
13
14
# File 'lib/renuo/cli/app/create_aws_project.rb', line 10

def run
  %w[main develop].each do |branch|
    print_setup_commands branch
  end
end