stack_master 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 404a38ded90b0e30b4e7dbca97185e298959c0541d7ed507880cd6654f45868f
4
- data.tar.gz: a0459cf8623da399abc16482d3ec3674b418a369406e465d9a6245ea7d3de48e
3
+ metadata.gz: 44b54b0c2a5d9050de40c5eb89ec056d423e7e4403071aa295d3165c7eb08128
4
+ data.tar.gz: 6da32d39a8cb7c1b7f3448516c2fab14fbdb41247a708ebb3bffc59d10111fa4
5
5
  SHA512:
6
- metadata.gz: b9a25c80259fe178287eaa6c13ee43cbb04e9a5288c1a6d4b429499df35a27bf7437873492e338221e0a2744252244889ce7b7d9e82521eb95883c5520bce4ed
7
- data.tar.gz: 8187cf1cc0ff902a8fa90274a15ed8d0e9ea989e0020b942bce488a4b7881da7a544554c2949305681748349c991401e65308f65e039c04e2290018892fc15ed
6
+ metadata.gz: 10eab8adaca08fb72e5751ade8a554b6892f95553a9581c87fba01f2967fde18fae5111e2b97243af83673ba9b2578ea0541ee0b4e70882cae3c2d5a483c0630
7
+ data.tar.gz: 7542bd369cd86fdbf5c3a198fb8bf331db3acefbc1271850f4603a67ba1ac5eed69d4c1d056ccba60e644e852ec04460129f48697dfb9df545a9a5a7a2b0221e
data/README.md CHANGED
@@ -709,6 +709,10 @@ stack_master outputs [region-or-alias] [stack-name] # Display outputs for a stac
709
709
  stack_master resources [region-or-alias] [stack-name] # Display outputs for a stack
710
710
  stack_master status # Displays the status of each stack
711
711
  stack_master tidy # Find missing or extra templates or parameter files
712
+ stack_master compile # Print the compiled version of a given stack
713
+ stack_master validate # Validate a template
714
+ stack_master lint # Check the stack definition locally using cfn-lint
715
+ stack_master nag # Check the stack template with cfn_nag
712
716
  ```
713
717
 
714
718
  ## Applying updates - `stack_master apply`
@@ -19,7 +19,7 @@ module StackMaster
19
19
 
20
20
  def has_invalid_values?
21
21
  values = build_values(@definition, @parameter)
22
- values.include?(nil) || values.include?('')
22
+ values.include?(nil)
23
23
  end
24
24
 
25
25
  def create_error
@@ -1,3 +1,3 @@
1
1
  module StackMaster
2
- VERSION = "2.10.0"
2
+ VERSION = "2.11.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack_master
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.0
4
+ version: 2.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Hodgkiss
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-07-28 00:00:00.000000000 Z
12
+ date: 2020-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -556,8 +556,8 @@ licenses:
556
556
  metadata:
557
557
  bug_tracker_uri: https://github.com/envato/stack_master/issues
558
558
  changelog_uri: https://github.com/envato/stack_master/blob/master/CHANGELOG.md
559
- documentation_uri: https://www.rubydoc.info/gems/stack_master/2.10.0
560
- source_code_uri: https://github.com/envato/stack_master/tree/v2.10.0
559
+ documentation_uri: https://www.rubydoc.info/gems/stack_master/2.11.0
560
+ source_code_uri: https://github.com/envato/stack_master/tree/v2.11.0
561
561
  post_install_message:
562
562
  rdoc_options: []
563
563
  require_paths:
@@ -573,7 +573,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
573
573
  - !ruby/object:Gem::Version
574
574
  version: '0'
575
575
  requirements: []
576
- rubygems_version: 3.0.3
576
+ rubygems_version: 3.0.4
577
577
  signing_key:
578
578
  specification_version: 4
579
579
  summary: StackMaster is a sure-footed way of creating, updating and keeping track