Developer Tools

Taojaa CLI

Taojaa CLI tool provide developers with a set of commands to perform development and deployment tasks directly from the terminal. Taojaa CLI is built on NodeJS and also available on Open Source for contributions and continuous improvement.

Installation

Pre-requisites:

  • Make sure you have the latest version of NodeJS installed on you machine.

Once you have NodeJS installed, follow these simple steps below to install Taojaa CLI tool on your local machine.

Run the NPM command to install Taojaa CLI globally on your machine

$ npm install -g taojaa-cli

This will install Taojaa CLI globally on your local machine and will be accessible via your terminal

To verify your installation, run this command on your terminal.

$ taojaa --help

Update to latest version

To update your existing Taojaa CLI to the latest version, simply uninstall the current version using the NPM uninstall command.

$ npm uninstall -g taojaa-cli

After you have successfully uninstall the current installed version, run the installation command specify latest tag to install the latest version.

$ npm install -g taojaa-cli@latest

Authorization

Some CLI commands requires authorized access while using Taojaa CLI and in order to authorize your CLI access, see CLI Authorization details on the Authentication page.