Class: CreateAwsProject
- Inherits:
-
Object
- Object
- CreateAwsProject
- Defined in:
- lib/renuo/cli/app/create_aws_project.rb
Instance Method Summary collapse
-
#initialize ⇒ CreateAwsProject
constructor
A new instance of CreateAwsProject.
- #run ⇒ Object
Constructor Details
#initialize ⇒ CreateAwsProject
Returns a new instance of CreateAwsProject.
6 7 8 9 10 |
# File 'lib/renuo/cli/app/create_aws_project.rb', line 6 def initialize ensure_aws_setup? ensure_aws_profile_existing? collect_project_information end |
Instance Method Details
#run ⇒ Object
12 13 14 15 16 |
# File 'lib/renuo/cli/app/create_aws_project.rb', line 12 def run %w[main develop].each do |branch| print_setup_commands branch end end |