You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coder v0.6.0+841d9f2 Wed May 25 21:58:00 UTC 2022
https://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) yes
status code 403: forbidden. This workspace does not exist, or you do not have access to it
Run 'coder start --help'for usage.
Actual
➜ ~ coder start does-not-exist
> Confirm start workspace? (yes/no) yes
status code 403: forbidden
Run 'coder delete --help'for usage.