X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b402b894c535f95cdeba0631dea1fbb9c7672a07..02199566253fabd839e61d30e510f58ceb87a16f:/cmd/arvados-client/cmd.go?ds=sidebyside diff --git a/cmd/arvados-client/cmd.go b/cmd/arvados-client/cmd.go index c10783c978..19d13437c8 100644 --- a/cmd/arvados-client/cmd.go +++ b/cmd/arvados-client/cmd.go @@ -55,12 +55,13 @@ var ( "virtual_machine": cli.APICall, "workflow": cli.APICall, - "mount": mount.Command, - "deduplication-report": deduplicationreport.Command, - "costanalyzer": costanalyzer.Command, - "shell": shellCommand{}, "connect-ssh": connectSSHCommand{}, + "costanalyzer": costanalyzer.Command, + "deduplication-report": deduplicationreport.Command, "diagnostics": diagnostics.Command{}, + "logs": logsCommand{}, + "mount": mount.Command, + "shell": shellCommand{}, "sudo": sudoCommand{}, }) )