I’m trying to automate the deployment process of our Freshworks custom app and wondering if there’s a way to publish/deploy the app using the CLI or any automation tools.
Currently, I have to:
- Run
fdk pack
- Go to the developer portal
- Manually upload the
.zip
file - Click through the deployment process
Is there a way to:
- Use the FDK CLI to publish directly?
- Use the Freshworks API to handle deployment?
- Automate this process through CI/CD?
Environment:
- FDK version: latest
- Platform: Freshdesk, Freshchat
- OS: macOS
Any suggestions or examples would be greatly appreciated!
#freshworks #deployment #automation #cli #devops