refactor(cli)!: move scaletest to exp/scaletest (#8339)

* refactor(cli): mv scaletest exp/scaletest

* make gen
This commit is contained in:
Cian Johnston
2023-07-07 09:10:14 +01:00
committed by GitHub
parent ccea595b39
commit 435c67ab75
13 changed files with 24 additions and 531 deletions
-20
View File
@@ -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",