- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
OS Information
- OS: Darwin
- Browser (if applicable): CLI bug
- Architecture: amd64
coder --version
:Coder v0.6.0+841d9f2 Wed May 25 21:58:00 UTC 2022https://github.com/coder/coder/commit/841d9f277cd62f9cf89c241ad9f1aa134fd8fc92
Steps to Reproduce
- run
coder workspace delete this-workspace-does-not-exist
Expected
➜~ coder start does-not-exist> Confirm start workspace? (yes/no) yesstatus code 403: forbidden. This workspace does not exist, or youdo not have access to itRun'coder start --help'for usage.
Actual
➜~ coder start does-not-exist> Confirm start workspace? (yes/no) yesstatus code 403: forbidden Run'coder delete --help'for usage.