Skip to content

Application versions

Composition of the “automation-cli” version number:

  • 1st number: NodeJS version used.
  • 2nd number: “automation-cli” version, “0” is used for the Beta version.
  • 3rd number: “automation-cli” version patch.

To obtain the “automation-cli” version, run :

Fenêtre de terminal
automation-cli -V
@Mytinydc.com - [automation-cli version: 20.0.40]

or for more details :

Fenêtre de terminal
automation-cli version
NodeJs version: 20
automation-cli version: 0
automation-cli patch: 40

To display in JSON format

Fenêtre de terminal
automation-cli version -json
{ "nodejs": "20", "version": "0", "patch": "40" }