Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/admin/scale/index.md
Co-authored-by: Dean Sheather <dean@deansheather.com>
  • Loading branch information
bpmct and deansheather authored Nov 30, 2022
commit fdacfad7a0b4a0a8a47447f34f757bb16e90309c
5 changes: 2 additions & 3 deletions docs/admin/scale/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ For example, this command will do the following:
- return results (e.g. `99 succeeded, 1 failed to connect` )

```sh
coder loadtest create-workspaces \
coder scaletest create-workspaces \
--count 100 \
--template "my-custom-template" \
--parameter image="my-custom-image" \
--run-command "sleep 3 && echo hello" \
--connect-timeout "10s"
--run-command "sleep 3 && echo hello"

# Run `coder scaletest --help` for all usage
```
Expand Down