zendesk / zendesk_app_migrator

CLI tool to assist in migrating v1 App Framework apps to v2
Other
10 stars 5 forks source link

Command app_migration doesn't work #51

Open Alevale opened 5 years ago

Alevale commented 5 years ago

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)