Skip to content

neutrinoapp/neutrino-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neutrino-cli

Usage

Run from the command line:

$ neutrino [--api-address=http://localhost:5000] [--realtime-address=ws://localhost:6000] [--user=username]
$ neutrino login username #asks for password
$ neutrino app list #app1, app2, app3
$ neutrino app app1 #switched to app1
$ neutrino collection list #users, cars
$ neutrino create cars {'test':'a'}
$ neutrino get cars
$ neutrino get cars -f {'test':'a'} #with filter
$ neutrino get cars -l #live

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages