Replies: 1 comment 3 replies
|
I fully agree on this. I will create a new repo for this and write out the specs. Would you like to work on this feature? @vyrti |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For k9s parity sofka support plugins but how to deliver them, it would be nice to have one single catalog, for example another git repo with curated plugins (folder per plugin with pre-defined schema) that available for batch install from sofka cli
for example:
sofka plugin search pluginname
sofka plugin describe pluginname
sofka plugin install pluginname1 pluginname2
sofka plugin remove pluginname
as I believe
:popeye :trivy and others will be quite popular and that will not pollute main repo
and will not allow to install bad plugins with security issues, PRs can be used to add new plugins to that repo
All reactions