@salesforce/plugin-signups 2.4.0 → 2.4.1
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/README.md +7 -7
- package/npm-shrinkwrap.json +22 -22
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ EXAMPLES
|
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/create/shape.ts)_
|
|
127
127
|
|
|
128
128
|
## `sf org create snapshot`
|
|
129
129
|
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
|
179
179
|
as a version control system tag or commit ID.
|
|
180
180
|
```
|
|
181
181
|
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/create/snapshot.ts)_
|
|
183
183
|
|
|
184
184
|
## `sf org delete shape`
|
|
185
185
|
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/delete/shape.ts)_
|
|
223
223
|
|
|
224
224
|
## `sf org delete snapshot`
|
|
225
225
|
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/delete/snapshot.ts)_
|
|
268
268
|
|
|
269
269
|
## `sf org get snapshot`
|
|
270
270
|
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/get/snapshot.ts)_
|
|
315
315
|
|
|
316
316
|
## `sf org list shape`
|
|
317
317
|
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/list/shape.ts)_
|
|
348
348
|
|
|
349
349
|
## `sf org list snapshot`
|
|
350
350
|
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.4.1/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.4.
|
|
9
|
+
"version": "2.4.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.4",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
|
21
21
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.5",
|
|
@@ -3542,9 +3542,9 @@
|
|
|
3542
3542
|
}
|
|
3543
3543
|
},
|
|
3544
3544
|
"node_modules/@oclif/core": {
|
|
3545
|
-
"version": "4.0.
|
|
3546
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3547
|
-
"integrity": "sha512-
|
|
3545
|
+
"version": "4.0.8",
|
|
3546
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.8.tgz",
|
|
3547
|
+
"integrity": "sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==",
|
|
3548
3548
|
"license": "MIT",
|
|
3549
3549
|
"dependencies": {
|
|
3550
3550
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3558,7 +3558,7 @@
|
|
|
3558
3558
|
"indent-string": "^4.0.0",
|
|
3559
3559
|
"is-wsl": "^2.2.0",
|
|
3560
3560
|
"lilconfig": "^3.1.2",
|
|
3561
|
-
"minimatch": "^9.0.
|
|
3561
|
+
"minimatch": "^9.0.5",
|
|
3562
3562
|
"string-width": "^4.2.3",
|
|
3563
3563
|
"supports-color": "^8",
|
|
3564
3564
|
"widest-line": "^3.1.0",
|
|
@@ -3570,9 +3570,9 @@
|
|
|
3570
3570
|
}
|
|
3571
3571
|
},
|
|
3572
3572
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3573
|
-
"version": "9.0.
|
|
3574
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3575
|
-
"integrity": "sha512-
|
|
3573
|
+
"version": "9.0.5",
|
|
3574
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
3575
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
3576
3576
|
"license": "ISC",
|
|
3577
3577
|
"dependencies": {
|
|
3578
3578
|
"brace-expansion": "^2.0.1"
|
|
@@ -3600,9 +3600,9 @@
|
|
|
3600
3600
|
}
|
|
3601
3601
|
},
|
|
3602
3602
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3603
|
-
"version": "5.2.
|
|
3604
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
3605
|
-
"integrity": "sha512-
|
|
3603
|
+
"version": "5.2.4",
|
|
3604
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.4.tgz",
|
|
3605
|
+
"integrity": "sha512-rdt9Bf7bVnjsre7YY3ulZc42QzRuQVhFFxzPBtCi61QbnPS4nizh2mpwrwq6byW6nlddHue82CNYAWQAjr9i7w==",
|
|
3606
3606
|
"dev": true,
|
|
3607
3607
|
"license": "MIT",
|
|
3608
3608
|
"dependencies": {
|
|
@@ -3821,9 +3821,9 @@
|
|
|
3821
3821
|
}
|
|
3822
3822
|
},
|
|
3823
3823
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/minimatch": {
|
|
3824
|
-
"version": "9.0.
|
|
3825
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3826
|
-
"integrity": "sha512-
|
|
3824
|
+
"version": "9.0.5",
|
|
3825
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
3826
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
3827
3827
|
"dev": true,
|
|
3828
3828
|
"license": "ISC",
|
|
3829
3829
|
"dependencies": {
|
|
@@ -10257,9 +10257,9 @@
|
|
|
10257
10257
|
}
|
|
10258
10258
|
},
|
|
10259
10259
|
"node_modules/linkinator/node_modules/minimatch": {
|
|
10260
|
-
"version": "9.0.
|
|
10261
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
10262
|
-
"integrity": "sha512-
|
|
10260
|
+
"version": "9.0.5",
|
|
10261
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
10262
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
10263
10263
|
"dev": true,
|
|
10264
10264
|
"license": "ISC",
|
|
10265
10265
|
"dependencies": {
|
|
@@ -13834,9 +13834,9 @@
|
|
|
13834
13834
|
}
|
|
13835
13835
|
},
|
|
13836
13836
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
13837
|
-
"version": "9.0.
|
|
13838
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
13839
|
-
"integrity": "sha512-
|
|
13837
|
+
"version": "9.0.5",
|
|
13838
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
13839
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
13840
13840
|
"dev": true,
|
|
13841
13841
|
"license": "ISC",
|
|
13842
13842
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1703,9 +1703,9 @@
|
|
|
1703
1703
|
wrap-ansi "^7.0.0"
|
|
1704
1704
|
|
|
1705
1705
|
"@oclif/core@^4", "@oclif/core@^4.0.6":
|
|
1706
|
-
version "4.0.
|
|
1707
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1708
|
-
integrity sha512-
|
|
1706
|
+
version "4.0.8"
|
|
1707
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8"
|
|
1708
|
+
integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w==
|
|
1709
1709
|
dependencies:
|
|
1710
1710
|
ansi-escapes "^4.3.2"
|
|
1711
1711
|
ansis "^3.1.1"
|
|
@@ -1718,17 +1718,17 @@
|
|
|
1718
1718
|
indent-string "^4.0.0"
|
|
1719
1719
|
is-wsl "^2.2.0"
|
|
1720
1720
|
lilconfig "^3.1.2"
|
|
1721
|
-
minimatch "^9.0.
|
|
1721
|
+
minimatch "^9.0.5"
|
|
1722
1722
|
string-width "^4.2.3"
|
|
1723
1723
|
supports-color "^8"
|
|
1724
1724
|
widest-line "^3.1.0"
|
|
1725
1725
|
wordwrap "^1.0.0"
|
|
1726
1726
|
wrap-ansi "^7.0.0"
|
|
1727
1727
|
|
|
1728
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1729
|
-
version "5.2.
|
|
1730
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1731
|
-
integrity sha512-
|
|
1728
|
+
"@oclif/plugin-command-snapshot@^5.2.4":
|
|
1729
|
+
version "5.2.4"
|
|
1730
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.4.tgz#7872742c0d8271bf90e981d5821f355bd05ca359"
|
|
1731
|
+
integrity sha512-rdt9Bf7bVnjsre7YY3ulZc42QzRuQVhFFxzPBtCi61QbnPS4nizh2mpwrwq6byW6nlddHue82CNYAWQAjr9i7w==
|
|
1732
1732
|
dependencies:
|
|
1733
1733
|
"@oclif/core" "^4"
|
|
1734
1734
|
ansis "^3.2.0"
|
|
@@ -5846,10 +5846,10 @@ minimatch@^5.0.1:
|
|
|
5846
5846
|
dependencies:
|
|
5847
5847
|
brace-expansion "^2.0.1"
|
|
5848
5848
|
|
|
5849
|
-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
|
|
5850
|
-
version "9.0.
|
|
5851
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.
|
|
5852
|
-
integrity sha512-
|
|
5849
|
+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
|
|
5850
|
+
version "9.0.5"
|
|
5851
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
|
|
5852
|
+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
|
|
5853
5853
|
dependencies:
|
|
5854
5854
|
brace-expansion "^2.0.1"
|
|
5855
5855
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.4",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.16",
|
|
17
17
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.5",
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"exports": "./lib/index.js",
|
|
220
220
|
"type": "module",
|
|
221
221
|
"sfdx": {
|
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.4.
|
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.4.
|
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.4.1.crt",
|
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.4.1.sig"
|
|
224
224
|
}
|
|
225
225
|
}
|