transform-json-cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

transform-json-cli

Creates aws lambda development json for like events

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g transform-json-cli
$ transform-json-cli COMMAND
running command...
$ transform-json-cli (-v|--version|version)
transform-json-cli/0.1.3 darwin-x64 node-v12.18.3
$ transform-json-cli --help [COMMAND]
USAGE
  $ transform-json-cli COMMAND
...

Commands

transform-json-cli all

runs all transforms on input data

USAGE
  $ transform-json-cli all

OPTIONS
  -h, --help     show CLI help
  -i, --in=in    (required) json file: input data to be used for transform
  -o, --out=out  (required) output folder

See code: src/commands/all.ts

transform-json-cli help [COMMAND]

display help for transform-json-cli

USAGE
  $ transform-json-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

transform-json-cli list

describe the command here

USAGE
  $ transform-json-cli list

OPTIONS
  -h, --help  show CLI help

See code: src/commands/list.ts

transform-json-cli single TRANSFORM

runs a single transform on input data

USAGE
  $ transform-json-cli single TRANSFORM

OPTIONS
  -h, --help     show CLI help
  -i, --in=in    (required) json file: input data to be used for transform
  -o, --out=out  output file name: defaults to writing to console

See code: src/commands/single.ts

Readme

Keywords

Package Sidebar

Install

npm i transform-json-cli

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

53 kB

Total Files

68

Last publish

Collaborators

  • arjanvanderleden