0.0.0 • Published 2 years ago

s3cab v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

s3cab

Content addressable backups to S3 with open and portable data format

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g s3cab
$ s3cab COMMAND
running command...
$ s3cab (-v|--version|version)
s3cab/0.0.0 win32-x64 node-v16.13.0
$ s3cab --help [COMMAND]
USAGE
  $ s3cab COMMAND
...

Commands

s3cab hello [FILE]

describe the command here

USAGE
  $ s3cab hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ s3cab hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

s3cab help [COMMAND]

display help for s3cab

USAGE
  $ s3cab help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help