@salesforce/plugin-signups 2.5.3 → 2.5.4
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 +28 -21
- package/oclif.lock +21 -16
- 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.5.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.4/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.5.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.4/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.5.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.4/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.5.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.4/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.5.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.4/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.5.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.4/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.5.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.5.4/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.5.
|
|
9
|
+
"version": "2.5.4",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.2.1",
|
|
14
14
|
"@salesforce/kit": "^3.1.6",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^11.2.0",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
@@ -1821,16 +1821,16 @@
|
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
1823
1823
|
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1824
|
-
"version": "8.
|
|
1825
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
1826
|
-
"integrity": "sha512-
|
|
1824
|
+
"version": "8.17.1",
|
|
1825
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
1826
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
1827
1827
|
"dev": true,
|
|
1828
1828
|
"license": "MIT",
|
|
1829
1829
|
"dependencies": {
|
|
1830
1830
|
"fast-deep-equal": "^3.1.3",
|
|
1831
|
+
"fast-uri": "^3.0.1",
|
|
1831
1832
|
"json-schema-traverse": "^1.0.0",
|
|
1832
|
-
"require-from-string": "^2.0.2"
|
|
1833
|
-
"uri-js": "^4.4.1"
|
|
1833
|
+
"require-from-string": "^2.0.2"
|
|
1834
1834
|
},
|
|
1835
1835
|
"funding": {
|
|
1836
1836
|
"type": "github",
|
|
@@ -2751,9 +2751,9 @@
|
|
|
2751
2751
|
}
|
|
2752
2752
|
},
|
|
2753
2753
|
"node_modules/@jsforce/jsforce-node": {
|
|
2754
|
-
"version": "3.2.
|
|
2755
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.
|
|
2756
|
-
"integrity": "sha512-
|
|
2754
|
+
"version": "3.2.4",
|
|
2755
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.4.tgz",
|
|
2756
|
+
"integrity": "sha512-VIswA769m+1wkAVqaxMjNUfvQ4RqyBKoXa4L+SYQ0NAkMsi+NHdj1bcXN0jkbCHXpd2j+IB4MrO1hIX8Itgwdg==",
|
|
2757
2757
|
"license": "MIT",
|
|
2758
2758
|
"dependencies": {
|
|
2759
2759
|
"@sindresorhus/is": "^4",
|
|
@@ -3306,16 +3306,16 @@
|
|
|
3306
3306
|
}
|
|
3307
3307
|
},
|
|
3308
3308
|
"node_modules/@salesforce/core": {
|
|
3309
|
-
"version": "8.
|
|
3310
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3311
|
-
"integrity": "sha512-
|
|
3309
|
+
"version": "8.2.1",
|
|
3310
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.1.tgz",
|
|
3311
|
+
"integrity": "sha512-juLxb4t12vZD9ozkhKhGtbZzOiYkEcUWdw+gAtgzuSrTFTwvoXlbKtzdGbdYPLTHLGYQCVW6cRdMswfwbE5BnQ==",
|
|
3312
3312
|
"license": "BSD-3-Clause",
|
|
3313
3313
|
"dependencies": {
|
|
3314
|
-
"@jsforce/jsforce-node": "^3.2.
|
|
3314
|
+
"@jsforce/jsforce-node": "^3.2.3",
|
|
3315
3315
|
"@salesforce/kit": "^3.1.6",
|
|
3316
3316
|
"@salesforce/schemas": "^1.9.0",
|
|
3317
3317
|
"@salesforce/ts-types": "^2.0.10",
|
|
3318
|
-
"ajv": "^8.
|
|
3318
|
+
"ajv": "^8.17.1",
|
|
3319
3319
|
"change-case": "^4.1.2",
|
|
3320
3320
|
"fast-levenshtein": "^3.0.0",
|
|
3321
3321
|
"faye": "^1.4.0",
|
|
@@ -3335,15 +3335,15 @@
|
|
|
3335
3335
|
}
|
|
3336
3336
|
},
|
|
3337
3337
|
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
3338
|
-
"version": "8.
|
|
3339
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.
|
|
3340
|
-
"integrity": "sha512-
|
|
3338
|
+
"version": "8.17.1",
|
|
3339
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
3340
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
3341
3341
|
"license": "MIT",
|
|
3342
3342
|
"dependencies": {
|
|
3343
3343
|
"fast-deep-equal": "^3.1.3",
|
|
3344
|
+
"fast-uri": "^3.0.1",
|
|
3344
3345
|
"json-schema-traverse": "^1.0.0",
|
|
3345
|
-
"require-from-string": "^2.0.2"
|
|
3346
|
-
"uri-js": "^4.4.1"
|
|
3346
|
+
"require-from-string": "^2.0.2"
|
|
3347
3347
|
},
|
|
3348
3348
|
"funding": {
|
|
3349
3349
|
"type": "github",
|
|
@@ -7306,6 +7306,12 @@
|
|
|
7306
7306
|
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
|
7307
7307
|
"license": "MIT"
|
|
7308
7308
|
},
|
|
7309
|
+
"node_modules/fast-uri": {
|
|
7310
|
+
"version": "3.0.1",
|
|
7311
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
|
|
7312
|
+
"integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
|
|
7313
|
+
"license": "MIT"
|
|
7314
|
+
},
|
|
7309
7315
|
"node_modules/fast-xml-parser": {
|
|
7310
7316
|
"version": "4.2.5",
|
|
7311
7317
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
|
|
@@ -13300,6 +13306,7 @@
|
|
|
13300
13306
|
"version": "4.4.1",
|
|
13301
13307
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
13302
13308
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
13309
|
+
"dev": true,
|
|
13303
13310
|
"license": "BSD-2-Clause",
|
|
13304
13311
|
"dependencies": {
|
|
13305
13312
|
"punycode": "^2.1.0"
|
package/oclif.lock
CHANGED
|
@@ -1255,10 +1255,10 @@
|
|
|
1255
1255
|
"@jridgewell/resolve-uri" "3.1.0"
|
|
1256
1256
|
"@jridgewell/sourcemap-codec" "1.4.14"
|
|
1257
1257
|
|
|
1258
|
-
"@jsforce/jsforce-node@^3.2.
|
|
1259
|
-
version "3.2.
|
|
1260
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.
|
|
1261
|
-
integrity sha512-
|
|
1258
|
+
"@jsforce/jsforce-node@^3.2.3":
|
|
1259
|
+
version "3.2.4"
|
|
1260
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.4.tgz#a03fe2331af171c5dd9276ea17faf440f076cfdb"
|
|
1261
|
+
integrity sha512-VIswA769m+1wkAVqaxMjNUfvQ4RqyBKoXa4L+SYQ0NAkMsi+NHdj1bcXN0jkbCHXpd2j+IB4MrO1hIX8Itgwdg==
|
|
1262
1262
|
dependencies:
|
|
1263
1263
|
"@sindresorhus/is" "^4"
|
|
1264
1264
|
"@types/node" "^18.15.3"
|
|
@@ -1417,16 +1417,16 @@
|
|
|
1417
1417
|
strip-ansi "6.0.1"
|
|
1418
1418
|
ts-retry-promise "^0.8.1"
|
|
1419
1419
|
|
|
1420
|
-
"@salesforce/core@^8.0
|
|
1421
|
-
version "8.
|
|
1422
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1423
|
-
integrity sha512-
|
|
1420
|
+
"@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1", "@salesforce/core@^8.2.1":
|
|
1421
|
+
version "8.2.1"
|
|
1422
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.2.1.tgz#16b383886ec02ee9a99f815d5ce4a9f5a492295e"
|
|
1423
|
+
integrity sha512-juLxb4t12vZD9ozkhKhGtbZzOiYkEcUWdw+gAtgzuSrTFTwvoXlbKtzdGbdYPLTHLGYQCVW6cRdMswfwbE5BnQ==
|
|
1424
1424
|
dependencies:
|
|
1425
|
-
"@jsforce/jsforce-node" "^3.2.
|
|
1425
|
+
"@jsforce/jsforce-node" "^3.2.3"
|
|
1426
1426
|
"@salesforce/kit" "^3.1.6"
|
|
1427
1427
|
"@salesforce/schemas" "^1.9.0"
|
|
1428
1428
|
"@salesforce/ts-types" "^2.0.10"
|
|
1429
|
-
ajv "^8.
|
|
1429
|
+
ajv "^8.17.1"
|
|
1430
1430
|
change-case "^4.1.2"
|
|
1431
1431
|
fast-levenshtein "^3.0.0"
|
|
1432
1432
|
faye "^1.4.0"
|
|
@@ -2411,15 +2411,15 @@ ajv@^6.12.4:
|
|
|
2411
2411
|
json-schema-traverse "^0.4.1"
|
|
2412
2412
|
uri-js "^4.2.2"
|
|
2413
2413
|
|
|
2414
|
-
ajv@^8.11.0, ajv@^8.
|
|
2415
|
-
version "8.
|
|
2416
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.
|
|
2417
|
-
integrity sha512-
|
|
2414
|
+
ajv@^8.11.0, ajv@^8.17.1:
|
|
2415
|
+
version "8.17.1"
|
|
2416
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
|
|
2417
|
+
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
|
|
2418
2418
|
dependencies:
|
|
2419
2419
|
fast-deep-equal "^3.1.3"
|
|
2420
|
+
fast-uri "^3.0.1"
|
|
2420
2421
|
json-schema-traverse "^1.0.0"
|
|
2421
2422
|
require-from-string "^2.0.2"
|
|
2422
|
-
uri-js "^4.4.1"
|
|
2423
2423
|
|
|
2424
2424
|
ansi-colors@4.1.1:
|
|
2425
2425
|
version "4.1.1"
|
|
@@ -3878,6 +3878,11 @@ fast-safe-stringify@^2.1.1:
|
|
|
3878
3878
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
3879
3879
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
3880
3880
|
|
|
3881
|
+
fast-uri@^3.0.1:
|
|
3882
|
+
version "3.0.1"
|
|
3883
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
|
|
3884
|
+
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
3885
|
+
|
|
3881
3886
|
fast-xml-parser@4.2.5:
|
|
3882
3887
|
version "4.2.5"
|
|
3883
3888
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz#a6747a09296a6cb34f2ae634019bf1738f3b421f"
|
|
@@ -7290,7 +7295,7 @@ upper-case@^2.0.2:
|
|
|
7290
7295
|
dependencies:
|
|
7291
7296
|
tslib "^2.0.3"
|
|
7292
7297
|
|
|
7293
|
-
uri-js@^4.2.2
|
|
7298
|
+
uri-js@^4.2.2:
|
|
7294
7299
|
version "4.4.1"
|
|
7295
7300
|
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
7296
7301
|
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@salesforce/core": "^8.
|
|
9
|
+
"@salesforce/core": "^8.2.1",
|
|
10
10
|
"@salesforce/kit": "^3.1.6",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^11.2.0",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
@@ -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.5.
|
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.
|
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.4.crt",
|
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.4.sig"
|
|
224
224
|
}
|
|
225
225
|
}
|