bosh_deployer 1.0.2 → 1.1.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.
- data/lib/bosh/cli/commands/micro.rb +11 -0
- data/lib/deployer/version.rb +1 -1
- metadata +6 -6
|
@@ -15,6 +15,17 @@ module Bosh::Cli::Command
|
|
|
15
15
|
options[:config] ||= DEFAULT_CONFIG_PATH #hijack Cli::Config
|
|
16
16
|
end
|
|
17
17
|
|
|
18
|
+
usage "micro"
|
|
19
|
+
desc "show micro bosh sub-commands"
|
|
20
|
+
def micro_help
|
|
21
|
+
say("bosh micro sub-commands:")
|
|
22
|
+
nl
|
|
23
|
+
cmds = Bosh::Cli::Config.commands.values.find_all {|c|
|
|
24
|
+
c.usage =~ /^micro/
|
|
25
|
+
}
|
|
26
|
+
Bosh::Cli::Command::Help.list_commands(cmds)
|
|
27
|
+
end
|
|
28
|
+
|
|
18
29
|
usage "micro deployment"
|
|
19
30
|
desc "Choose micro deployment to work with, or display current deployment"
|
|
20
31
|
def micro_deployment(name=nil)
|
data/lib/deployer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh_deployer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-11-
|
|
12
|
+
date: 2012-11-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bosh_cli
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
21
|
+
version: 1.0.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 1.0.2
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: bosh_cpi
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
192
192
|
version: '0'
|
|
193
193
|
segments:
|
|
194
194
|
- 0
|
|
195
|
-
hash: -
|
|
195
|
+
hash: -60507777349022413
|
|
196
196
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
none: false
|
|
198
198
|
requirements:
|
|
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
201
|
version: '0'
|
|
202
202
|
segments:
|
|
203
203
|
- 0
|
|
204
|
-
hash: -
|
|
204
|
+
hash: -60507777349022413
|
|
205
205
|
requirements: []
|
|
206
206
|
rubyforge_project:
|
|
207
207
|
rubygems_version: 1.8.24
|