Licence
MIT
Version
0.0.1
Deps
7
Size
17 kB
Vulns
1
Weekly
0
iggy
Usage
$ npm install -g yggy
$ yggy COMMAND
running command...
$ yggy (-v|--version|version)
yggy/0.0.1 darwin-x64 node-v12.12.0
$ yggy --help [COMMAND]
USAGE
$ yggy COMMAND
...
Commands
yggy config NAME
Set bucket name
USAGE
$ yggy config NAME
OPTIONS
-h, --help show CLI help
EXAMPLE
$ yggy config [S3 bucket namee]
See code: src/commands/config.ts
yggy help [COMMAND]
display help for yggy
USAGE
$ yggy help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
yggy ios TYPE
Record and take screenshots of the iOS simulator
USAGE
$ yggy ios TYPE
OPTIONS
-h, --help show CLI help
-v, --verbose
EXAMPLE
$ yggy ios record [screenshot | video]
🎬 Recording started. Press SPACE to save or ESC to abort.
See code: src/commands/ios.ts
yggy upload FILE
Upload a file to an S3 bucket
USAGE
$ yggy upload FILE
OPTIONS
-h, --help show CLI help
EXAMPLE
$ yggy upload [file]
See code: src/commands/upload.ts