apigeecs / apigee-migrate-tool

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

Executing only 4 tasks from starting #16

Open vchikane opened 6 years ago

vchikane commented 6 years ago

When I run grunt exportAll -v command, it executes only starting 4 tasks from register task. I tried this by changing the sequence.

grunt.registerTask('exportAll', ['exportDevs','exportProducts','exportApps', 'exportEnvKVM', 'exportProxies', 'exportOrgKVM', 'exportProxyKVM']);

Kindly suggest if I am going somewhere wrong.

ntiss commented 6 years ago

Hello,

This problem has been fixed in the PR#13 : there are missing calls to "done()" in some grunt tasks. You can also try with my PR#15 which includes these fixes and adds support of Custom Reports.

Regards.

vchikane commented 6 years ago

Hi Nicolas,

Thanks for the response. How can I download the latest zipped bundle? When I download it from home page I get old one only?

Thanks a lot.

ntiss commented 6 years ago

A easy way for you is to download the bundle directly from the source of the PR, i.e. at @stevetraut repository on the branch exportAllFix. Here is a direct link : https://github.com/stevetraut/apigee-migrate-tool/archive/exportAllFix.zip

vchikane commented 6 years ago

Thanks a lot Sir... that works. :+1:

I have a question. When we download KVM, it provides encrypted values if KVM was encrypted, which is correct. So can we de-crypt those values while downloading?

Many thanks in advance.

ntiss commented 6 years ago

Hello,

I'm sorry but I don't know at all if it's possible to decrypt. My advice for you is to refer to the Apigee docs here for KVM Policy or here for the API used in this migrate-tool. Perhaps try to prefix your variable name by "private.".

In all cases, the best is to search and ask in the Apigee community forums about KVM because you won't find any further help in this Github issue. (off-topic)

Good luck.

kurtkanaskie commented 5 years ago

See also Issue #25

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.