sf-source-merge-driver
v0.0.1-alpha.9
Published
git merge driver specific for Salesforce.com Metadata or Source format
Downloads
374
Readme
sf-source-merge-driver
git merge driver specific for Salesforce.com Metadata or Source format
Usage
$ npm install -g sf-source-merge-driver
$ ssmd COMMAND
running command...
$ ssmd (--version)
sf-source-merge-driver/0.0.1-alpha.9 linux-x64 node-v18.20.4
$ ssmd --help [COMMAND]
USAGE
$ ssmd COMMAND
...
Commands
ssmd help [COMMAND]
Display help for ssmd.
USAGE
$ ssmd help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for ssmd.
See code: @oclif/plugin-help
ssmd install
Set up the merge driver in the current git repository
USAGE
$ ssmd install [-t *.labels|*.labels-meta.xml...] [-h]
FLAGS
-h, --help Show CLI help.
-t, --files=<option>... [default: *.labels,*.labels-meta.xml] Filenames that will trigger this driver.
<options: *.labels|*.labels-meta.xml>
DESCRIPTION
Set up the merge driver in the current git repository
See code: src/commands/install.ts
ssmd merge [FILE]
describe the command here
USAGE
$ ssmd merge [FILE] [-f] [-n <value>]
ARGUMENTS
FILE file to read
FLAGS
-f, --force
-n, --name=<value> name to print
DESCRIPTION
describe the command here
EXAMPLES
$ ssmd merge
See code: src/commands/merge.ts
ssmd uninstall
Remove the previously configured driver
USAGE
$ ssmd uninstall [-h]
FLAGS
-h, --help Show CLI help.
DESCRIPTION
Remove the previously configured driver
See code: src/commands/uninstall.ts