sf-source-merge-driver
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.9 • Public • Published

sf-source-merge-driver

git merge driver specific for Salesforce.com Metadata or Source format

oclif Version Downloads/week

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.1-alpha.90latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.1-alpha.90
0.0.1-alpha.70
0.0.1-alpha.50
0.0.1-alpha.40
0.0.1-alpha.20
0.0.1-alpha.11

Package Sidebar

Install

npm i sf-source-merge-driver

Weekly Downloads

1

Version

0.0.1-alpha.9

License

MIT

Unpacked Size

4.8 kB

Total Files

6

Last publish

Collaborators

  • kevin.gossent