lono 4.0.4 → 4.0.5
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 +3 -0
- data/lib/lono/help/cfn/diff.md +1 -2
- data/lib/lono/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d65528282a3ab452046643d9e657999b111f0b9d7c07e2782a669ad0e6897be
|
|
4
|
+
data.tar.gz: 691f2210f6b46f28d1c40e4d5ca41e61af46bf8b69922597b275596120922347
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38dcde5ad224d6a8bcf9cd0b9d191dc75499a1a3ae848c80ec18d9b11dcb52a70531be23aa07199329deca0ccb48d9e6593bd01b5f779f4b4f95b37e1189e9ca
|
|
7
|
+
data.tar.gz: 1229df0be487dd4dac09f6034db01cfd75d746653c1e3a0ec0bb6293aeef3988d0aaf140f68ba809adaebe7cd2322dcd992ae29b3e32676b0859871f8d0b0a9c
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [4.0.5]
|
|
7
|
+
- update lono cfn diff docs
|
|
8
|
+
|
|
6
9
|
## [4.0.4]
|
|
7
10
|
- update lono cfn diff docs
|
|
8
11
|
- add S3_REGION env option to configure different s3 client region vs AWS_PROFILE
|
data/lib/lono/help/cfn/diff.md
CHANGED
|
@@ -8,8 +8,6 @@ Displays code diff of the generated CloudFormation template locally vs the exist
|
|
|
8
8
|
No detected app/scripts
|
|
9
9
|
Generating CloudFormation templates:
|
|
10
10
|
output/templates/ec2.yml
|
|
11
|
-
Not modified: output/templates/ec2.yml to s3://boltops-stag/cloudformation-templates/development/templates/ec2.yml
|
|
12
|
-
Templates uploaded to s3.
|
|
13
11
|
output/params/ec2.json
|
|
14
12
|
Generating CloudFormation source code diff...
|
|
15
13
|
Running: colordiff /tmp/existing_cfn_template.yml output/templates/ec2.yml
|
|
@@ -17,6 +15,7 @@ Displays code diff of the generated CloudFormation template locally vs the exist
|
|
|
17
15
|
< Default: t2.small
|
|
18
16
|
---
|
|
19
17
|
> Default: t2.medium
|
|
18
|
+
$ subl -a ~/.lono/settings.yml
|
|
20
19
|
$
|
|
21
20
|
|
|
22
21
|
Here's a screenshot of the output with the colorized diff:
|
data/lib/lono/version.rb
CHANGED