feat(cli): start workspace in no-wait mode (#17087)

Fixes: https://github.com/coder/coder/issues/16408
This commit is contained in:
Marcin Tojek
2025-03-25 13:54:53 +01:00
committed by GitHub
parent cd19e79d9b
commit 56082f3b83
4 changed files with 60 additions and 1 deletions

View File

@ -11,6 +11,14 @@ coder start [flags] <workspace>
## Options
### --no-wait
| | |
|------|-------------------|
| Type | <code>bool</code> |
Return immediately after starting the workspace.
### -y, --yes
| | |