cloudspin-stack 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: 8ca15eb2f2ce62233b6845d2742fdc44665a474c
4
- data.tar.gz: c75883399d4b188edd8eb437d148279d5ff918e7
3
+ metadata.gz: 571c2d443cf0c6bf204e6d2ed8270f5469c9c0fb
4
+ data.tar.gz: 7216ee563207e6902fd00aa7c937c1d1b27b7d30
5
5
  SHA512:
6
- metadata.gz: c072155221f78a4f38c7eb4736b2e1b11e4419ed7103bc24c7845e62750595ef243f49c6254918ce1b3a2e14b228ea9fb25d7b9ca25725d9db74bb52b8c2d4c3
7
- data.tar.gz: 3ed7a75f7ac680a0ec9f3f93445ebc57d986b1b7ca995e1111ef30db0cb994ca526897962b7c94282ae7f98a46d0289fabb5abcc5ffac8aefc931dfc2dde553f
6
+ metadata.gz: 23a3435a531c0fc39fbb00e5b9a182c66f689a2df92f9c1b84fcc25301865624cf9b7fd2994df3f66f9da1883ff2f5808a3056e20299909d568c228c33613f5a
7
+ data.tar.gz: 365b4ae71e23a0232ea7a15a6dceee2d2e7882d9e82acdbb1068c8bd628cb5f537af52e680a0ba97a5642e76b6cfb44192f0c2c05eb97d37bd85f968e404318e
data/lib/cloudspin/cli.rb CHANGED
@@ -4,7 +4,11 @@ require 'cloudspin/stack'
4
4
  module Cloudspin
5
5
  class CLI < Thor
6
6
 
7
- class_option :file, :banner => 'YAML-CONFIG-FILE', :type => :array
7
+ class_option :file,
8
+ :banner => 'YAML-CONFIG-FILE',
9
+ :type => :array,
10
+ :default => [ 'spin-default.yaml', 'spin-local.yaml' ],
11
+ :desc => 'A list of configuration files to load for the stack instance. Values in files listed later override those from earlier files.'
8
12
 
9
13
  desc 'plan', 'Print the changes that will by applied when the \'stack up\' command is run'
10
14
  def plan
@@ -1,5 +1,5 @@
1
1
  module Cloudspin
2
2
  module Stack
3
- VERSION = '0.1.3'
3
+ VERSION = '0.1.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudspin-stack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 'kief '