Closed
Description
In some cases, the CLI can overwrite previous output.
Steps to Reproduce
- Run
coder create
- When prompted
Confirm create? (yes/no)
, answeryes
- The
Confirm create?
line is overwritten by✔ Queued [136ms]? (yes/no) yes
Expected
No previously output lines should be overwritten (with the exception of status updates).
Actual
The line is overwritten.
Screenshot
(Ignore the terraform error, it's probably EU West that is not set up.)
Notes
This is likely fixed by adding a newline somewhere, but we should check if we can update the cli packages to guard against this.