X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7ff85869345089297f5196c4be3cee6f7ee03c6b..e88deba4b916f22abc14355b4b4640c8ccc4148a:/sdk/cli/bin/arv?ds=sidebyside diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv index d047204508..b485b7b10f 100755 --- a/sdk/cli/bin/arv +++ b/sdk/cli/bin/arv @@ -42,13 +42,16 @@ when 'keep' elsif ['less', 'check'].index @sub then # wh* shims exec `which wh#{@sub}`.strip, *ARGV + elsif @sub == 'docker' + exec `which arv-keepdocker`.strip, *ARGV else puts "Usage: \n" + "#{$0} keep ls\n" + "#{$0} keep get\n" + "#{$0} keep put\n" + "#{$0} keep less\n" + - "#{$0} keep check\n" + "#{$0} keep check\n" + + "#{$0} keep docker\n" end abort when 'pipeline' @@ -313,8 +316,6 @@ end case api_method when - 'arvados.users.event_stream', - 'arvados.jobs.log_stream', 'arvados.jobs.log_tail_follow' # Special case for methods that respond with data streams rather