bosh_cli 1.2957.0 → 1.2962.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/lib/cli/commands/log_management.rb +3 -2
- data/lib/cli/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccf0872a091315c30174c94402dd44e53a1a81a3
|
|
4
|
+
data.tar.gz: a994310ea4d6b8c249f940540c590dd5eaa59670
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcbc88ffd5eb2d27062dc5e0cac5310bd23523600399c5384848a475d116b42342108c8ebd4c6bb5e6ad314cdd5c72d7d18da391695e751ed2d7f3a5f31ba4c4
|
|
7
|
+
data.tar.gz: 75c771f3911e73696f2bf6a967a9bff1430d31c9f76fab6698c7efff98ce23180d57308c5bb65cac651417f86d8b438a6a985d411e7a782e889145f22b0c1f8a
|
|
@@ -8,8 +8,9 @@ module Bosh::Cli::Command
|
|
|
8
8
|
option '--only filter1,filter2,...', Array,
|
|
9
9
|
'only fetch logs that satisfy',
|
|
10
10
|
'given filters (defined in job spec)'
|
|
11
|
-
option '--all', 'fetch all files in the job or agent log directory'
|
|
12
11
|
option '--dir destination_directory', String, 'download directory'
|
|
12
|
+
option '--all', 'deprecated'
|
|
13
|
+
|
|
13
14
|
def fetch_logs(job, index = nil)
|
|
14
15
|
index = valid_index_for(job, index)
|
|
15
16
|
check_arguments(index)
|
|
@@ -64,7 +65,7 @@ module Bosh::Cli::Command
|
|
|
64
65
|
err("You can't use --only and --all together") if options[:all]
|
|
65
66
|
filter = options[:only].join(',')
|
|
66
67
|
elsif options[:all]
|
|
67
|
-
filter =
|
|
68
|
+
filter = nil #TODO: deprecation warning (#93650844)
|
|
68
69
|
else
|
|
69
70
|
filter = nil
|
|
70
71
|
end
|
data/lib/cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2962.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- VMware
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bosh_common
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.2962.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
26
|
+
version: 1.2962.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bosh-template
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.
|
|
33
|
+
version: 1.2962.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.
|
|
40
|
+
version: 1.2962.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: cf-uaa-lib
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 1.
|
|
131
|
+
version: 1.2962.0
|
|
132
132
|
type: :runtime
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 1.
|
|
138
|
+
version: 1.2962.0
|
|
139
139
|
- !ruby/object:Gem::Dependency
|
|
140
140
|
name: net-ssh
|
|
141
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -306,7 +306,7 @@ dependencies:
|
|
|
306
306
|
version: '0'
|
|
307
307
|
description: |-
|
|
308
308
|
BOSH CLI
|
|
309
|
-
|
|
309
|
+
74c57f
|
|
310
310
|
email: support@cloudfoundry.com
|
|
311
311
|
executables:
|
|
312
312
|
- bosh
|