domed-city 1.3.0 → 1.4.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 +4 -4
- data/.travis.yml +2 -1
- data/README.md +6 -0
- data/lib/dome/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c10b8b4fb07fed5ab5254a97c71db633858f903e
|
|
4
|
+
data.tar.gz: b75a86afe68868c5ef4fc61c6fa9f1b359beb0e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26e50dcbec1fb3834bee8b9944a7243e9cb0b5df75f51192d690bba11c383f0d343024a435fc1ff4cf2c6028a54a58c388c221a2b4c50400f1d5cc3a76dca785
|
|
7
|
+
data.tar.gz: 8c01db5d1a6873afdd41cc4abc355b67e3d36271369d8742969afd348c2257e7cb96056df1037feffbe13a6d3ae810eb510ad33301734222b5e321e51c5a2bad
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://travis-ci.org/ITV/domed-city)
|
|
2
|
+
|
|
1
3
|
# domed-city
|
|
2
4
|
Simple CLI application that wraps the Terraform API.
|
|
3
5
|
|
|
@@ -45,6 +47,10 @@ where [commands] are:
|
|
|
45
47
|
-a, --apply Applies a Terraform plan
|
|
46
48
|
-l, --plan-destroy Creates a destructive Terraform plan
|
|
47
49
|
-s, --state Synchronises the Terraform state
|
|
50
|
+
-o, --output Print all Terraform output variables
|
|
48
51
|
-v, --version Print version and exit
|
|
49
52
|
-h, --help Show this message
|
|
50
53
|
```
|
|
54
|
+
### NOTICE
|
|
55
|
+
|
|
56
|
+
When used for the first time in an environment you need to run `dome -s` for domed-city to create the S3 bucket and and enable file versioning on it. If you run it after the bucket has been created, it will just sync the remote state, something planning already does by default.
|
data/lib/dome/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: domed-city
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Snape
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-01-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|