SAP CAP Install Plugin Multiapps Error. Why?

937 views Asked by At

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?

1

There are 1 answers

4
Georg Edlbauer On BEST ANSWER

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

Kind Regards, Georg