@zohofinance/cli
v1.4.1
Published
Zoho Finance CLI is a tool that helps developers write the code for custom functions using popular programming languages such as Java, Node.js, and Python.
Readme
Zoho Finance CLI
Zoho Finance CLI is a tool that helps developers write the code for custom functions using popular programming languages such as Java, Node.js, and Python.
Prerequisites
Download Node.js version 16 on your device. This comes with npx installed. Once installed, enter the following commands to verify if they were installed properly.
$ node -v
$ npx -vHow to use the Zoho Finance CLI
You need to create a custom function using a programming language other than Deluge. After this, use the commands mentioned in the next section to add and test the code for the custom function. Learn More.
Commands
login: Log in to your Zoho account.
pull: Download the folder containing the custom function created.
execute: Execute and verify if the custom function is working as intended.
push: Push the code to the Zoho service and update the custom function.
logout: Log out of your Zoho account.
Options
| Option | Description | | ------------- | ------------------------ | | -h, --help | Output usage information |
