Skip to content

byhbt/zendesk-apps-tools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zendesk apps tools in Docker

Dockerize Zendesk apps tools (zaf)

Components:

  • Alpine Ruby 2.7

Components:

Tutorials:

How to execute zat?

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

How to run zat server?

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)

Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2021 Thanh Huynh.
This project is MIT licensed.

About

Zendesk apps tools (zat) on Docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published