This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Description
The following command is failing and gives the following output
Commad:
app_migrator --path --auto ./integrations.zendesk/
Output:
/zendesk_app_migrator/lib/index.js:18 throw new Error(cmd + " not implemented yet"); ^ Error: undefined not implemented yet at Object.<anonymous> (/Volumes/work/zendesk_app_migrator/lib/index.js:18:11) at Module._compile (module.js:635:30) at Object.Module._extensions..js (module.js:646:10) at Module.load (module.js:554:32) at tryModuleLoad (module.js:497:12) at Function.Module._load (module.js:489:3) at Function.Module.runMain (module.js:676:10) at startup (bootstrap_node.js:187:16) at bootstrap_node.js:608:3
Installed using:
npm i -g zendesk_app_migrator
Os:
Mac os High Sierra 10.13.6 (17G65)