Zuplo CLI

Installing the Zuplo CLI

The Zuplo CLI, zup, is built using Node.js. It requires a minimum version of Node.js 18.0.0.

  1. Install Node.js 18.0.0 or later. You can download it from nodejs.org.

  2. Install the Zuplo CLI globally by running the following command:

    npm install -g @zuplo/cli
  3. After installing the CLI, you can use the zup command to interact with Zuplo.

Previous
Zuplo Project Config (zuplo.jsonc)