Teemoosps CLI is a command line interface that integrates with the TeemOps API. It allows you to perform various operations such as registering users, installations, and managing your TeemOps account.
The goal of this CLI is to provide a simple and efficient way to interact with the TeemOps API from the command line.
npm install -g teemopsteemops --helpRun npm install
```bash
npm install
```
When running locally you can use
```bash
npm run dev
```
When passing arguments e.g '-e myemail@example.com' you need to include '--' so that npm ignores the arguments and passes them to the script.
```bash
npm run dev -- users register -e myemail@example.com
```
If developing locally you can run the following command to link the local version of the CLI to your global npm modules.
npm link