The file plugins.md references the sample plugin which has its own documentation. All works fine but the execution of sample create action and sample sidecar because those commands require OpenWhisk.
Two possible fixes are:
Add the OpenWhisk requirement at the documentation.
Or much better, modify the sample plugin to not be dependent on OpenWhisk.
The file
plugins.md
references the sample plugin which has its own documentation. All works fine but the execution ofsample create action
andsample sidecar
because those commands require OpenWhisk.Two possible fixes are: