arvados-cli 0.1.20141105163214 → 0.1.20141105204412

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/arv +8 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8c810a4117e76ddb95388c08ad927b7baeb5392
4
- data.tar.gz: b1ff94d1fd2f492ac84b70b38e1996ec851ab1e5
3
+ metadata.gz: a34ccd344914c54c8a356e2588d88d96702e48d6
4
+ data.tar.gz: 423c472d261c79db27f1543373c69f9da2292ca6
5
5
  SHA512:
6
- metadata.gz: 9ab91c019570a4010b692e7fa30e3cf97c9b7645512bf4402e74d8f1de60a9426de18763386e7b1e92d476e1e46aea0f00b8d5c619e3992e9f900fdb94ebba47
7
- data.tar.gz: fd906ce3d8705a0bd57091f8b0e0f680b54b6bcd17fd4382cc0d3c4332f5077502fefafcb09d1cfe1f31c43202cc244fa22c2e797fa13ffae141a45ddea36a78
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
- subcommands = %w(copy create edit keep pipeline tag ws)
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.20141105163214
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 f91dff0f2f49a83047e31b1a56dbddd85be6926a
181
+ description: Arvados command line tools, git commit 788ecdf8085f5e69cd3dc960f510b49f11432cb3
182
182
  email: gem-dev@curoverse.com
183
183
  executables:
184
184
  - arv