Command Syntax | Usage |
---|
login [options] | Log the CLI in to your Zoho Catalyst account |
whoami | Print the email address of the user currently logged in |
token:generate [options] | Create a CLI token to be used in CI systems |
token:list | List all the available tokens created in this CLI |
token:revoke <id> | Revoke the token created in this CLI |
project:list | List the Catalyst projects you have access to |
project:use[options] [name_or_project_id] | Set an active Catalyst project for your working directory |
project:reset | Clear an active project selection and reset to the base project |
init [options][feature] | Initialize a Catalyst project in the current directory |
pull [feature] | Pull an existing project from Catalyst |
ds:import [~CSV_file_path][options] | Bulk write records to a table in the Catalyst Data Store |
ds:export [options] | Bulk read records from a table the Catalyst Data Store |
ds:status [options]<operation>[job_id] | Display the job status of a Data Store import or export operation |
client:setup | Setup, configure, and deploy the client files |
client:delete | Delete specific versions of the client from the remote console |
functions:setup | Setup, configure, and deploy the function files for Catalyst Functions |
functions:add | Add a function of the required stack to Catalyst Functions |
functions:shell [options] | Launch a node shell with emulated functions of any stack for development or production environments |
functions:delete | Delete specific functions from the remote console |
event:generate | generate:event [options] <source> <action> | Generate sample payloads from different event sources of Catalyst |
serve [options] | Serve your code for local testing without affecting production |
deploy [options] | Deploy your code to your Catalyst project |
run-script | run [command] | Run a particular command script |
help [command] | Display help information |
logout | Log the CLI out of your Zoho Catalyst account |