0.0.1 • Published 3 years ago

s3arc v0.0.1

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

s3arc

Simple tool for backing up to S3 with a portable storage format

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g s3arc
$ s3arc COMMAND
running command...
$ s3arc (-v|--version|version)
s3arc/0.0.1 win32-x64 node-v12.16.1
$ s3arc --help [COMMAND]
USAGE
  $ s3arc COMMAND
...

Commands

s3arc backup [FILE]

describe the command here

USAGE
  $ s3arc backup [FILE]

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

See code: src/commands/backup.ts

s3arc hello [FILE]

describe the command here

USAGE
  $ s3arc hello [FILE]

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

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

See code: src/commands/hello.ts

s3arc help [COMMAND]

display help for s3arc

USAGE
  $ s3arc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help