@jayree/sfdx-plugin-manifest 3.2.7 → 3.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [3.2.9](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.8...3.2.9) (2024-05-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 9.0.7 to 9.0.10 ([#1304](https://github.com/jayree/sfdx-plugin-manifest/issues/1304)) ([e20ede9](https://github.com/jayree/sfdx-plugin-manifest/commit/e20ede95fc118882759f2c27536d7f839d2d411d))
7
+
8
+
9
+
10
+ ## [3.2.8](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.7...3.2.8) (2024-05-14)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @salesforce/core from 7.3.5 to 7.3.6 ([#1303](https://github.com/jayree/sfdx-plugin-manifest/issues/1303)) ([e5a6a92](https://github.com/jayree/sfdx-plugin-manifest/commit/e5a6a922fc89086255922e33d46d93fb13cf80ea))
16
+
17
+
18
+
1
19
  ## [3.2.7](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.6...3.2.7) (2024-05-10)
2
20
 
3
21
 
package/README.md CHANGED
@@ -2,32 +2,31 @@
2
2
 
3
3
  A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.
4
4
 
5
- [![sfdx](https://img.shields.io/badge/cli-sfdx-brightgreen.svg)](https://developer.salesforce.com/tools/sfdxcli)
5
+ [![sf](https://img.shields.io/badge/cli-sf-brightgreen.svg)](https://developer.salesforce.com/tools/salesforcecli)
6
6
  [![NPM](https://img.shields.io/npm/v/@jayree/sfdx-plugin-manifest.svg?label=@jayree/sfdx-plugin-manifest)](https://npmjs.org/package/@jayree/sfdx-plugin-manifest)
7
- [![test-and-release](https://github.com/jayree/sfdx-plugin-manifest/actions/workflows/release.yml/badge.svg)](https://github.com/jayree/sfdx-plugin-manifest/actions/workflows/release.yml)
8
7
  [![Downloads/week](https://img.shields.io/npm/dw/@jayree/sfdx-plugin-manifest.svg)](https://npmjs.org/package/@jayree/sfdx-plugin-manifest)
9
8
  [![License](https://img.shields.io/npm/l/@jayree/sfdx-plugin-manifest.svg)](https://github.com/jayree-plugins/sfdx-plugin-manifest/blob/main/package.json)
10
9
 
11
10
  ## Install
12
11
 
13
12
  ```bash
14
- sfdx plugins:install @jayree/sfdx-plugin-manifest
13
+ sf plugins:install @jayree/sfdx-plugin-manifest
15
14
  ```
16
15
 
17
16
  ## Commands
18
17
 
19
18
  <!-- commands -->
20
- * [`sfdx jayree manifest cleanup`](#sfdx-jayree-manifest-cleanup)
21
- * [`sfdx jayree manifest generate`](#sfdx-jayree-manifest-generate)
22
- * [`sfdx jayree manifest git diff REF1 [REF2]`](#sfdx-jayree-manifest-git-diff-ref1-ref2)
19
+ * [`sf jayree manifest cleanup`](#sf-jayree-manifest-cleanup)
20
+ * [`sf jayree manifest generate`](#sf-jayree-manifest-generate)
21
+ * [`sf jayree manifest git diff REF1 [REF2]`](#sf-jayree-manifest-git-diff-ref1-ref2)
23
22
 
24
- ### `sfdx jayree manifest cleanup`
23
+ ### `sf jayree manifest cleanup`
25
24
 
26
25
  Removes those tags from a manifest file that are present in a second manifest file.
27
26
 
28
27
  ```
29
28
  USAGE
30
- $ sfdx jayree manifest cleanup -f <value> [--json] [--flags-dir <value>] [-x <value>]
29
+ $ sf jayree manifest cleanup -f <value> [--json] [--flags-dir <value>] [-x <value>]
31
30
 
32
31
  FLAGS
33
32
  -f, --file=<value> (required) Path to the second 'cleanup' manifest file.
@@ -45,18 +44,18 @@ DESCRIPTION
45
44
  If the 'cleanup' manifest file (--file) doesn't exist, a template file is created, which can then be modified.
46
45
 
47
46
  EXAMPLES
48
- $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
47
+ $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
49
48
  ```
50
49
 
51
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.7/src/commands/jayree/manifest/cleanup.ts)_
50
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.9/src/commands/jayree/manifest/cleanup.ts)_
52
51
 
53
- ### `sfdx jayree manifest generate`
52
+ ### `sf jayree manifest generate`
54
53
 
55
54
  Generate a complete manifest file form the specified org.
56
55
 
57
56
  ```
58
57
  USAGE
59
- $ sfdx jayree manifest generate -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-q <value>] [-c] [-w]
58
+ $ sf jayree manifest generate -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-q <value>] [-c] [-w]
60
59
  [--include-flow-versions] [-f <value>] [--exclude-managed | --exclude-all]
61
60
 
62
61
  FLAGS
@@ -81,21 +80,21 @@ DESCRIPTION
81
80
  Use this command to generate a manifest file based on an existing org.
82
81
 
83
82
  EXAMPLES
84
- $ sfdx jayree manifest generate --targetusername myOrg@example.com
83
+ $ sf jayree manifest generate --targetusername myOrg@example.com
85
84
  <?xml version='1.0' encoding='UTF-8'?>
86
85
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
87
86
  ```
88
87
 
89
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.7/src/commands/jayree/manifest/generate.ts)_
88
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.9/src/commands/jayree/manifest/generate.ts)_
90
89
 
91
- ### `sfdx jayree manifest git diff REF1 [REF2]`
90
+ ### `sf jayree manifest git diff REF1 [REF2]`
92
91
 
93
92
  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.
94
93
 
95
94
  ```
96
95
  USAGE
97
- $ sfdx jayree manifest git diff REF1 [REF2] [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>]
98
- [--output-dir <value>] [--destructive-changes-only]
96
+ $ sf jayree manifest git diff REF1 [REF2] [--json] [--flags-dir <value>] [--api-version <value>] [-d <value>] [--output-dir
97
+ <value>] [--destructive-changes-only]
99
98
 
100
99
  ARGUMENTS
101
100
  REF1 Base commit or branch.
@@ -121,36 +120,36 @@ DESCRIPTION
121
120
  You can use all ways to spell <commit> which are valid for 'git diff' (See https://git-scm.com/docs/git-diff).
122
121
 
123
122
  ALIASES
124
- $ sfdx jayree manifest beta git diff
123
+ $ sf jayree manifest beta git diff
125
124
 
126
125
  EXAMPLES
127
126
  Uses the changes between two arbitrary <commit>.
128
127
 
129
- $ sfdx jayree manifest git diff <commit> <commit>
130
- $ sfdx jayree manifest git diff <commit>..<commit>
128
+ $ sf jayree manifest git diff <commit> <commit>
129
+ $ sf jayree manifest git diff <commit>..<commit>
131
130
 
132
131
  Uses the changes on the branch containing and up to the second <commit>, starting at a common ancestor of both
133
132
  <commit>.
134
133
 
135
- $ sfdx jayree manifest git diff <commit>...<commit>
134
+ $ sf jayree manifest git diff <commit>...<commit>
136
135
 
137
136
  Uses the diff of what is unique in branchB (REF2) and unique in branchA (REF1).
138
137
 
139
- $ sfdx jayree manifest git diff branchA..branchB
138
+ $ sf jayree manifest git diff branchA..branchB
140
139
 
141
140
  Uses the diff of what is unique in branchB (REF2).
142
141
 
143
- $ sfdx jayree manifest git diff branchA...branchB
142
+ $ sf jayree manifest git diff branchA...branchB
144
143
 
145
144
  Specify the flags before or after the REF args
146
145
 
147
- $ sfdx jayree manifest git diff --output-dir package <commit> <commit>
148
- $ sfdx jayree manifest git diff <commit> <commit> --output-dir package
146
+ $ sf jayree manifest git diff --output-dir package <commit> <commit>
147
+ $ sf jayree manifest git diff <commit> <commit> --output-dir package
149
148
 
150
149
  If you specify the 'source-dir' flag before the REF args, use '--' to separate the args from the 'source-dir'
151
150
  values.
152
151
 
153
- $ sfdx jayree manifest git diff --source-dir force-app -- <commit> <commit>
152
+ $ sf jayree manifest git diff --source-dir force-app -- <commit> <commit>
154
153
 
155
154
  FLAG DESCRIPTIONS
156
155
  -d, --source-dir=<value>... Path to the local source files to include in the manifest.
@@ -169,5 +168,5 @@ FLAG DESCRIPTIONS
169
168
  The location can be an absolute path or relative to the current working directory.
170
169
  ```
171
170
 
172
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.7/src/commands/jayree/manifest/git/diff.ts)_
171
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.9/src/commands/jayree/manifest/git/diff.ts)_
173
172
  <!-- commandsstop -->