4363: Merge branch 'master' into 4363-less-filename-munging
[arvados.git] / sdk / cli / bin / arv
index 35de7c629ff67ff993676057a603ea8119bf1825..533ea39eb7b27c2d96f391e1bc47c2cb8d599fc9 100755 (executable)
@@ -113,7 +113,8 @@ def init_config
   end
 end
 
-subcommands = %w(copy create edit keep pipeline tag ws)
+
+subcommands = %w(copy create edit keep pipeline run tag ws)
 
 def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
   case subcommand
@@ -121,7 +122,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
     arv_create client, arvados, global_opts, remaining_opts
   when 'edit'
     arv_edit client, arvados, global_opts, remaining_opts
-  when 'copy', 'tag', 'ws'
+  when 'copy', 'tag', 'ws', 'run'
     exec `which arv-#{subcommand}`.strip, *remaining_opts
   when 'keep'
     @sub = remaining_opts.shift