X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b402e6a66e569167c0e990a4fdfc2843df76afd8..549f4a1deddb41f6abbc493a660d9fb0976da91a:/sdk/cli/bin/arv diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv index 53956aa614..d4aef2c088 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' @@ -65,6 +68,9 @@ when 'pipeline' when 'tag' ARGV.shift exec `which arv-tag`.strip, *ARGV +when 'ws' + ARGV.shift + exec `which arv-ws`.strip, *ARGV end ENV['ARVADOS_API_VERSION'] ||= 'v1' @@ -313,7 +319,6 @@ end case api_method when - 'arvados.jobs.log_stream', 'arvados.jobs.log_tail_follow' # Special case for methods that respond with data streams rather