-
Notifications
You must be signed in to change notification settings - Fork 233
Closed
Labels
Description
When running commands such as heroku ps:wait, I am unable to disable the CLI spinner, even when setting CI=true, TERM=dumb, etc. The problem appears to come from a bug in version 2.16.0 of @oclif/core and later fixed in 3.0.0.
Steps to Reproduce
- Set the environment variable
CI=true. - Run a command that triggers the CLI spinner.
Expected Behavior
The CLI spinner should not display.
Actual Behavior
The CLI spinner displays.
Environment
- CLI Version: 9.3.0
- OS: macOS Sequoia 15.0
Reactions are currently unavailable