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
Check for circleci updates at the end of my command
Nearly every day I'll try to run a quick circleci command from the terminal and the CLI tool will check for updates and then execute my command. This isn't a huge deal and I know I can disable updates altogether but I would actually rather keep things up-to-date and do like the automatic update check.
But typing something as simple as circleci open shouldn't take 5 seconds because it's waiting to see if there is an update to circleci before opening up my browser.
My suggestion is really simple: execute whatever command the user has entered first, and then check for updates. I believe the github cli gh works exactly like this.
The text was updated successfully, but these errors were encountered:
This is also bugging me every day, which is a testament to how useful this CLI is 😁 ....but maybe a more sane default would be to check for updates every week or two?
Check for circleci updates at the end of my command
Nearly every day I'll try to run a quick circleci command from the terminal and the CLI tool will check for updates and then execute my command. This isn't a huge deal and I know I can disable updates altogether but I would actually rather keep things up-to-date and do like the automatic update check.
But typing something as simple as
circleci open
shouldn't take 5 seconds because it's waiting to see if there is an update tocircleci
before opening up my browser.My suggestion is really simple: execute whatever command the user has entered first, and then check for updates. I believe the github cli
gh
works exactly like this.The text was updated successfully, but these errors were encountered: