wavefront-cli 4.2.0 → 4.2.1
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/apitoken.rb +1 -2
- data/lib/wavefront-cli/version.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: 36ce95b63a82df8446956332caa6b6765a3eca92d921974a954f640698bcd63d
|
4
|
+
data.tar.gz: 2c1a531e527d4be0e0dae2747aba4f75dce6c3da48012e15516ab9b63f6dc249
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af0e40f1c76fdbe8ade39b6db403a4b58b70ed154bf5ae5a3c810d18ec4ebacc5b84a604a42c56cb8750df3891f335188de6a4f7a65eb2a7be6e85efe4a7794b
|
7
|
+
data.tar.gz: c859fd699041b147fd7fa1b7d30e62d71922420d6460614c137e47be9dfb63cb0350184594ed5c03e6010e1348ed8020d765ca6e0b8cf6bd769d57c1b44bfeef
|
data/HISTORY.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 4.2.1 (26/07/2019)
|
4
|
+
* Remove tagging subcommands from `apitoken` command's usage info,
|
5
|
+
because you can't tag API tokens.
|
6
|
+
|
3
7
|
## 4.2.0 (01/07/2019)
|
4
8
|
* Add `-M` (`--items-only`) option to all commands. For
|
5
9
|
machine-parseable formats, this filters the API response, giving only
|
@@ -1 +1 @@
|
|
1
|
-
WF_CLI_VERSION = '4.2.
|
1
|
+
WF_CLI_VERSION = '4.2.1'.freeze
|
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: 4.2.
|
4
|
+
version: 4.2.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: 2019-07-
|
11
|
+
date: 2019-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: docopt
|