mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
refactor(cli)!: move scaletest to exp/scaletest (#8339)
* refactor(cli): mv scaletest exp/scaletest * make gen
This commit is contained in:
@@ -632,26 +632,6 @@
|
||||
"description": "Restart a workspace",
|
||||
"path": "cli/restart.md"
|
||||
},
|
||||
{
|
||||
"title": "scaletest",
|
||||
"description": "Run a scale test against the Coder API",
|
||||
"path": "cli/scaletest.md"
|
||||
},
|
||||
{
|
||||
"title": "scaletest cleanup",
|
||||
"description": "Cleanup scaletest workspaces, then cleanup scaletest users.",
|
||||
"path": "cli/scaletest_cleanup.md"
|
||||
},
|
||||
{
|
||||
"title": "scaletest create-workspaces",
|
||||
"description": "Creates many users, then creates a workspace for each user and waits for them finish building and fully come online. Optionally runs a command inside each workspace, and connects to the workspace over WireGuard.",
|
||||
"path": "cli/scaletest_create-workspaces.md"
|
||||
},
|
||||
{
|
||||
"title": "scaletest workspace-traffic",
|
||||
"description": "Generate traffic to scaletest workspaces through coderd",
|
||||
"path": "cli/scaletest_workspace-traffic.md"
|
||||
},
|
||||
{
|
||||
"title": "schedule",
|
||||
"description": "Schedule automated start and stop times for workspaces",
|
||||
|
||||
Reference in New Issue
Block a user