0.0.1-alpha.9 • Published 10 months ago

sf-source-merge-driver v0.0.1-alpha.9

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

0.0.1-alpha.9

10 months ago

0.0.1-alpha.7

10 months ago

0.0.1-alpha.5

10 months ago

0.0.1-alpha.4

10 months ago

0.0.1-alpha.2

10 months ago

0.0.1-alpha.1

10 months ago