1.2.1 • Published 5 years ago

zcatalyst-cli-test-alpha v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Zoho Catalyst CLI

This is the Catalyst Command Line Interface (CLI) Tool. They can be used to:

  • Initialize your project and associate it with various components
  • Create and manage your projects
  • Interact with data in your Catalyst projects via console
  • Deploy code and assets to your Catalyst projects

To get started with the Catalyst CLI, you can go through our documentation CLI documentation.

Installation

To install the Catalyst CLI, you first need to Sign Up to ZOHO.

Then you need to install Node.js and npm.


NOTE

Installing Node.js should install npm as well.


Once npm is installed, you can get Catalyst CLI via following command:

npm install -g zcatalyst-cli

This will provide you with the globally accessible catalyst command.

NOTE : If you need to setup the cli in current directory alone use the same command without -g option.

Commands

The command catalyst --help lists all the available commands and catalyst <command> --help shows more details for provided command (if exists).

Certain command are project specific and for it to work you must be inside a project directory or you can simply specify the project id via -p <project_id> option.

List of the available commands:

CommandDescription
loginAuthenticate your CLI to access Catalyst Details. Requires access to a web browser.
logoutSign out of the Catalyst CLI.
listPrint a list of all of your Catalyst projects.
useSet active Catalyst project and manage it.
initSetup a new Catalyst project or link existing project to the current directory.
helpDisplay help information about the CLI or specific commands.
deployDeploys your Catalyst project for that particular folder.
console:cacheStarts a Nodejs shell where you can try out various catalyst cache commands.
console:queueStarts a Nodejs shell where you can try out various catalyst queue commands.
1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago