wavefront-cli 2.16.1 → 2.16.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +4 -0
- data/lib/wavefront-cli/commands/query.rb +1 -1
- data/lib/wavefront-cli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a9ffb71cf822c08333a7064a3735eb3fb4d2e3ce890c0d2235b8c9c0aade72a
|
4
|
+
data.tar.gz: 2246240b345f0c9ba242a78e8b2c771461cbe0e28570540ea02ae19a303e0643
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13daf5449067e63010d236b2366049365938e45485242e307fdf0d4341aaa105936134df033fc7c597e2d5af9494f457dac86db549e8aebadc1ceffbbd205c8c
|
7
|
+
data.tar.gz: 292227d6380d59ff4b55ea527223803d9853e74edd66f3c308d2d976e39ffbb39df9a568d054bc3f47b349fbff695c6018dee82869dc653669beec7f78180563
|
data/HISTORY.md
CHANGED
@@ -42,7 +42,7 @@ class WavefrontCommandQuery < WavefrontCommandBase
|
|
42
42
|
'The query command has an additional output format. Using ' \
|
43
43
|
"'-f wavefront' produces output suitable for feeding back into a " \
|
44
44
|
"proxy. Other output formats are 'yaml', 'json', 'ruby', "\
|
45
|
-
"and 'csv'. CSV format options are '
|
45
|
+
"and 'csv'. CSV format options are 'headers' (print column headers); " \
|
46
46
|
"'tagkeys' (print tags as key=value rather than value); and 'quote' " \
|
47
47
|
'(force quoting of every CSV element).'.cmd_fold(TW, 0)
|
48
48
|
end
|
@@ -1 +1 @@
|
|
1
|
-
WF_CLI_VERSION = '2.16.
|
1
|
+
WF_CLI_VERSION = '2.16.2'.freeze
|