Skip to content

ciasia/zcli

 
 

Repository files navigation

Zendesk Logo

ZCLI

npm version Test

ZCLI is a Zendesk CLI which helps you build and manage your Zendesk apps from the command line. ZCLI is currently available in beta and is built using the oclif.

Zendesk Logo

For more about ZCLI see the full documentation.

Getting started

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 12.10 or higher is required. Installation is done using the npm install command:

$ npm install @zendesk/zcli -g

Installation prerequisites for Linux

Currently ZCLI has a dependency on libsecret to save authentication information securely in the operating system's keychain.

Depending on your distribution, you will need to run one of the following commands prior to installing ZCLI:

  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
  • Red Hat-based: sudo yum install libsecret-devel
  • Arch Linux: sudo pacman -S libsecret

Project structure

This is a monorepo project powered by lerna and yarn workspaces. It contains multiple packages:

Commands

ZCLI supports numerous commands. Further documentation on available commands can be found here.

Developing

This is a monorepo project built using yarn and lerna workspaces. In order to set this up locally, run yarn after cloning this repository.

Running yarn dev or ./packages/zcli/bin/run will run the cli locally. Alternatively, you can also run symlink your local CLI to global zcli binary by running yarn run link:bin.

Project structure

This project contains multi product cli commands and contains packages per product. This is all powered using yarn workspaces and lerna. At the moment, this repo contains 3 packages.

  1. packages/zcli contains all the core CLI code.
  2. packages/zcli-apps contains all the apps specific cli bits and is used in the core package as a plugin.
  3. packages/zcli-themes contains all the themes specific cli bits and is used in the core package as a plugin.

Documentation

For a full reference, see the documentation.

Releasing

Running the following command will create release tags, generate change logs docs and publish to npm.

$ ./scripts/release.sh

Issues

You can create an issue on Github, report the issue in the Zendesk Developers Slack group, or for other problems, contact Zendesk Customer Support.

License

Copyright 2021 Zendesk, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Packages

No packages published

Languages

  • TypeScript 98.3%
  • Shell 1.3%
  • Other 0.4%