-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Improve autocompletion performance #25107
Copy link
Copy link
Closed
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamCoreCLI core infrastructureCLI core infrastructureOKR CandidateThis label is used to track how many GitHub issues we have resolved for OKR purpose.This label is used to track how many GitHub issues we have resolved for OKR purpose.feature-request
Milestone
Metadata
Metadata
Assignees
Labels
Azure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamCoreCLI core infrastructureCLI core infrastructureOKR CandidateThis label is used to track how many GitHub issues we have resolved for OKR purpose.This label is used to track how many GitHub issues we have resolved for OKR purpose.feature-request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Original issue: #9157
CLI's autocompletion is not as fast as other tools, I create this issue to track the progress.
If you find any command's completion is slow, please report it here and attach the output of
{your_command} --debugandaz -v.TODO
az s<tab>. Don't need to load all modules, read fromcommandindex.jsonResult
Here is the data after applying disable aladdin in 2.45 and enhance module loading in 2.49: