There is an existing CLI app (that has been converted) running live.
I would like to download the app on the local machine to be able to make updates and push it again.
I do not have a local copy of the app at the moment.
I tried running the command:
zapier convert XXX . --version=1.0.X
and it gives me the following error:
Downloading integration from Zapier
» Error: Integration XXXX @ 1.0.X is already a CLI integration and can't be converted. Instead, pick a version that was created using the Visual Builder.
»
» re-run this command with `--debug` for more info
Is there any other way to pull the app source code from zapier?
I also tried multiple versions: 1.0.0, 1.0.1 etc.
Downloading integration from Zapier
» Error: Visual Builder integration XXXX @ 1.0.Y not found. If you want to convert a Legacy Web Builder app, don't pass
» a `--version` option. Otherwise, double check the integration id and version.
»
» re-run this command with `--debug` for more info
I understand the app is deployed and run from an AWS lambda function.
I went through the docs twice now and could only find info about how to build and push, but pretty much nothing about pull.