alexpalyan / zendesk-apps-tools-docker

Zendesk apps tools (zat) on Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zendesk apps tools in Docker

Dockerize Zendesk apps tools (zaf)

Components:

  • Alpine Ruby 2.3

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)

Screenshot(s):

(update later)

About

Zendesk apps tools (zat) on Docker

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%