3.2.2 • Published 1 day ago

@jayree/sfdx-plugin-manifest v3.2.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 day ago

@jayree/sfdx-plugin-manifest

A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.

sfdx NPM test-and-release Downloads/week License

Install

sfdx plugins:install @jayree/sfdx-plugin-manifest

Commands

sfdx jayree manifest cleanup

Removes those tags from a manifest file that are present in a second manifest file.

USAGE
  $ sfdx jayree manifest cleanup -f <value> [--json] [--flags-dir <value>] [-x <value>]

FLAGS
  -f, --file=<value>      (required) Path to the second 'cleanup' manifest file.
  -x, --manifest=<value>  Path to the manifest file.

GLOBAL FLAGS
  --flags-dir=<value>  Import flag values from a directory.
  --json               Format output as json.

DESCRIPTION
  Removes those tags from a manifest file that are present in a second manifest file.

  Use this command to remove components or metadata types from a manifes file.

  If the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.

EXAMPLES
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml

See code: src/commands/jayree/manifest/cleanup.ts

sfdx jayree manifest generate

Generate a complete manifest file form the specified org.

USAGE
  $ sfdx jayree manifest generate -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-q <value>] [-c] [-w]
    [--include-flow-versions] [-f <value>] [--exclude-managed | --exclude-all]

FLAGS
  -c, --match-case               Enable 'match case' for the quickfilter.
  -f, --file=<value>             Write to 'file' instead of stdout.
  -o, --target-org=<value>       (required) Username or alias of the target org. Not required if the `target-org`
                                 configuration variable is already set.
  -q, --quick-filter=<value>...  Metadata type, member or file path to filter on.
  -w, --match-whole-word         Enable 'match whole word' for the quickfilter.
      --api-version=<value>      Override the api version used for api requests made by this command
      --exclude-all              Exclude all packages from output.
      --exclude-managed          Exclude managed packages from output.
      --include-flow-versions    Include flow versions as with api version 43.0.

GLOBAL FLAGS
  --flags-dir=<value>  Import flag values from a directory.
  --json               Format output as json.

DESCRIPTION
  Generate a complete manifest file form the specified org.

  Use this command to generate a manifest file based on an existing org.

EXAMPLES
  $ sfdx jayree manifest generate --targetusername myOrg@example.com
  <?xml version='1.0' encoding='UTF-8'?>
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>

See code: src/commands/jayree/manifest/generate.ts

sfdx jayree manifest git diff

Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or delete based on changes in your git history.

USAGE
  $ sfdx jayree manifest git diff REF1 [REF2] [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>]
    [--output-dir <value>] [--destructive-changes-only]

ARGUMENTS
  REF1  Base commit or branch.
  REF2  Commit or branch to compare to the base commit.

FLAGS
  -d, --source-dir=<value>...     Path to the local source files to include in the manifest.
      --api-version=<value>       Override the api version used for api requests made by this command
      --destructive-changes-only  Create a destructiveChanges manifest only.
      --output-dir=<value>        Directory to save the created manifest files.

GLOBAL FLAGS
  --flags-dir=<value>  Import flag values from a directory.
  --json               Format output as json.

DESCRIPTION
  Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or
  delete based on changes in your git history.

  Use this command to create a manifest and destructiveChanges manifest file based on the difference (git diff) of two
  git refs.

  You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).

ALIASES
  $ sfdx jayree manifest beta git diff

EXAMPLES
  Uses the changes between two arbitrary <commit>.

    $ sfdx jayree manifest git diff <commit> <commit>
    $ sfdx jayree manifest git diff <commit>..<commit>

  Uses the changes on the branch containing and up to the second <commit>, starting at a common ancestor of both
  <commit>.

    $ sfdx jayree manifest git diff <commit>...<commit>

  Uses the diff of what is unique in branchB (REF2) and unique in branchA (REF1).

    $ sfdx jayree manifest git diff branchA..branchB

  Uses the diff of what is unique in branchB (REF2).

    $ sfdx jayree manifest git diff branchA...branchB

  Specify the flags before or after the REF args

    $ sfdx jayree manifest git diff --output-dir package <commit> <commit>
    $ sfdx jayree manifest git diff <commit> <commit> --output-dir package

  If you specify the 'source-dir' flag before the REF args, use '--' to separate the args from the 'source-dir'
  values.

    $ sfdx jayree manifest git diff --source-dir force-app -- <commit> <commit>

FLAG DESCRIPTIONS
  -d, --source-dir=<value>...  Path to the local source files to include in the manifest.

    The supplied path can be to a single file (in which case the operation is applied to only one file) or to a folder
    (in which case the operation is applied to all metadata types in the directory and its subdirectories).

    You can specify this flag more than once.

  --destructive-changes-only  Create a destructiveChanges manifest only.

    Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.

  --output-dir=<value>  Directory to save the created manifest files.

    The location can be an absolute path or relative to the current working directory.

See code: src/commands/jayree/manifest/git/diff.ts

3.2.2

1 day ago

3.2.1

5 days ago

3.2.0

6 days ago

3.1.66

8 days ago

3.1.65

9 days ago

3.1.64

12 days ago

3.1.63

15 days ago

3.1.62

22 days ago

3.1.61

28 days ago

3.1.60

29 days ago

3.1.59

1 month ago

3.1.58

1 month ago

3.1.57

2 months ago

3.1.56

2 months ago

3.1.55

2 months ago

3.1.54

2 months ago

3.1.53

2 months ago

3.1.52

3 months ago

3.1.51

3 months ago

3.1.50

3 months ago

3.1.49

3 months ago

3.1.48

3 months ago

3.1.47

4 months ago

3.1.46

4 months ago

3.1.45

4 months ago

3.1.44

4 months ago

3.1.43

4 months ago

3.1.42

4 months ago

3.1.41

5 months ago

3.1.40

5 months ago

3.1.34

6 months ago

3.1.33

6 months ago

3.1.36

6 months ago

3.1.35

6 months ago

3.1.38

5 months ago

3.1.37

5 months ago

3.1.39

5 months ago

3.1.30

7 months ago

3.1.32

6 months ago

3.1.31

7 months ago

3.1.12

10 months ago

3.1.11

10 months ago

3.1.14

9 months ago

3.1.13

10 months ago

3.1.16

9 months ago

3.1.15

9 months ago

3.1.18

9 months ago

3.1.17

9 months ago

3.1.10

10 months ago

3.1.9

10 months ago

3.1.23

8 months ago

3.1.22

8 months ago

3.1.25

8 months ago

3.1.24

8 months ago

3.1.27

7 months ago

3.1.26

8 months ago

3.1.29

7 months ago

3.1.28

7 months ago

3.1.21

8 months ago

3.1.20

8 months ago

3.1.19

9 months ago

3.1.8

10 months ago

3.0.16

12 months ago

3.0.17

12 months ago

3.0.14

12 months ago

3.0.15

12 months ago

3.1.3

11 months ago

3.1.2

11 months ago

3.1.1

11 months ago

3.1.0

11 months ago

3.1.7

11 months ago

3.1.6

11 months ago

3.1.5

11 months ago

3.1.4

11 months ago

3.0.18

12 months ago

3.0.19

11 months ago

3.0.12

1 year ago

3.0.4

1 year ago

3.0.13

1 year ago

3.0.3

1 year ago

3.0.10

1 year ago

3.0.2

1 year ago

3.0.11

1 year ago

3.0.1

1 year ago

3.0.8

1 year ago

3.0.7

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

2.9.1

1 year ago

3.0.0

1 year ago

2.9.0

1 year ago

3.0.9

1 year ago

2.8.7

1 year ago

2.8.1

1 year ago

2.8.0

1 year ago

2.8.3

1 year ago

2.8.2

1 year ago

2.8.5

1 year ago

2.8.4

1 year ago

2.8.6

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.6.1

1 year ago

2.4.3

1 year ago

2.6.0

1 year ago

2.4.2

1 year ago

2.6.3

1 year ago

2.4.5

1 year ago

2.6.2

1 year ago

2.4.4

1 year ago

2.7.4

1 year ago

2.7.3

1 year ago

2.5.0

1 year ago

2.7.0

1 year ago

2.5.2

1 year ago

2.5.1

1 year ago

2.7.2

1 year ago

2.7.1

1 year ago

2.5.3

1 year ago

2.4.7

1 year ago

2.6.4

1 year ago

2.4.6

1 year ago

2.4.8

1 year ago

2.3.12

1 year ago

2.3.11

1 year ago

2.3.4

2 years ago

2.3.3

2 years ago

2.3.6

2 years ago

2.3.5

2 years ago

2.3.8

2 years ago

2.3.7

2 years ago

2.3.9

1 year ago

2.3.10

1 year ago

2.3.0

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.2.7

2 years ago

2.2.6

2 years ago

2.2.10

2 years ago

2.2.9

2 years ago

2.2.8

2 years ago

2.2.1

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.0

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.6

2 years ago

2.1.5

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago