apigeecs / apigee-migrate-tool

Export/Import Org Data. Import from CSV files
MIT License
52 stars 50 forks source link

grunt exportAll -v downloads the proxies, products and devs only. #25

Open artursm opened 5 years ago

artursm commented 5 years ago

When you run the exportAll command it downloads the proxies, products and devs only. Version from https://github.com/stevetraut/apigee-migrate-tool downloads all entities. But it is not up to date (for example flow hooks support is not added there.) Please fix this problem in current repository.

mattachawki commented 5 years ago

Any news on this issue ?

kurtkanaskie commented 5 years ago

I'm investigating and it looks like it stops processing when there are no entities for a particular type no shared flows, apps, etc.). This appears to be systematic of all entities.

kurtkanaskie commented 5 years ago

Created a pull request from this repo: https://github.com/kurtkanaskie/apigee-migrate-tool Fixes for issues 16, 18, 23, 25, 26, 28 and 29.