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
The command ocm install plugins can only install plug-ins, if the folder ~/.ocm/plugins already exists. If it does not, the CLI downloads the plug-in to a temporary folder, does not install it and does not show an error message.
What you expected to happen:
I'd expect the folder to be created automatically, if it does not exist.
How to reproduce it (as minimally and precisely as possible):
Make sure the folder ~/.ocm/plugins does not exist on your system.
Try to install a plug-in and check the output. For example:
What happened:
The command
ocm install plugins
can only install plug-ins, if the folder~/.ocm/plugins
already exists. If it does not, the CLI downloads the plug-in to a temporary folder, does not install it and does not show an error message.What you expected to happen:
I'd expect the folder to be created automatically, if it does not exist.
How to reproduce it (as minimally and precisely as possible):
~/.ocm/plugins
does not exist on your system.ocm get plugins
, to note that the plug-in has not been installed. For example:~/.ocm/plugins
manually.ocm install plugins
andocm get plugins
, and note that now the plug-in is installed.The text was updated successfully, but these errors were encountered: