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
In order to move forward with allowing users to discover available plugins, it is proposed to create a new plugin kn-plugin-search which introduces a kn plugin search command set queries a list of plugins from a fixed URL (e.g. hosted on the knative.dev website). This should be a YAML file, which contains information about:
Plugin name
Download location
Version information
Short description (1 line)
Longer Description
Usage Example
Maybe: Tags
It should be possible to search with name and within the description. Also, an option should be added (e.g. --all for listing all plugins.
The output should by default fit on one line (like in apt-cache search), but a --verbose should enable the full output (including the full description & usage example). Maybe we could decide to show the full output, too, when only a single search result was detected.
This is the first step towards a more complete solution for dynamic discovery from within e.g. a GitHub organization via a naming convention, borrowing some ideas from brew and krew.
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
In order to move forward with allowing users to discover available plugins, it is proposed to create a new plugin
kn-plugin-search
which introduces akn plugin search
command set queries a list of plugins from a fixed URL (e.g. hosted on the knative.dev website). This should be a YAML file, which contains information about:It should be possible to search with name and within the description. Also, an option should be added (e.g.
--all
for listing all plugins.The output should by default fit on one line (like in
apt-cache search
), but a--verbose
should enable the full output (including the full description & usage example). Maybe we could decide to show the full output, too, when only a single search result was detected.This is the first step towards a more complete solution for dynamic discovery from within e.g. a GitHub organization via a naming convention, borrowing some ideas from
brew
andkrew
.The text was updated successfully, but these errors were encountered: