Cannot deploy from comand line

hi i was following a video to deploy using command line but the cmd for windows throw me this:

Error: Proxy base directory does not exist

Did anyone knows how can I fix that?

my npm version is 6.9.0

Solved Solved
0 3 124
1 ACCEPTED SOLUTION

According to the error, you may have not created the apiproxy directory in your folder structure. The following post might help you to find more information:

https://community.apigee.com/questions/54844/apigeetool-deployproxy-error-proxy-base-directory.html

View solution in original post

3 REPLIES 3

According to the error, you may have not created the apiproxy directory in your folder structure. The following post might help you to find more information:

https://community.apigee.com/questions/54844/apigeetool-deployproxy-error-proxy-base-directory.html

I have the same problem, but I already have my directory like that but I'm working in windows and I'm using nodejs this is my command:

apigeetool deployproxy -u xxxxx:xxxxx -o xxxxx-eval -e test -n api-deploy-demo -d .

└── apiproxy

    ├── api-deploy-demo.xml

    ├── policies

    ├── proxies

    │└──default.xml

    └── targets

        └──default.xml

You need to create the apiproxy directory in the folder structure.

roll the ball