0.0.4 • Published 3 years ago

bearstudio-cli v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

bearstudio-cli

Node.js Package

This readme is automatically generated by create-pastel-app

Install

$ npm install -g bearstudio-cli
# OR
$ npx bearstudio-cli

CLI

$ bs --help
bs

Commandes:
  bs contacts
  bs login

Options:
  --help     Affiche de l'aide                [booléen]
  --version  Affiche le numéro de version     [booléen]

login

$ bs login --help
bs login

login command

Options:
  --help     Affiche de l'aide                                         [booléen]
  --version  Affiche le numéro de version                              [booléen]
  --force    Force the login process                   [booléen] [défaut: false]

contacts

$ bs contacts --help
bs contacts

Get contacts informations

Options:
  --help             Affiche de l'aide                                 [booléen]
  --version          Affiche le numéro de version                      [booléen]
  --only-bearstudio  Filter and display only bearstudio members
                                                       [booléen] [défaut: false]
  --search, -s       Filter to results containing the string given
                                                           [chaine de caractère]

Development

There are 2 available commands:

  • npm run dev - Start development mode and recompile on change
  • npm run build - Build a final distributable for npm