fermyon / cloud-plugin

A Spin plugin for the Spin CLI for managing Spin apps in Fermyon Cloud.
https://developer.fermyon.com/cloud/
Apache License 2.0
8 stars 13 forks source link

Text overlap in `spin deploy` when asking `What would you like to name your database?` #199

Open PeterMHammond opened 5 months ago

PeterMHammond commented 5 months ago

Describe the bug The text description for the prompt What would you like to name your database? is overlapping the text input when using the spin deploy command.

Frequency of the bug Please check one:

Set-up information Please share the version of Spin used when the bug occurred. You can find the version of Spin by running spin -V.

spin -V
spin 2.6.0-pre0 (VERGEN_IDEMPOTENT_OUTPUT VERGEN_IDEMPOTENT_OUTPUT)

To Reproduce Steps to reproduce the behavior:

  1. spin deploy

Expected behavior The ]: should be at the end of the text rather than in the middle of the description.

Screenshots If applicable, add screenshots to help explain your problem. (Remember to remove any personally-identifiable information.) This is the initial problem before typing anything. image This is when I ran it again and typed: TESTKEYVALUESTORENAMEHERE image

Additional context I have had it use some of this text in the name of the keystore, so it is pulling some of these characters into the prompt value. If I use the backspace the text is removed.

itowlson commented 5 months ago

Thanks for flagging this. I'll move it to the cloud-plugin repo so it gets picked up as part of work on that.

PeterMHammond commented 5 months ago

Understood, sorry for posting in the wrong repo.