18790: Don't retry unless we know the container exists.
[arvados.git] / cmd / arvados-client / cmd.go
index cb15462119d4d1d3368382e1cbbcceafba40464f..19d13437c898baad0fb2ceaea363c56ef7318d44 100644 (file)
@@ -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{},
        })
 )