Upload and deploy sharedflow/proxy using command line

jivanpatil
Participant III

I have sharedflow zip bundle in my local machine. How to upload sharedflow to org environment and deploy using command line ? I am looking for shell script. I have seen power shell tool someone had posted.

0 1 528
1 REPLY 1

@jivan patil

Multiple options

1. Use curl from commandline/shell script and upload using the management REST API calls

https://docs.apigee.com/api-platform/deploy/deploy-api-proxies-using-management-api#scriptingagainst...

Check this link, there is a shell script example given.

2. Use apigeetool node module in shellscript to deploy

3. Invoke maven from shell script (requires additional effort of creating the POM files. But that's the recommended way)

4. Python based deploy tool -

https://docs.apigee.com/api-platform/deploy/deploying-proxies-command-line