Class: Renuo::Cli::Commands::CreateAwsProject
- Inherits:
-
Object
- Object
- Renuo::Cli::Commands::CreateAwsProject
- Defined in:
- lib/renuo/cli/commands/create_aws_project.rb
Overview
:nocov:
Instance Method Summary collapse
-
#initialize ⇒ CreateAwsProject
constructor
A new instance of CreateAwsProject.
- #run ⇒ Object
Constructor Details
#initialize ⇒ CreateAwsProject
Returns a new instance of CreateAwsProject.
30 31 32 33 34 |
# File 'lib/renuo/cli/commands/create_aws_project.rb', line 30 def initialize ensure_aws_setup? ensure_aws_profile_existing? collect_project_information end |
Instance Method Details
#run ⇒ Object
36 37 38 39 40 |
# File 'lib/renuo/cli/commands/create_aws_project.rb', line 36 def run %w[main develop].each do |branch| print_setup_commands branch end end |