⌨️CLI

A CLI (Command-line interface) is a program based on text commands.

πŸ“ Requirements

1. You need to use the api command, to get your token from the DisCloud API

⌨️ DisCloud CLI

DisCloud officially maintains 2 CLI projects in 2 different languages, use whichever is more convenient.

1. Download

Requires NodeJS installed

Windows / Linux

npm i -g discloud-cli

2. Reopen the Terminal

3. Check the Installation

discloud --version

If the version appears, it means it was installed correctly

4. Login

discloud login

Link to the project's repository

πŸ‘ Tips and Tricks

Init

Use the discloud init command to create your discloud.config easily, intuitively, and quickly!

Last updated