bshare
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

bshare

Upload bag files and generate sharable webviz links.

oclif Version Downloads/week License

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

Readme

Keywords

Package Sidebar

Install

npm i bshare

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

17.1 kB

Total Files

19

Last publish

Collaborators

  • audreyli