0.0.1 • Published 4 years ago

yggy v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

iggy

oclif Version Downloads/week License

Usage

$ npm install -g yggy
$ iggy COMMAND
running command...
$ iggy (-v|--version|version)
yggy/0.0.0 darwin-x64 node-v12.12.0
$ iggy --help [COMMAND]
USAGE
  $ iggy COMMAND
...

Commands

iggy config NAME

Upload a file to an S3 bucket

USAGE
  $ iggy config NAME

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ iggy bucket [file]

See code: src/commands/config.ts

iggy help [COMMAND]

display help for iggy

USAGE
  $ iggy help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

iggy ios TYPE

Record and take screenshots of the iOS simulator

USAGE
  $ iggy ios TYPE

OPTIONS
  -h, --help     show CLI help
  -v, --verbose

EXAMPLE
  $ iggy ios record [screenshot | video]
  🎬 Recording started. Press SPACE to save or ESC to abort.

See code: src/commands/ios.ts

iggy upload FILE

Upload a file to an S3 bucket

USAGE
  $ iggy upload FILE

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ iggy upload [file]

See code: src/commands/upload.ts