flybase-cli
v1.0.3
Published
Flybase CLI Tool =======
Downloads
3
Readme
Flybase CLI Tool
Usage
$ npm install -g flybase-cli
$ flybase COMMAND
running command...
$ flybase (-v|--version|version)
flybase-cli/1.0.3 darwin-arm64 node-v15.14.0
$ flybase --help [COMMAND]
USAGE
$ flybase COMMAND
...
Commands
flybase hello
Describe the command here
USAGE
$ flybase hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
flybase help [COMMAND]
display help for flybase
USAGE
$ flybase help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
flybase init
Initialize your flybase account
USAGE
$ flybase init
OPTIONS
-a, --app=app app to link
-k, --key=key api key
DESCRIPTION
...
Init your flybase account using API key from your Flybase dashboard. and an app name.
See code: src/commands/init.js
flybase test
Test connection
USAGE
$ flybase test
OPTIONS
-c, --collection=collection collection to test
DESCRIPTION
...
That's all, folks!
See code: src/commands/test.js