cloud-foundrysap-cloud-foundrysap-business-technology-platformsap-cap

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?


Solution

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

    Kind Regards, Georg