feat(scaletest): add scaletest-runner template (#9662)

Closes #9571
This commit is contained in:
Mathias Fredriksson
2023-09-15 16:23:37 +03:00
committed by GitHub
parent d0d64bbdca
commit bc97eaa41b
14 changed files with 956 additions and 1 deletions

View File

@ -857,7 +857,7 @@ func (r *RootCmd) scaletestCreateWorkspaces() *clibase.Cmd {
Flag: "use-host-login",
Env: "CODER_SCALETEST_USE_HOST_LOGIN",
Default: "false",
Description: "Use the use logged in on the host machine, instead of creating users.",
Description: "Use the user logged in on the host machine, instead of creating users.",
Value: clibase.BoolOf(&useHostUser),
},
}