Note: Run commands in the root app directory.
npm install
npm run watch
- Open a new command line window in the root app directory
zcli apps:server dist
will serve the app to your Zendesk instance. When prompted, enter in a JSON formatted string with URLS (See README for more instructions on format).- Navigate to a ticket in your Zendesk instance and append the URL with
?zcli_apps=true
npm install
npm run build
npm install
npm run test
npm install
npm run build
npm validate
-- this useszcli
to validate any misconfigurations in themanifest.json
or missing files indist
.- If you have not created the app in your instance yet, use
zcli apps:create dist
to do so. If you have already uploaded the app, you can usezcli apps:update dist
to update it.