@tesmon/cli
v3.1.13
Published
Tesmon - Integration testing and production monitoring platform
Downloads
162
Readme
Tesmon CLI
Overview
Tesmon CLI is a command-line interface package that allows you to perform various operations with ease. The package is published under MIT license and is publicly available for use.
Installation
To install the Tesmon CLI package globally, run the following command:
npm install -g @tesmon/cli
Usage
After you've successfully installed the Tesmon CLI package, you can use the following syntax to execute a command:
tesmon COMMAND
Replace COMMAND
with the actual command you wish to execute. For instance, to authenticate the CLI, you can use:
tesmon auth
If you need assistance with a particular command, you can use the help command followed by the specific command you need help with:
tesmon help [COMMAND]
Replace [COMMAND] with the actual command you need help with.
If you want to see help for all available commands, you can use can use:
tesmon help
License
The Tesmon CLI is released under the MIT license.