Dockerize Zendesk apps tools (zaf)
- Alpine Ruby 2.7
thanh@co:~/dist$ docker run -p 4567:4567 -v ${PWD}:/data -ti zendesk-app-tools zat
Commands:
zat clean # Remove app packages in temp folder
zat create # Create and install app on your account
zat help [COMMAND] # Describe available commands or one specific command
zat new # Generate a new app
zat package # Package your app
zat server # Run a http server to serve the local app
zat theme SUBCOMMAND # Development tools for Theming Center (Beta)
zat update # Update app on the server
zat validate # Validate your app
zat version, -v # Print the version
docker run -p 4567:4567 -v ${PWD}:/data -ti zendesk-app-tools zat server --bind 0.0.0.0
Then go to https://subdomain.zendesk.com/agent/?zat=true (replace "subdomain" with your subdomain)
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Thanh Huynh.
This project is MIT licensed.