stalkedbybean 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 598248a47e12f431128a1950310c35c3d26959c4
4
- data.tar.gz: 7c833b56d5a7a75c0504a8e7620b41eff4cdaf86
2
+ SHA256:
3
+ metadata.gz: 427ded4eb1b24b65f30bca50e35e0927c05d2c52a8358edf88cdf23cb62c8622
4
+ data.tar.gz: 03d1f8c1aef392ac1b846c6fe598db51bc847658236209049f1ce0d1dab4e608
5
5
  SHA512:
6
- metadata.gz: 2bb4d4144763f31691b864b58aae1b8677b98c38d318b64785b081f7573836152b7be463594b31d825c031f742e5a6fe1d410577fc233104cde435f60dee06f5
7
- data.tar.gz: 5b4039efdb381aa97c7786c9c9c51c3b599a643abe809495cd45d4ddc9d377a7e164c3903624861a09ef591a81c77f4a63d412a668a7a1f59d8c8d212bd5f6cb
6
+ metadata.gz: 21b4f0796e1f3ea73d709956b04cea0a415dcbffc4e1296c9c5403a8ee86b05bb5c029b18c0e40d26f924520f8e8855a95f2b6e428855c0b800f4f2e3b27911f
7
+ data.tar.gz: 632e0508e49729a8a83696ca2a8330ccd41257767ffceab890add5d4476e02a688c9be5b015597d3c9d6b6795ac600577bb34093fd11fb445a5ea5e4bc20f5b8
@@ -67,7 +67,7 @@ module Stalkedbybean
67
67
  Stalkedbybean::RoleSetup.setup_IAM
68
68
  end
69
69
 
70
- desc "provision -v VERSION [OPTIONS]", "Provisions new environment in AWS EB"
70
+ desc "provision -v VERSION [OPTIONS]", "Provisions new environment in AWS EB and sets up roles in AWS IAM"
71
71
  method_option :file_path, :type => :string, :aliases => "-f"
72
72
  method_option :app_name, :type => :string, :aliases => "-n"
73
73
  method_option :aws_profile, :type => :string, :aliases => "-p"
@@ -83,8 +83,12 @@ module Stalkedbybean
83
83
  method_option :version, :type => :string, :aliases => "-v"
84
84
  method_option :key_name, :type => :string
85
85
  method_option :env_vars, :type => :string
86
+ method_option :aws_account_id, :type => :string
87
+ method_option :kms_arn, :type => :string
86
88
  def provision
87
89
  Stalkedbybean::Provision.parse_options(options[:file_path], options)
90
+ Stalkedbybean::RoleSetup.parse_options(options[:file_path], options)
91
+ Stalkedbybean::RoleSetup.setup_IAM
88
92
  Stalkedbybean::Provision.create_environment
89
93
  end
90
94
 
@@ -1,3 +1,3 @@
1
1
  module Stalkedbybean
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stalkedbybean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kavita Kalaichelvan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2018-04-06 00:00:00.000000000 Z
12
+ date: 2018-04-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.6.13
185
+ rubygems_version: 2.7.3
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Command line utility to deploy Elixir apps to AWS using Elastic Beanstalk