wavefront-cli 2.3.0 → 2.3.1
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/README.md +7 -0
- data/lib/wavefront-cli/version.rb +1 -1
- data/lib/wavefront-cli/write.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0712d7ce74bb2e1b5d61a0bbbe33f90fdd36c9d79d41d481b392f903f46228b3
|
4
|
+
data.tar.gz: 6fd070960f3e2184d31f3ce6b3c25c2ebbdbb512934e7236b4468d3ee26fa094
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84a8143458a13242879ffb590abcee1d98b505e85ce59889423bc83d76d11394193baf17c66a112af20c9e8b16b140907ee0e4d674c8a7f422f850c30edf0fa5
|
7
|
+
data.tar.gz: 99c7f6877e10db8f529b3bda1dbdfc8ff3e15db2aa595e69d35ac3cf09f514342b33ce91397fcf7cda100c246e1a279801bf76adff3c0ffff3f682eda268f902
|
data/README.md
CHANGED
@@ -233,3 +233,10 @@ If you set the file to `-`, you can read from standard in:
|
|
233
233
|
```
|
234
234
|
$ while true; do echo $RANDOM; sleep 1; done | wf write file -m cli.demo -Fv -
|
235
235
|
```
|
236
|
+
|
237
|
+
Due to limitations in [docopt](https://github.com/docopt/docopt.rb),
|
238
|
+
writing negative values is a bit of a mess.
|
239
|
+
|
240
|
+
```
|
241
|
+
$ wf write point cli.example "\-10"
|
242
|
+
```
|
@@ -1 +1 @@
|
|
1
|
-
WF_CLI_VERSION = '2.3.
|
1
|
+
WF_CLI_VERSION = '2.3.1'.freeze
|
data/lib/wavefront-cli/write.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wavefront-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Fisher
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: docopt
|