1.2.6 • Published 5 years ago
@erislandio/plutom v1.2.6
Plutom Masterdata CLI 
Install
yarn global add @erislandio/plutom or npm install @erislandio/plutom -gUsage: plutom options
Options:
-V, --version output the version number
-lg, --login Login on application
-u, --use Use an account
-i, --info Show account info
-a, --add Add an account
--logout Logout
-ls, --list Lists created accounts
-rm, --remove Remove an account
-dbs, --databases List databases (acronym)
--all <acronym> Get all data from acronym
-q, --query <query> Get all data from acronym - ex: select firstName from CL
-d, --desc <acronym> List info from table ex: --desc 'CL'
-n, --new Create new user
--banner Show banner
-h, --help display help for commandstarting
if you are already registered
plutom --loginif you don't have one, just create
plutom --newAdding an account to make queries. You will need
appKeyandappToken(rest assured it will not be public)
plutom --addQuery example:
- all databases
plutom --dbs- select
plutom -q "select * from CL where email='user@email.com'"- select filter
plutom -q "select firstName, lastName from CL where email='user@email.com'"- desc
plutom --desc CLExit
plutom --logout