cfndsl 1.3.8 → 1.3.9
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 +4 -4
- data/CHANGELOG.md +10 -2
- data/README.md +1 -1
- data/lib/cfndsl/runner.rb +1 -1
- data/lib/cfndsl/version.rb +1 -1
- data/spec/cli_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce4f12cd2532e9f0feda0ba90436fe76c1b92389fd0c72af072f5553465579c6
|
|
4
|
+
data.tar.gz: 9616a3c9d589fe3686a5fffed7b1555a0458727cffa7ae968f9127196aaf3cdb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67b552107958343a8f8a816691c97533b9cb45ae4c12bacfce7c2f3d499cea04936e30dc7320c4008a61351c9f998350ad48526cdeddb81eb945e79f02d9dd32
|
|
7
|
+
data.tar.gz: 839d95ff35f1515fbd03761ba438a1e5c95597fe3c488d6b9afad6c5f128367edb3c3cfcdaa3af083db8d593fb0dec7a89c698f496bf7a76a0357c4fa88ef645
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.3.
|
|
3
|
+
## [1.3.9](https://github.com/cfndsl/cfndsl/tree/1.3.9) (2022-07-26)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.
|
|
5
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.8...1.3.9)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Fix output typos [\#481](https://github.com/cfndsl/cfndsl/pull/481) ([mitchclarkebase2](https://github.com/mitchclarkebase2))
|
|
10
|
+
|
|
11
|
+
## [v1.3.8](https://github.com/cfndsl/cfndsl/tree/v1.3.8) (2022-06-30)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/cfndsl/cfndsl/compare/v1.3.7...v1.3.8)
|
|
6
14
|
|
|
7
15
|
**Merged pull requests:**
|
|
8
16
|
|
data/README.md
CHANGED
|
@@ -443,7 +443,7 @@ Usage: cfndsl [options] FILE
|
|
|
443
443
|
-p, --pretty Pretty-format output JSON
|
|
444
444
|
-f, --format FORMAT Specify the output format (JSON default)
|
|
445
445
|
-D, --define "VARIABLE=VALUE" Directly set local VARIABLE as VALUE
|
|
446
|
-
-v, --verbose Turn on verbose
|
|
446
|
+
-v, --verbose Turn on verbose output
|
|
447
447
|
-m, --disable-deep-merge Disable deep merging of yaml
|
|
448
448
|
-s, --specification-file FILE Location of Cloudformation Resource Specification file
|
|
449
449
|
-u [VERSION], Update the Resource Specification file to latest, or specific version
|
data/lib/cfndsl/runner.rb
CHANGED
data/lib/cfndsl/version.rb
CHANGED
data/spec/cli_spec.rb
CHANGED
|
@@ -12,7 +12,7 @@ describe 'cfndsl', type: :aruba do
|
|
|
12
12
|
-p, --pretty Pretty-format output JSON
|
|
13
13
|
-f, --format FORMAT Specify the output format (JSON default)
|
|
14
14
|
-D, --define "VARIABLE=VALUE" Directly set local VARIABLE as VALUE
|
|
15
|
-
-v, --verbose Turn on verbose
|
|
15
|
+
-v, --verbose Turn on verbose output
|
|
16
16
|
-m, --disable-deep-merge Disable deep merging of yaml
|
|
17
17
|
-s, --specification-file FILE Location of Cloudformation Resource Specification file
|
|
18
18
|
-u [VERSION], Update the Resource Specification file to latest, or specific version
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfndsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Jack
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: exe
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2022-
|
|
14
|
+
date: 2022-07-26 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: bundler
|