0.0.0 • Published 5 years ago

transformd v0.0.0

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

transformd

Create transforms integrations

oclif Version Downloads/week License

Usage

$ npm install -g transformd
$ transformd COMMAND
running command...
$ transformd (-v|--version|version)
transformd/0.0.0 darwin-x64 node-v10.23.0
$ transformd --help [COMMAND]
USAGE
  $ transformd COMMAND
...

Commands

transformd drop

Drops content

USAGE
  $ transformd drop

OPTIONS
  -n, --name=name  name to print

See code: src/commands/drop.js

transformd export

Export and zip your automation function

USAGE
  $ transformd export

See code: src/commands/export.js

transformd help [COMMAND]

display help for transformd

USAGE
  $ transformd help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

transformd init

Describe the command here

USAGE
  $ transformd init

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/init.js