SAP CAP Install Plugin Multiapps Error. Why?

I want to deploy a CAP project to BTP Cloud Foundry with cf deploy. However, I get the error:

"deploy" is not a registered command. See "cf help -a".

So I installed the Multiapps plugin in order to solve the problem. https://github.com/cloudfoundry/multiapps-cli-plugin/blob/master/README.md

Now I get this error, when I run "cf install-plugin multiapps -f":

dial tcp 127.0.0.1:55463: socket: An invalid argument was supplied.
exit status 1
File is not a valid cf CLI plugin binary.

What can I do?

Upvotes: 1

Views: 1368

Answers (1)

Georg Edlbauer
Georg Edlbauer

Reputation: 249

You have to set the Environment-Variable CF_PLUGIN_HOME to C:\ on your system. Then it should work.

Kind Regards, Georg

Upvotes: 3

Related Questions