Remove long dead `run` and `pipeline` subcommands from the `arv`
authorWard Vandewege <ward@curii.com>
Sun, 10 Oct 2021 00:29:24 +0000 (20:29 -0400)
committerWard Vandewege <ward@curii.com>
Sun, 10 Oct 2021 00:29:24 +0000 (20:29 -0400)
executable.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

sdk/cli/bin/arv

index c9809fad6ab75e05ef20e716310a49a70ff07584..9d4a609377b3d0b6fe4eb9ed65d2a7df23a70f41 100755 (executable)
@@ -98,7 +98,7 @@ def init_config
 end
 
 
-subcommands = %w(copy create edit get keep pipeline run tag ws)
+subcommands = %w(copy create edit get keep tag ws)
 
 def exec_bin bin, opts
   bin_path = `which #{bin.shellescape}`.strip
@@ -116,7 +116,7 @@ def check_subcommands client, arvados, subcommand, global_opts, remaining_opts
     arv_edit client, arvados, global_opts, remaining_opts
   when 'get'
     arv_get client, arvados, global_opts, remaining_opts
-  when 'copy', 'tag', 'ws', 'run'
+  when 'copy', 'tag', 'ws'
     exec_bin "arv-#{subcommand}", remaining_opts
   when 'keep'
     @sub = remaining_opts.shift