1.0.10 • Published 3 years ago

theia-cli v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Theia-cli

CLI that allows you to make requests to the Theia API.

Installation

To install theia-cli globally (executable from any terminal), run the following command:

npm install -g theia-cli

Execute module

As explained in the introduction, the CLI works with modules. Each module implements a feature.

To execute a module, you must run the following command:

theia-cli [module] [options]

To know the list of modules, it is possible to use the following command:

theia-cli help

You can also consult the list of modules.

Configuration

To work, the CLI needs several parameters, such as your API key. To avoid entering these parameters each time you use it, it is advisable to set them persistently using the theia-cli config command.

The configurable parameters are as follows:

VariableDefinitionType
keyYour API keyString
environmentThe URL of your environment (https://elffe.theia.fr or https://side-sante.fr)String
exportPathThe absolute path of the folder where you want to save the files exported by the CLIString
ratingScaleThe rating scale you want to use when exporting gradesNumber

Documentation

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.10

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago