X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d413ff4e3868761422f79b4f81177cec05cbae5..0ca2d1f043dff99aa5f57a4336ea3a924e87e78b:/sdk/cli/bin/arv diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv index 7110b4b991..c9809fad6a 100755 --- a/sdk/cli/bin/arv +++ b/sdk/cli/bin/arv @@ -5,7 +5,7 @@ # Arvados cli client # -# Ward Vandewege +# Ward Vandewege require 'fileutils' require 'shellwords' @@ -131,16 +131,6 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts puts "Available methods: ls, get, put, docker" end abort - when 'pipeline' - sub = remaining_opts.shift - if sub == 'run' - exec_bin "arv-run-pipeline-instance", remaining_opts - else - puts "Usage: arv pipeline [method] [--parameters]\n" - puts "Use 'arv pipeline [method] --help' to get more information about specific methods.\n\n" - puts "Available methods: run" - end - abort end end