X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bac6a08048b024a245f445ae84c5b4b881acfcad..afdab87268e4ee2f19f92e02b219696081959378:/sdk/cli/bin/arv diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv index 35de7c629f..533ea39eb7 100755 --- a/sdk/cli/bin/arv +++ b/sdk/cli/bin/arv @@ -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