feat(cli): add hidden netcheck command (#8136)

This commit is contained in:
Colin Adler
2023-06-21 14:33:19 -05:00
committed by GitHub
parent 7703bb77a7
commit bc739bdfce
8 changed files with 189 additions and 0 deletions

28
coderd/apidoc/docs.go generated
View File

@ -4006,6 +4006,34 @@ const docTemplate = `{
}
}
},
"/workspaceagents/connection": {
"get": {
"security": [
{
"CoderSessionToken": []
}
],
"produces": [
"application/json"
],
"tags": [
"Agents"
],
"summary": "Get connection info for workspace agent generic",
"operationId": "get-connection-info-for-workspace-agent-generic",
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/codersdk.WorkspaceAgentConnectionInfo"
}
}
},
"x-apidocgen": {
"skip": true
}
}
},
"/workspaceagents/google-instance-identity": {
"post": {
"security": [