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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de13eb5191a726a988bf5e7527a242d15ab045cbc4a7df386476fa7ba8c2c63d
4
- data.tar.gz: b91a909c79cbb17c5dc80782348a7113e25e11da49f522e2b28addefbfcbf3eb
3
+ metadata.gz: 9a9ffb71cf822c08333a7064a3735eb3fb4d2e3ce890c0d2235b8c9c0aade72a
4
+ data.tar.gz: 2246240b345f0c9ba242a78e8b2c771461cbe0e28570540ea02ae19a303e0643
5
5
  SHA512:
6
- metadata.gz: b7f3aa5ebf65c897d373325018ff2f4ddd21d209e63af7ff10867b1dd3c3a9084db8e1a150e3d1a75463a9ff27c77d584d48e58b1b523403d62382e61dffbac3
7
- data.tar.gz: 4b5e9fddcb5e4ddf782c4b8a9a525ff7cef4565456f7d0d9ab5de77041db178f1937372aa7f6bef5e96877b8ea16b40fc69a3ae4aef3712e840c6ab9989fdc0b
6
+ metadata.gz: 13daf5449067e63010d236b2366049365938e45485242e307fdf0d4341aaa105936134df033fc7c597e2d5af9494f457dac86db549e8aebadc1ceffbbd205c8c
7
+ data.tar.gz: 292227d6380d59ff4b55ea527223803d9853e74edd66f3c308d2d976e39ffbb39df9a568d054bc3f47b349fbff695c6018dee82869dc653669beec7f78180563
data/HISTORY.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.16.2 (29/12/2018)
4
+ * Fix typo in `query` help. CSV headers are produced with `-F
5
+ headers`, not `-F header`.
6
+
3
7
  ## 2.16.1 (29/12/2018)
4
8
 
5
9
  * Fix regression which broke query time ranges.
@@ -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 'header' (print column headers); " \
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'.freeze
1
+ WF_CLI_VERSION = '2.16.2'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wavefront-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.16.1
4
+ version: 2.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Fisher