X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/974ad63fc24161cb228003f4ef4cc32d5da578ff..7b5729d984a9c516920270250f050bf72f1896d1:/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