Package to make different operations on Salesforce metadata files
$ 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
...
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
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
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