In what area(s)?
Kn plugins
Classifications:
/kind feature
Describe the feature:
Now that #249 is merged we need to have a separate integration test (IT) for that feature. There is a lot to test. As a start, let's add this:
- simple plugin execution of a BASH and executable plugin in
a. --plugins-dir
b. $PATH
- finding plugin in both
--plugins-dir and $PATH
- verifying plugin overshadowing
- verifying plugin cannot override a core command
There will be more to add to these ITs as plugins matures and more features are added.
In what area(s)?
Kn plugins
Classifications:
/kind feature
Describe the feature:
Now that #249 is merged we need to have a separate integration test (IT) for that feature. There is a lot to test. As a start, let's add this:
a.
--plugins-dirb. $PATH
--plugins-dirand $PATHThere will be more to add to these ITs as plugins matures and more features are added.