Skip to content

KevinGossentCap/sfdc-md-ops

Repository files navigation

sfdc-md-ops

Package to make different operations on Salesforce metadata files

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g sfdc-md-ops
$ sfmdop COMMAND
running command...
$ sfmdop (-v|--version|version)
sfdc-md-ops/0.0.0 win32-x64 node-v14.15.4
$ sfmdop --help [COMMAND]
USAGE
  $ sfmdop COMMAND
...

Commands

sfmdop hello [FILE]

describe the command here

USAGE
  $ sfmdop hello [FILE]

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

EXAMPLE
  $ sfmdop hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

sfmdop help [COMMAND]

display help for sfmdop

USAGE
  $ sfmdop help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

sfmdop wsdl2ts

describe the command here

USAGE
  $ sfmdop wsdl2ts

OPTIONS
  -h, --help           show CLI help
  -o, --output=output  (required) output type file
  -t, --types=types    type to process, can be set multiple times for listing
  -w, --wsdl=wsdl      (required) wsdl file name to process

See code: src/commands/wsdl2ts.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published