-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
featureA new feature or requestA new feature or request
Description
Description
When auto-install is enabled (default), the CLI will try to do it upon every command execution (with the exception of completion and install-completion commands). This happens even after a successful installation.
The solution would be to cache the result of an installation trial. This cache would break upon manual execution of installation or update of the given CLI.
Requirements
- Cache the result of an installation trial.
- Break cache upon manual execution of installation or update of the given CLI.
- Don't handle with cache if auto-install is disabled.
Metadata
Metadata
Assignees
Labels
featureA new feature or requestA new feature or request
Type
Projects
Status
Done