Avoid network calls during autocomplete initialization #498
Labels
triage queue
Issue is in our internal backlog. It's either a bug or a feature enhancement.
type: community enhancement
feature request not on Twilio's roadmap
Autocompletion script is triggering update checks
I have the autocomplete setup in my
.zshrc
as instructed by the CLI when runningtwilio autocomplete zsh
:However each time I start my shell, I get this reminder that there is an update available:
It should probably be disabled in this case as this update check:
.zshrc
.So either disabling the check in this particular context or having a configuration parameter to disable update checks globally (and as a bonus, set it to not execute checks when the CLI is installed through a package manager) would solve this.
Steps to Reproduce
Technical details:
-l debug
to the end of the command): N/AThe text was updated successfully, but these errors were encountered: