15397: Merge branch 'main'
[arvados.git] / cmd / arvados-client / cmd.go
index cb15462119d4d1d3368382e1cbbcceafba40464f..62630a6a01b0651d8701aa08f3f22469a75ad405 100644 (file)
@@ -37,30 +37,22 @@ var (
                "container":                cli.APICall,
                "container_request":        cli.APICall,
                "group":                    cli.APICall,
-               "human":                    cli.APICall,
-               "job":                      cli.APICall,
-               "job_task":                 cli.APICall,
-               "keep_disk":                cli.APICall,
                "keep_service":             cli.APICall,
                "link":                     cli.APICall,
                "log":                      cli.APICall,
-               "node":                     cli.APICall,
-               "pipeline_instance":        cli.APICall,
-               "pipeline_template":        cli.APICall,
-               "repository":               cli.APICall,
-               "specimen":                 cli.APICall,
-               "trait":                    cli.APICall,
                "user_agreement":           cli.APICall,
                "user":                     cli.APICall,
                "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{},
        })
 )