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.
Multiple options
- Use curl from commandline/shell script and upload using the management REST API calls
Check this link, there is a shell script example given.
-
Use apigeetool node module in shellscript to deploy
-
Invoke maven from shell script (requires additional effort of creating the POM files. But that’s the recommended way)
-
Python based deploy tool -
https://docs.apigee.com/api-platform/deploy/deploying-proxies-command-line