Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

s3-update-example-cli

Version CircleCI Appveyor CI Downloads/week License

Usage

$ npm install -g s3-update-example-cli
$ s3-update-example-cli COMMAND
running command...
$ s3-update-example-cli (-v|--version|version)
s3-update-example-cli/0.0.0 darwin-x64 node-v9.11.1
$ s3-update-example-cli --help [COMMAND]
USAGE
  $ s3-update-example-cli COMMAND
...

Commands

s3-update-example-cli hello [FILE]

describe the command here

USAGE
  $ s3-update-example-cli hello [FILE]

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

EXAMPLE
  $ s3-update-example-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

s3-update-example-cli help [COMMAND]

display help for s3-update-example-cli

USAGE
  $ s3-update-example-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help