echo_cli 0.6.13 → 0.6.14

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
  SHA1:
3
- metadata.gz: ce0cf02025bb4f8631c85da84c356b0c40104ea0
4
- data.tar.gz: 9c479dd5b7ac104fdebce74427b8fa32ff5b19c9
3
+ metadata.gz: 599c6f413342b9f7ebaf3426154edfab3bacc54c
4
+ data.tar.gz: 6adb2e9e63e21693f62ea3c439634906b48977f5
5
5
  SHA512:
6
- metadata.gz: adaaeebfb18f0a5bc328c2fb0d4342ff39de0e0ac59011fb9ea3beee72c257a53dbe65e341ac6a596f048e380ee966cee66ba84f4e53a38dc2133e2e53823cdb
7
- data.tar.gz: 32581f09503b2568d4a69a16666419aff48fcda0fc8a7bbab6149bcb899bd42d6d723226779f859293fc6f6680d957e7c5ce63365fcea3c9e3e4bb1e48445e3c
6
+ metadata.gz: 71db0335e358ba238cf0907732b95b941b57b8f0a46aadb20d86cc6a691437ef7640f9ee36d5af601b17ec737b22d7b3df6e1bdf002ca041ce88234e13750226
7
+ data.tar.gz: 08be1c9bae6ebb1d8d9031ce00f2f4d823e20f0772f5da958c71a039d08dde2e6efb84e0d73ec64dd8649f7998631cdc4ad97a73dbab5294fea73575e9ce02be
data/lib/echo_cli/cli.rb CHANGED
@@ -195,7 +195,7 @@ module Echo_cli
195
195
  return res.code
196
196
  end
197
197
 
198
- desc "quick_query", "Query metrics on Echo for a given time range beginning at the current time. Use \"echo_cli quick_query <IP> '<metric>' <range> {-e}\""
198
+ desc "quick_query", "Query metrics on Echo from the current time. Use \"echo_cli quick_query <IP> '<metric>' <range> {-e}\""
199
199
 
200
200
  option :e
201
201
 
@@ -302,7 +302,7 @@ module Echo_cli
302
302
  return res.code
303
303
  end
304
304
 
305
- desc "convert", "Convert epoch timestamps to a human-readable format (YYYY-MM-DDTHH:MM:SS-Z), or vice-versa. Use \"echo_cli convert <timestamp>\""
305
+ desc "convert", "Convert timestamp formats. Use \"echo_cli convert <timestamp>\""
306
306
 
307
307
  long_desc <<-LONGDESC
308
308
  `echo_cli convert` will convert a given timestamp from epoch to a human-readable format, or vice-versa. Useful for determining locations of data on grafana. Ensure that an epoch timestamp has no punctation, and a human-readable timestamp follows the format 'YYYY-MM-DDTHH:MM:SS.SSS-Z' exactly.
@@ -1,3 +1,3 @@
1
1
  module Echo_cli
2
- VERSION = "0.6.13"
2
+ VERSION = "0.6.14"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: echo_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.13
4
+ version: 0.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Raphael