An open API service indexing awesome lists of open source software.

https://github.com/frkr/kommo-cli

Kommo CLI - Command Line
https://github.com/frkr/kommo-cli

cli deno kommo nodejs

Last synced: about 2 months ago
JSON representation

Kommo CLI - Command Line

Awesome Lists containing this project

README

          

# Kommo CLI [Deno](https://deno.com/)

- List All contacts and remove duplicates
```shell
./main.ts > contatos.csv
```

- Help
```shell
./main.ts --help
```
```text
kcli :: Kommo CLI
contact :: Get Contact by ID
list :: List Contact
listAll :: List ALL Contact
link :: Link Contact

ENV: KOMMO_LONGLIVED_TOKEN, DOMAIN

```