arvados-cli 0.1.20141105163214 → 0.1.20141105204412
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/bin/arv +8 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a34ccd344914c54c8a356e2588d88d96702e48d6
|
4
|
+
data.tar.gz: 423c472d261c79db27f1543373c69f9da2292ca6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f969df92c49b053db6c7d7857102ca38ff578828cfe372f934b32050441685c2e8693596b12c75ffaa10dbe5b5d69fb8b9ef3f7ff575bb8e7cf8a344334d92e7
|
7
|
+
data.tar.gz: 5b6c8edc6da8b1a77c0583d1f07baeef5c016f4e1183829d2eec5a92713d3e142c2627102a1348bb248cbba793540b26679ab59740ee57326ed77f2f9150be20
|
data/bin/arv
CHANGED
@@ -113,7 +113,8 @@ def init_config
|
|
113
113
|
end
|
114
114
|
end
|
115
115
|
|
116
|
-
|
116
|
+
|
117
|
+
subcommands = %w(copy create edit keep pipeline run tag ws)
|
117
118
|
|
118
119
|
def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
|
119
120
|
case subcommand
|
@@ -149,6 +150,12 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
|
|
149
150
|
puts "Available methods: run"
|
150
151
|
end
|
151
152
|
abort
|
153
|
+
when 'run'
|
154
|
+
exec `which arv-run`.strip, *remaining_opts
|
155
|
+
when 'tag'
|
156
|
+
exec `which arv-tag`.strip, *remaining_opts
|
157
|
+
when 'ws'
|
158
|
+
exec `which arv-ws`.strip, *remaining_opts
|
152
159
|
end
|
153
160
|
end
|
154
161
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arvados-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.20141105204412
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arvados Authors
|
@@ -178,7 +178,7 @@ dependencies:
|
|
178
178
|
- - "<"
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: 1.0.0
|
181
|
-
description: Arvados command line tools, git commit
|
181
|
+
description: Arvados command line tools, git commit 788ecdf8085f5e69cd3dc960f510b49f11432cb3
|
182
182
|
email: gem-dev@curoverse.com
|
183
183
|
executables:
|
184
184
|
- arv
|