onering-client 0.0.8 → 0.0.9
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.
- data/bin/onering +1 -1
- metadata +3 -3
data/bin/onering
CHANGED
|
@@ -56,7 +56,7 @@ subcommand :devices, "Operations related to Onering's assets database" do |devic
|
|
|
56
56
|
devices.subcommand :list, "List field values" do |sc|
|
|
57
57
|
sc.usage = "onering devices list [-f FILTER] FIELD"
|
|
58
58
|
sc.opt :filter, '-f', '--filter FILTER', "A urlquery filter string"
|
|
59
|
-
sc.
|
|
59
|
+
sc.opt :as_txt, '-t', '--as-text', "Return the results as text"
|
|
60
60
|
|
|
61
61
|
sc.exec do
|
|
62
62
|
field = sc[:args].first
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: onering-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.0.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gary Hetzel
|