Skip to content

Command-line build log overwrites previous CLI output #1506

Closed
@mafredri

Description

@mafredri

In some cases, the CLI can overwrite previous output.

Steps to Reproduce

  1. Run coder create
  2. When prompted Confirm create? (yes/no), answer yes
  3. 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

image

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiArea: HTTP API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions