X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/751cdf33d5519c393323baa15233ca55b7c7a9a1..9f1850a385ee8e0a011474de19ee6507b0b168f3:/cmd/arvados-client/cmd.go diff --git a/cmd/arvados-client/cmd.go b/cmd/arvados-client/cmd.go index cb15462119..19d13437c8 100644 --- a/cmd/arvados-client/cmd.go +++ b/cmd/arvados-client/cmd.go @@ -55,12 +55,14 @@ 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{}, }) )