Command-line tool for syncing Zendesk environments
Project description
zdsync is a command-line utility for syncing Zendesk environments.
Dependencies
- Python 3.5+
zenpy
Usage
If you install with python setup.py install or through pip, this should drop a program named zdsync into your PYTHONHOME. Otherwise, you can use PYTHONPATH=. python -m zdsync.cli to get the same effect.
There are two required environment variables,
SANDBOX_SUBDOMAIN- The subdomain of your sandbox environment, e.g.mycompany1552085434.PRODUCTION_SUBDOMAIN- The subdomain of your production environment, e.g.mycompany.
There are three ways to authenticate to the Zendesk API and different environment variables are needed depending on your preferred method of authentication.
- Email & Password
SANDBOX_EMAIL- The email that is used as your username when logging into your sandbox environment.SANDBOX_PASSWORD- The password that is used when logging into your sandbox environment.PRODUCTION_EMAIL- The email that is used as your username when logging into your production environment.PRODUCTION_PASSWORD- The password that is used when logging into your production environment.
- Email & API Token
SANDBOX_EMAIL- The email that is used as your username when logging into your sandbox environment.SANDBOX_TOKEN- An API Token for the sandbox environment.PRODUCTION_EMAIL- The email that is used as your username when logging into your production environment.PRODUCITON_TOKEN- An API Token for the production environment.
- OAuth Token
SANDBOX_OAUTH_TOKEN- An oauth token with read/write access to the sandbox environment.PRODUCTION_OAUTH_TOKEN- An oauth token with read only access to the production environment.
There are five supported objects for syncing,
--brands--groups--ticket-fields--ticket-forms--macros
It its recommended to sync in this order since there are object dependencies as you progress through the list. If you pass the --all flag it will sync in this order.
Just passing an object flag or --all will print out the status of the environments,
$ zdsync --macros
The following Macros only exist in the sandbox:
The following Macros only exist in production:
The following Macros are different between environments:
Customer not responding Downgrade and inform Close and redirect to topics Take it!
There are 257 other Macros that are the same between environments.
In order to actually execute the sync you must pass the --execute flag,
$ zdsync --macros --execute
License
This tool is licensed under the ISC License, the text of which is available at LICENSE.txt.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zdsync-0.0.3.tar.gz.
File metadata
- Download URL: zdsync-0.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fec5c920674f674c345921b7148a9e43568ae047abb6ac745974776bbcf4c87
|
|
| MD5 |
98471b53a73bde5ba54157f1f1a2e376
|
|
| BLAKE2b-256 |
91c6b72a4ca5c205d1f6e64339f5713e88e94c1be8bb2af7c27c0644466eed78
|
File details
Details for the file zdsync-0.0.3-py3-none-any.whl.
File metadata
- Download URL: zdsync-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/2.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47482f34f8e856fa2f2a17ed7dc6b7cfdee089b83490ffd3436f1e15ae4d0a0f
|
|
| MD5 |
5aa8135a7d83c1c1ba9ccc4728577b86
|
|
| BLAKE2b-256 |
6c837f61d64344435b7c62e5ea8a715a4753f2c481902dd607e7062491706d88
|