Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teemops CLI

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.

Installation

npm install -g teemops

Usage

teemops --help

Commands

teemops init

Development

Run 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

About

Teemops CLI

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages