domed-city 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -1
  3. data/README.md +6 -0
  4. data/lib/dome/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d99c9f67b0cb764bb7b36761a2c4e90c915ee94
4
- data.tar.gz: 6aa2c3609ab8f1b88608a2cdcdd668ea9276926d
3
+ metadata.gz: c10b8b4fb07fed5ab5254a97c71db633858f903e
4
+ data.tar.gz: b75a86afe68868c5ef4fc61c6fa9f1b359beb0e1
5
5
  SHA512:
6
- metadata.gz: b2ac36eef13ea7f05b2ae00261a28b9a1b293f479520c8dfd8c8e481ee1d6f10d56f6733300bf24c56ea50437f6170c677c569ada06622ec87e655e157100b66
7
- data.tar.gz: e177fe3a851dc0ba125653745154e66aebf2e82f2d264ef15f0e5971c914b4553be6d63e8093980f52096e1d1d3392604396bd78db89c348f66a0d2a42295f6c
6
+ metadata.gz: 26e50dcbec1fb3834bee8b9944a7243e9cb0b5df75f51192d690bba11c383f0d343024a435fc1ff4cf2c6028a54a58c388c221a2b4c50400f1d5cc3a76dca785
7
+ data.tar.gz: 8c01db5d1a6873afdd41cc4abc355b67e3d36271369d8742969afd348c2257e7cb96056df1037feffbe13a6d3ae810eb510ad33301734222b5e321e51c5a2bad
@@ -1,3 +1,4 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1.4
3
+ - 2.2.4
4
+ - 2.1.8
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Build Status](https://travis-ci.org/ITV/domed-city.svg?branch=master)](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.
@@ -1,3 +1,3 @@
1
1
  module Dome
2
- VERSION = '1.3.0'
2
+ VERSION = '1.4.0'
3
3
  end
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.3.0
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: 2015-12-17 00:00:00.000000000 Z
11
+ date: 2016-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler