bshare
v0.0.0
Published
Upload bag files and generate sharable webviz links.
Downloads
3
Readme
bshare
Upload bag files and generate sharable webviz links.
Usage
$ npm install -g bshare
$ bshare COMMAND
running command...
$ bshare (-v|--version|version)
bshare/0.0.0 darwin-x64 node-v10.15.3
$ bshare --help [COMMAND]
USAGE
$ bshare COMMAND
...
Commands
bshare gsutils [SHELL COMMAND]
GSUtils
USAGE
$ bshare gsutils [SHELL COMMAND]
OPTIONS
-h, --help show CLI help
EXAMPLE
$ bshare gsutils
hello world from ./src/hello.ts!
See code: src/commands/gsutils.ts
bshare hello [FILE]
describe the command here
USAGE
$ bshare hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ bshare hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
bshare help [COMMAND]
display help for bshare
USAGE
$ bshare help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
bshare upload FILE
Upload a bag and generate webviz link
USAGE
$ bshare upload FILE
ARGUMENTS
FILE the bag file to upload
OPTIONS
-g, --useGsutil use gsutil to upload
-h, --help show CLI help
-l, --lifetime=lifetime how long will the bag be stored in minutes
See code: src/commands/upload.ts