Install plugins to plugin location if specified #8
Labels
kind/enhancement
kind/good-first-issue
Denotes an issue ready for a new contributor.
kind/proposal
Issues or PRs related to proposals.
Knative plugins can be installed either in the user’s
PATH
or if specified in the user’s~/.config/kn/config.yaml
in the `~/.config/kn/plugins directory.Currently the plugin formulas only install the plugin’s binary in the user’s PATH.
The formulas should check the user’s config and decide where to install the plugin according to the user’s choice.
Default location should be in
PATH
The text was updated successfully, but these errors were encountered: