18790: Add arvados-client logs command.
[arvados.git] / cmd / arvados-client / cmd.go
index c10783c978be6c48e6f7aea0c9ad1a959303b656..19d13437c898baad0fb2ceaea363c56ef7318d44 100644 (file)
@@ -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{},
        })
 )