Skip to content

jackharrisonsherlock/zen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ brew tap jackharrisonsherlock/zen
$ brew install zen

Configuration

Run the following command and input your credentials, zen stores the configuration locally in ~/.zen.yaml

$ zen configure

This will guide you through the process of adding your subdomain, email and API Key to access your Zendesk account.

Commands

Delete

  • Articles
  • Automations
  • Categories
  • Groups
  • Macros
  • Organizations
  • Sections
  • Tickets
  • Triggers
  • Users
  • Views

Export

  • Agents
  • Articles
  • Automations
  • Categories
  • Groups
  • Macros
  • Organizations
  • Sections
  • Triggers
  • Users
  • Views

Examples

$ zen export-users

If a file is required, you will need to be in the directory where the file is saved before running the command.

$ zen delete-users -f users.csv

Other