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
The CLI displays a spinner in some places, but this will fail with an error if a TTY is not present. We fixed this in one place in #409, but there are many other places where the standard spinner.New() is still being called. We should replace all those with SpinWhile, or perhaps consider discarding the spinner entirely. At any rate, there shouldn't be a hard requirement on a TTY.
Version
3.8.0
What environment are you seeing the problem on?
Local Development
Relevant log output
Trying to run bk build new
Aborted: user aborted: huh: could not open a new TTY: open /dev/tty: no such device or address (confirmation canceled (during: bk))