@salesforce/plugin-signups 2.5.13 → 2.5.15
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +44 -50
- package/oclif.lock +46 -51
- package/oclif.manifest.json +126 -126
- package/package.json +8 -8
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.15/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.15/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.15/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.15/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.15/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.15/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.15/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.5.
|
3
|
+
"version": "2.5.15",
|
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.15",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
13
|
"@salesforce/core": "^8.4.0",
|
14
14
|
"@salesforce/kit": "^3.2.1",
|
15
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
15
|
+
"@salesforce/sf-plugins-core": "^11.3.7",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.15",
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.30",
|
21
21
|
"@salesforce/dev-scripts": "^10.2.10",
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.21",
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
24
24
|
"@types/chai-as-promised": "^7.1.8",
|
25
25
|
"@types/chai-string": "^1.4.5",
|
26
26
|
"chai-as-promised": "7.1.2",
|
27
27
|
"chai-string": "^1.5.0",
|
28
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
28
|
+
"eslint-plugin-sf-plugin": "^1.20.6",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
30
|
"oclif": "^4.14.27",
|
31
31
|
"ts-node": "^10.9.2",
|
@@ -2905,16 +2905,16 @@
|
|
2905
2905
|
}
|
2906
2906
|
},
|
2907
2907
|
"node_modules/@oclif/core": {
|
2908
|
-
"version": "4.0.
|
2909
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
2910
|
-
"integrity": "sha512-
|
2908
|
+
"version": "4.0.22",
|
2909
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz",
|
2910
|
+
"integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==",
|
2911
2911
|
"license": "MIT",
|
2912
2912
|
"dependencies": {
|
2913
2913
|
"ansi-escapes": "^4.3.2",
|
2914
2914
|
"ansis": "^3.3.2",
|
2915
2915
|
"clean-stack": "^3.0.1",
|
2916
2916
|
"cli-spinners": "^2.9.2",
|
2917
|
-
"debug": "^4.3.
|
2917
|
+
"debug": "^4.3.7",
|
2918
2918
|
"ejs": "^3.1.10",
|
2919
2919
|
"get-package-type": "^0.1.0",
|
2920
2920
|
"globby": "^11.1.0",
|
@@ -2963,9 +2963,9 @@
|
|
2963
2963
|
}
|
2964
2964
|
},
|
2965
2965
|
"node_modules/@oclif/plugin-command-snapshot": {
|
2966
|
-
"version": "5.2.
|
2967
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
2968
|
-
"integrity": "sha512-
|
2966
|
+
"version": "5.2.15",
|
2967
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz",
|
2968
|
+
"integrity": "sha512-nRyleFoNgyy8vLGlzE1ryjmlKA8E53NFqbgHl245Qgw9LbrC7czINnnyI2rkJLxxO0puGnJ5+qlz7bLDCwbSiw==",
|
2969
2969
|
"dev": true,
|
2970
2970
|
"license": "MIT",
|
2971
2971
|
"dependencies": {
|
@@ -3088,17 +3088,17 @@
|
|
3088
3088
|
}
|
3089
3089
|
},
|
3090
3090
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3091
|
-
"version": "5.3.
|
3092
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
3093
|
-
"integrity": "sha512-
|
3091
|
+
"version": "5.3.30",
|
3092
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.30.tgz",
|
3093
|
+
"integrity": "sha512-CnmzrN9gzqIg5NnpwmCmxrq7PtrfqivpV/nDXwHQNSru6Ug6OAqNQGHziLnurzH/UxzHUuv1IL2e6E5ZVRjJoQ==",
|
3094
3094
|
"dev": true,
|
3095
3095
|
"license": "BSD-3-Clause",
|
3096
3096
|
"dependencies": {
|
3097
|
-
"@salesforce/core": "^8.4
|
3097
|
+
"@salesforce/core": "^8.5.4",
|
3098
3098
|
"@salesforce/kit": "^3.2.1",
|
3099
3099
|
"@salesforce/ts-types": "^2.0.11",
|
3100
3100
|
"@types/shelljs": "^0.8.15",
|
3101
|
-
"debug": "^4.3.
|
3101
|
+
"debug": "^4.3.7",
|
3102
3102
|
"jszip": "^3.10.1",
|
3103
3103
|
"shelljs": "^0.8.4",
|
3104
3104
|
"sinon": "^17.0.2",
|
@@ -3199,13 +3199,13 @@
|
|
3199
3199
|
}
|
3200
3200
|
},
|
3201
3201
|
"node_modules/@salesforce/core": {
|
3202
|
-
"version": "8.4
|
3203
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.4.
|
3204
|
-
"integrity": "sha512-
|
3202
|
+
"version": "8.5.4",
|
3203
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.4.tgz",
|
3204
|
+
"integrity": "sha512-dO8tzFxq811qNPeKPPO2OA2KPYW5rO0YRinW/+7zmRJW3EtNpe93dsQVGwBSAAYrSbYeBwiKdliNqNTN7tKJ0A==",
|
3205
3205
|
"license": "BSD-3-Clause",
|
3206
3206
|
"dependencies": {
|
3207
|
-
"@jsforce/jsforce-node": "^3.4.
|
3208
|
-
"@salesforce/kit": "^3.
|
3207
|
+
"@jsforce/jsforce-node": "^3.4.1",
|
3208
|
+
"@salesforce/kit": "^3.2.2",
|
3209
3209
|
"@salesforce/schemas": "^1.9.0",
|
3210
3210
|
"@salesforce/ts-types": "^2.0.10",
|
3211
3211
|
"ajv": "^8.17.1",
|
@@ -3335,25 +3335,25 @@
|
|
3335
3335
|
"license": "MIT"
|
3336
3336
|
},
|
3337
3337
|
"node_modules/@salesforce/kit": {
|
3338
|
-
"version": "3.2.
|
3339
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.
|
3340
|
-
"integrity": "sha512-
|
3338
|
+
"version": "3.2.2",
|
3339
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.2.tgz",
|
3340
|
+
"integrity": "sha512-Qh+Jx65LKR3BlH+bxNBbvI4+/+/igAJ9x2iEDM3tHb3B2JCEnssPP0lw+K/zWHsdtk+OorBiKpHaC6RrjW+9fw==",
|
3341
3341
|
"license": "BSD-3-Clause",
|
3342
3342
|
"dependencies": {
|
3343
3343
|
"@salesforce/ts-types": "^2.0.12"
|
3344
3344
|
}
|
3345
3345
|
},
|
3346
3346
|
"node_modules/@salesforce/plugin-command-reference": {
|
3347
|
-
"version": "3.1.
|
3348
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
3349
|
-
"integrity": "sha512-
|
3347
|
+
"version": "3.1.21",
|
3348
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.21.tgz",
|
3349
|
+
"integrity": "sha512-Ag0ZOLUOejDvhOySvNcl2QnU+XBulUpmTWz+B7M+6XxgUeDR5j1F8UbsTFgN0KTFfTx2vwaPUkz0fjvRqMJG2g==",
|
3350
3350
|
"dev": true,
|
3351
3351
|
"license": "BSD-3-Clause",
|
3352
3352
|
"dependencies": {
|
3353
3353
|
"@oclif/core": "^4",
|
3354
3354
|
"@salesforce/core": "^8.3.0",
|
3355
|
-
"@salesforce/kit": "^3.2.
|
3356
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
3355
|
+
"@salesforce/kit": "^3.2.2",
|
3356
|
+
"@salesforce/sf-plugins-core": "^11.3.5",
|
3357
3357
|
"@salesforce/ts-types": "^2.0.11",
|
3358
3358
|
"chalk": "^5.3.0",
|
3359
3359
|
"debug": "^4.3.6",
|
@@ -3390,15 +3390,15 @@
|
|
3390
3390
|
"license": "ISC"
|
3391
3391
|
},
|
3392
3392
|
"node_modules/@salesforce/sf-plugins-core": {
|
3393
|
-
"version": "11.3.
|
3394
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
3395
|
-
"integrity": "sha512-
|
3393
|
+
"version": "11.3.7",
|
3394
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.7.tgz",
|
3395
|
+
"integrity": "sha512-aqOAYex3JGHUE/ECWpQuedEJXq00vJOqNr3VYF0Lp9OBAVn0AZZu10fzv+ww2hLDjA9dH782ZNqw/CiE0XKJlA==",
|
3396
3396
|
"license": "BSD-3-Clause",
|
3397
3397
|
"dependencies": {
|
3398
3398
|
"@inquirer/confirm": "^3.1.22",
|
3399
3399
|
"@inquirer/password": "^2.1.22",
|
3400
3400
|
"@oclif/core": "^4.0.19",
|
3401
|
-
"@salesforce/core": "^8.
|
3401
|
+
"@salesforce/core": "^8.5.1",
|
3402
3402
|
"@salesforce/kit": "^3.2.1",
|
3403
3403
|
"@salesforce/ts-types": "^2.0.12",
|
3404
3404
|
"ansis": "^3.3.2",
|
@@ -6010,12 +6010,12 @@
|
|
6010
6010
|
}
|
6011
6011
|
},
|
6012
6012
|
"node_modules/debug": {
|
6013
|
-
"version": "4.3.
|
6014
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.
|
6015
|
-
"integrity": "sha512-
|
6013
|
+
"version": "4.3.7",
|
6014
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
6015
|
+
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
6016
6016
|
"license": "MIT",
|
6017
6017
|
"dependencies": {
|
6018
|
-
"ms": "2.1.
|
6018
|
+
"ms": "^2.1.3"
|
6019
6019
|
},
|
6020
6020
|
"engines": {
|
6021
6021
|
"node": ">=6.0"
|
@@ -6026,12 +6026,6 @@
|
|
6026
6026
|
}
|
6027
6027
|
}
|
6028
6028
|
},
|
6029
|
-
"node_modules/debug/node_modules/ms": {
|
6030
|
-
"version": "2.1.2",
|
6031
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
6032
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
6033
|
-
"license": "MIT"
|
6034
|
-
},
|
6035
6029
|
"node_modules/decamelize": {
|
6036
6030
|
"version": "1.2.0",
|
6037
6031
|
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
|
@@ -6784,13 +6778,13 @@
|
|
6784
6778
|
}
|
6785
6779
|
},
|
6786
6780
|
"node_modules/eslint-plugin-sf-plugin": {
|
6787
|
-
"version": "1.20.
|
6788
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
6789
|
-
"integrity": "sha512-
|
6781
|
+
"version": "1.20.6",
|
6782
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.6.tgz",
|
6783
|
+
"integrity": "sha512-xC7NP68EZflEN5HlmTtoVh6ofhf0HjPGjXHkuFfwOZNDF2jGF/+4f00Gg/Qk8FYugAmqx6TVQ0BNgtdys8Em1Q==",
|
6790
6784
|
"dev": true,
|
6791
6785
|
"license": "BSD-3-Clause",
|
6792
6786
|
"dependencies": {
|
6793
|
-
"@salesforce/core": "^8.
|
6787
|
+
"@salesforce/core": "^8.5.1",
|
6794
6788
|
"@typescript-eslint/utils": "^7.18.0"
|
6795
6789
|
},
|
6796
6790
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1415,7 +1415,7 @@
|
|
1415
1415
|
"@jridgewell/resolve-uri" "^3.1.0"
|
1416
1416
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
1417
1417
|
|
1418
|
-
"@jsforce/jsforce-node@^3.4.
|
1418
|
+
"@jsforce/jsforce-node@^3.4.1":
|
1419
1419
|
version "3.4.1"
|
1420
1420
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz#36f5cba775b395eeedba676a78eafe447c3f4b28"
|
1421
1421
|
integrity sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==
|
@@ -1455,15 +1455,15 @@
|
|
1455
1455
|
fastq "^1.6.0"
|
1456
1456
|
|
1457
1457
|
"@oclif/core@^4", "@oclif/core@^4.0.19":
|
1458
|
-
version "4.0.
|
1459
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
1460
|
-
integrity sha512-
|
1458
|
+
version "4.0.22"
|
1459
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
|
1460
|
+
integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
|
1461
1461
|
dependencies:
|
1462
1462
|
ansi-escapes "^4.3.2"
|
1463
1463
|
ansis "^3.3.2"
|
1464
1464
|
clean-stack "^3.0.1"
|
1465
1465
|
cli-spinners "^2.9.2"
|
1466
|
-
debug "^4.3.
|
1466
|
+
debug "^4.3.7"
|
1467
1467
|
ejs "^3.1.10"
|
1468
1468
|
get-package-type "^0.1.0"
|
1469
1469
|
globby "^11.1.0"
|
@@ -1477,10 +1477,10 @@
|
|
1477
1477
|
wordwrap "^1.0.0"
|
1478
1478
|
wrap-ansi "^7.0.0"
|
1479
1479
|
|
1480
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1481
|
-
version "5.2.
|
1482
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1483
|
-
integrity sha512-
|
1480
|
+
"@oclif/plugin-command-snapshot@^5.2.15":
|
1481
|
+
version "5.2.15"
|
1482
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz#039e2457638d0d630a6006d67de329add6519f5f"
|
1483
|
+
integrity sha512-nRyleFoNgyy8vLGlzE1ryjmlKA8E53NFqbgHl245Qgw9LbrC7czINnnyI2rkJLxxO0puGnJ5+qlz7bLDCwbSiw==
|
1484
1484
|
dependencies:
|
1485
1485
|
"@oclif/core" "^4"
|
1486
1486
|
ansis "^3.3.2"
|
@@ -1525,29 +1525,29 @@
|
|
1525
1525
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
1526
1526
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
1527
1527
|
|
1528
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1529
|
-
version "5.3.
|
1530
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1531
|
-
integrity sha512-
|
1528
|
+
"@salesforce/cli-plugins-testkit@^5.3.30":
|
1529
|
+
version "5.3.30"
|
1530
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.30.tgz#43468c526b054f495e498a5d494ea3b56347b138"
|
1531
|
+
integrity sha512-CnmzrN9gzqIg5NnpwmCmxrq7PtrfqivpV/nDXwHQNSru6Ug6OAqNQGHziLnurzH/UxzHUuv1IL2e6E5ZVRjJoQ==
|
1532
1532
|
dependencies:
|
1533
|
-
"@salesforce/core" "^8.4
|
1533
|
+
"@salesforce/core" "^8.5.4"
|
1534
1534
|
"@salesforce/kit" "^3.2.1"
|
1535
1535
|
"@salesforce/ts-types" "^2.0.11"
|
1536
1536
|
"@types/shelljs" "^0.8.15"
|
1537
|
-
debug "^4.3.
|
1537
|
+
debug "^4.3.7"
|
1538
1538
|
jszip "^3.10.1"
|
1539
1539
|
shelljs "^0.8.4"
|
1540
1540
|
sinon "^17.0.2"
|
1541
1541
|
strip-ansi "6.0.1"
|
1542
1542
|
ts-retry-promise "^0.8.1"
|
1543
1543
|
|
1544
|
-
"@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0":
|
1545
|
-
version "8.4
|
1546
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.4.
|
1547
|
-
integrity sha512-
|
1544
|
+
"@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.4":
|
1545
|
+
version "8.5.4"
|
1546
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.4.tgz#1cdd669462d2c2859b72135d1138a1b790b1fbcc"
|
1547
|
+
integrity sha512-dO8tzFxq811qNPeKPPO2OA2KPYW5rO0YRinW/+7zmRJW3EtNpe93dsQVGwBSAAYrSbYeBwiKdliNqNTN7tKJ0A==
|
1548
1548
|
dependencies:
|
1549
|
-
"@jsforce/jsforce-node" "^3.4.
|
1550
|
-
"@salesforce/kit" "^3.
|
1549
|
+
"@jsforce/jsforce-node" "^3.4.1"
|
1550
|
+
"@salesforce/kit" "^3.2.2"
|
1551
1551
|
"@salesforce/schemas" "^1.9.0"
|
1552
1552
|
"@salesforce/ts-types" "^2.0.10"
|
1553
1553
|
ajv "^8.17.1"
|
@@ -1602,22 +1602,22 @@
|
|
1602
1602
|
typescript "^5.5.4"
|
1603
1603
|
wireit "^0.14.5"
|
1604
1604
|
|
1605
|
-
"@salesforce/kit@^3.1
|
1606
|
-
version "3.2.
|
1607
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.
|
1608
|
-
integrity sha512-
|
1605
|
+
"@salesforce/kit@^3.2.1", "@salesforce/kit@^3.2.2":
|
1606
|
+
version "3.2.2"
|
1607
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.2.tgz#2a0db472116a416cb12b510d546cb35a582d619a"
|
1608
|
+
integrity sha512-Qh+Jx65LKR3BlH+bxNBbvI4+/+/igAJ9x2iEDM3tHb3B2JCEnssPP0lw+K/zWHsdtk+OorBiKpHaC6RrjW+9fw==
|
1609
1609
|
dependencies:
|
1610
1610
|
"@salesforce/ts-types" "^2.0.12"
|
1611
1611
|
|
1612
|
-
"@salesforce/plugin-command-reference@^3.1.
|
1613
|
-
version "3.1.
|
1614
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
1615
|
-
integrity sha512-
|
1612
|
+
"@salesforce/plugin-command-reference@^3.1.21":
|
1613
|
+
version "3.1.21"
|
1614
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.21.tgz#0f6fb836921b725ad9ecf4a41a1c03e03d372f07"
|
1615
|
+
integrity sha512-Ag0ZOLUOejDvhOySvNcl2QnU+XBulUpmTWz+B7M+6XxgUeDR5j1F8UbsTFgN0KTFfTx2vwaPUkz0fjvRqMJG2g==
|
1616
1616
|
dependencies:
|
1617
1617
|
"@oclif/core" "^4"
|
1618
1618
|
"@salesforce/core" "^8.3.0"
|
1619
|
-
"@salesforce/kit" "^3.2.
|
1620
|
-
"@salesforce/sf-plugins-core" "^11.3.
|
1619
|
+
"@salesforce/kit" "^3.2.2"
|
1620
|
+
"@salesforce/sf-plugins-core" "^11.3.5"
|
1621
1621
|
"@salesforce/ts-types" "^2.0.11"
|
1622
1622
|
chalk "^5.3.0"
|
1623
1623
|
debug "^4.3.6"
|
@@ -1633,15 +1633,15 @@
|
|
1633
1633
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
1634
1634
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
1635
1635
|
|
1636
|
-
"@salesforce/sf-plugins-core@^11.3.
|
1637
|
-
version "11.3.
|
1638
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
1639
|
-
integrity sha512-
|
1636
|
+
"@salesforce/sf-plugins-core@^11.3.5", "@salesforce/sf-plugins-core@^11.3.7":
|
1637
|
+
version "11.3.7"
|
1638
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.7.tgz#2cf2d4bfff13d1900ae958bfc613f5d4957f5958"
|
1639
|
+
integrity sha512-aqOAYex3JGHUE/ECWpQuedEJXq00vJOqNr3VYF0Lp9OBAVn0AZZu10fzv+ww2hLDjA9dH782ZNqw/CiE0XKJlA==
|
1640
1640
|
dependencies:
|
1641
1641
|
"@inquirer/confirm" "^3.1.22"
|
1642
1642
|
"@inquirer/password" "^2.1.22"
|
1643
1643
|
"@oclif/core" "^4.0.19"
|
1644
|
-
"@salesforce/core" "^8.
|
1644
|
+
"@salesforce/core" "^8.5.1"
|
1645
1645
|
"@salesforce/kit" "^3.2.1"
|
1646
1646
|
"@salesforce/ts-types" "^2.0.12"
|
1647
1647
|
ansis "^3.3.2"
|
@@ -3366,12 +3366,12 @@ dateformat@^4.6.3:
|
|
3366
3366
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
|
3367
3367
|
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
|
3368
3368
|
|
3369
|
-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6:
|
3370
|
-
version "4.3.
|
3371
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.
|
3372
|
-
integrity sha512-
|
3369
|
+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7:
|
3370
|
+
version "4.3.7"
|
3371
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
|
3372
|
+
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
|
3373
3373
|
dependencies:
|
3374
|
-
ms "2.1.
|
3374
|
+
ms "^2.1.3"
|
3375
3375
|
|
3376
3376
|
debug@^3.2.7:
|
3377
3377
|
version "3.2.7"
|
@@ -3780,12 +3780,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
3780
3780
|
semver "^7.5.4"
|
3781
3781
|
spdx-expression-parse "^4.0.0"
|
3782
3782
|
|
3783
|
-
eslint-plugin-sf-plugin@^1.20.
|
3784
|
-
version "1.20.
|
3785
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
3786
|
-
integrity sha512-
|
3783
|
+
eslint-plugin-sf-plugin@^1.20.6:
|
3784
|
+
version "1.20.6"
|
3785
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.6.tgz#fe514d72537097eae05dccd6813b42fe32c1e7b1"
|
3786
|
+
integrity sha512-xC7NP68EZflEN5HlmTtoVh6ofhf0HjPGjXHkuFfwOZNDF2jGF/+4f00Gg/Qk8FYugAmqx6TVQ0BNgtdys8Em1Q==
|
3787
3787
|
dependencies:
|
3788
|
-
"@salesforce/core" "^8.
|
3788
|
+
"@salesforce/core" "^8.5.1"
|
3789
3789
|
"@typescript-eslint/utils" "^7.18.0"
|
3790
3790
|
|
3791
3791
|
eslint-plugin-unicorn@^50.0.1:
|
@@ -5682,11 +5682,6 @@ mri@^1.2.0:
|
|
5682
5682
|
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
|
5683
5683
|
integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==
|
5684
5684
|
|
5685
|
-
ms@2.1.2:
|
5686
|
-
version "2.1.2"
|
5687
|
-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
5688
|
-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
5689
|
-
|
5690
5685
|
ms@^2.1.1, ms@^2.1.3:
|
5691
5686
|
version "2.1.3"
|
5692
5687
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
package/oclif.manifest.json
CHANGED
@@ -265,6 +265,131 @@
|
|
265
265
|
"snapshot:create:org"
|
266
266
|
]
|
267
267
|
},
|
268
|
+
"org:get:snapshot": {
|
269
|
+
"aliases": [
|
270
|
+
"force:org:snapshot:get"
|
271
|
+
],
|
272
|
+
"args": {},
|
273
|
+
"deprecateAliases": true,
|
274
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
275
|
+
"examples": [
|
276
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
277
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
278
|
+
],
|
279
|
+
"flags": {
|
280
|
+
"json": {
|
281
|
+
"description": "Format output as json.",
|
282
|
+
"helpGroup": "GLOBAL",
|
283
|
+
"name": "json",
|
284
|
+
"allowNo": false,
|
285
|
+
"type": "boolean"
|
286
|
+
},
|
287
|
+
"flags-dir": {
|
288
|
+
"helpGroup": "GLOBAL",
|
289
|
+
"name": "flags-dir",
|
290
|
+
"summary": "Import flag values from a directory.",
|
291
|
+
"hasDynamicHelp": false,
|
292
|
+
"multiple": false,
|
293
|
+
"type": "option"
|
294
|
+
},
|
295
|
+
"target-dev-hub": {
|
296
|
+
"aliases": [
|
297
|
+
"targetdevhubusername"
|
298
|
+
],
|
299
|
+
"char": "v",
|
300
|
+
"deprecateAliases": true,
|
301
|
+
"name": "target-dev-hub",
|
302
|
+
"noCacheDefault": true,
|
303
|
+
"required": true,
|
304
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
305
|
+
"hasDynamicHelp": true,
|
306
|
+
"multiple": false,
|
307
|
+
"type": "option"
|
308
|
+
},
|
309
|
+
"api-version": {
|
310
|
+
"aliases": [
|
311
|
+
"apiversion"
|
312
|
+
],
|
313
|
+
"deprecateAliases": true,
|
314
|
+
"description": "Override the api version used for api requests made by this command",
|
315
|
+
"name": "api-version",
|
316
|
+
"hasDynamicHelp": false,
|
317
|
+
"multiple": false,
|
318
|
+
"type": "option"
|
319
|
+
},
|
320
|
+
"loglevel": {
|
321
|
+
"deprecated": {
|
322
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
323
|
+
},
|
324
|
+
"hidden": true,
|
325
|
+
"name": "loglevel",
|
326
|
+
"hasDynamicHelp": false,
|
327
|
+
"multiple": false,
|
328
|
+
"type": "option"
|
329
|
+
},
|
330
|
+
"snapshot": {
|
331
|
+
"char": "s",
|
332
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
333
|
+
"name": "snapshot",
|
334
|
+
"required": true,
|
335
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
336
|
+
"hasDynamicHelp": false,
|
337
|
+
"multiple": false,
|
338
|
+
"type": "option"
|
339
|
+
}
|
340
|
+
},
|
341
|
+
"hasDynamicHelp": true,
|
342
|
+
"hiddenAliases": [],
|
343
|
+
"id": "org:get:snapshot",
|
344
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
345
|
+
"pluginName": "@salesforce/plugin-signups",
|
346
|
+
"pluginType": "core",
|
347
|
+
"strict": true,
|
348
|
+
"summary": "Get details about a scratch org snapshot.",
|
349
|
+
"enableJsonFlag": true,
|
350
|
+
"isESM": true,
|
351
|
+
"relativePath": [
|
352
|
+
"lib",
|
353
|
+
"commands",
|
354
|
+
"org",
|
355
|
+
"get",
|
356
|
+
"snapshot.js"
|
357
|
+
],
|
358
|
+
"aliasPermutations": [
|
359
|
+
"force:org:snapshot:get",
|
360
|
+
"org:force:snapshot:get",
|
361
|
+
"org:snapshot:force:get",
|
362
|
+
"org:snapshot:get:force",
|
363
|
+
"force:snapshot:org:get",
|
364
|
+
"snapshot:force:org:get",
|
365
|
+
"snapshot:org:force:get",
|
366
|
+
"snapshot:org:get:force",
|
367
|
+
"force:snapshot:get:org",
|
368
|
+
"snapshot:force:get:org",
|
369
|
+
"snapshot:get:force:org",
|
370
|
+
"snapshot:get:org:force",
|
371
|
+
"force:org:get:snapshot",
|
372
|
+
"org:force:get:snapshot",
|
373
|
+
"org:get:force:snapshot",
|
374
|
+
"org:get:snapshot:force",
|
375
|
+
"force:get:org:snapshot",
|
376
|
+
"get:force:org:snapshot",
|
377
|
+
"get:org:force:snapshot",
|
378
|
+
"get:org:snapshot:force",
|
379
|
+
"force:get:snapshot:org",
|
380
|
+
"get:force:snapshot:org",
|
381
|
+
"get:snapshot:force:org",
|
382
|
+
"get:snapshot:org:force"
|
383
|
+
],
|
384
|
+
"permutations": [
|
385
|
+
"org:get:snapshot",
|
386
|
+
"get:org:snapshot",
|
387
|
+
"get:snapshot:org",
|
388
|
+
"org:snapshot:get",
|
389
|
+
"snapshot:org:get",
|
390
|
+
"snapshot:get:org"
|
391
|
+
]
|
392
|
+
},
|
268
393
|
"org:delete:shape": {
|
269
394
|
"aliases": [
|
270
395
|
"force:org:shape:delete"
|
@@ -735,132 +860,7 @@
|
|
735
860
|
"snapshot:org:list",
|
736
861
|
"snapshot:list:org"
|
737
862
|
]
|
738
|
-
},
|
739
|
-
"org:get:snapshot": {
|
740
|
-
"aliases": [
|
741
|
-
"force:org:snapshot:get"
|
742
|
-
],
|
743
|
-
"args": {},
|
744
|
-
"deprecateAliases": true,
|
745
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
746
|
-
"examples": [
|
747
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
748
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
749
|
-
],
|
750
|
-
"flags": {
|
751
|
-
"json": {
|
752
|
-
"description": "Format output as json.",
|
753
|
-
"helpGroup": "GLOBAL",
|
754
|
-
"name": "json",
|
755
|
-
"allowNo": false,
|
756
|
-
"type": "boolean"
|
757
|
-
},
|
758
|
-
"flags-dir": {
|
759
|
-
"helpGroup": "GLOBAL",
|
760
|
-
"name": "flags-dir",
|
761
|
-
"summary": "Import flag values from a directory.",
|
762
|
-
"hasDynamicHelp": false,
|
763
|
-
"multiple": false,
|
764
|
-
"type": "option"
|
765
|
-
},
|
766
|
-
"target-dev-hub": {
|
767
|
-
"aliases": [
|
768
|
-
"targetdevhubusername"
|
769
|
-
],
|
770
|
-
"char": "v",
|
771
|
-
"deprecateAliases": true,
|
772
|
-
"name": "target-dev-hub",
|
773
|
-
"noCacheDefault": true,
|
774
|
-
"required": true,
|
775
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
776
|
-
"hasDynamicHelp": true,
|
777
|
-
"multiple": false,
|
778
|
-
"type": "option"
|
779
|
-
},
|
780
|
-
"api-version": {
|
781
|
-
"aliases": [
|
782
|
-
"apiversion"
|
783
|
-
],
|
784
|
-
"deprecateAliases": true,
|
785
|
-
"description": "Override the api version used for api requests made by this command",
|
786
|
-
"name": "api-version",
|
787
|
-
"hasDynamicHelp": false,
|
788
|
-
"multiple": false,
|
789
|
-
"type": "option"
|
790
|
-
},
|
791
|
-
"loglevel": {
|
792
|
-
"deprecated": {
|
793
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
794
|
-
},
|
795
|
-
"hidden": true,
|
796
|
-
"name": "loglevel",
|
797
|
-
"hasDynamicHelp": false,
|
798
|
-
"multiple": false,
|
799
|
-
"type": "option"
|
800
|
-
},
|
801
|
-
"snapshot": {
|
802
|
-
"char": "s",
|
803
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
804
|
-
"name": "snapshot",
|
805
|
-
"required": true,
|
806
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
807
|
-
"hasDynamicHelp": false,
|
808
|
-
"multiple": false,
|
809
|
-
"type": "option"
|
810
|
-
}
|
811
|
-
},
|
812
|
-
"hasDynamicHelp": true,
|
813
|
-
"hiddenAliases": [],
|
814
|
-
"id": "org:get:snapshot",
|
815
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
816
|
-
"pluginName": "@salesforce/plugin-signups",
|
817
|
-
"pluginType": "core",
|
818
|
-
"strict": true,
|
819
|
-
"summary": "Get details about a scratch org snapshot.",
|
820
|
-
"enableJsonFlag": true,
|
821
|
-
"isESM": true,
|
822
|
-
"relativePath": [
|
823
|
-
"lib",
|
824
|
-
"commands",
|
825
|
-
"org",
|
826
|
-
"get",
|
827
|
-
"snapshot.js"
|
828
|
-
],
|
829
|
-
"aliasPermutations": [
|
830
|
-
"force:org:snapshot:get",
|
831
|
-
"org:force:snapshot:get",
|
832
|
-
"org:snapshot:force:get",
|
833
|
-
"org:snapshot:get:force",
|
834
|
-
"force:snapshot:org:get",
|
835
|
-
"snapshot:force:org:get",
|
836
|
-
"snapshot:org:force:get",
|
837
|
-
"snapshot:org:get:force",
|
838
|
-
"force:snapshot:get:org",
|
839
|
-
"snapshot:force:get:org",
|
840
|
-
"snapshot:get:force:org",
|
841
|
-
"snapshot:get:org:force",
|
842
|
-
"force:org:get:snapshot",
|
843
|
-
"org:force:get:snapshot",
|
844
|
-
"org:get:force:snapshot",
|
845
|
-
"org:get:snapshot:force",
|
846
|
-
"force:get:org:snapshot",
|
847
|
-
"get:force:org:snapshot",
|
848
|
-
"get:org:force:snapshot",
|
849
|
-
"get:org:snapshot:force",
|
850
|
-
"force:get:snapshot:org",
|
851
|
-
"get:force:snapshot:org",
|
852
|
-
"get:snapshot:force:org",
|
853
|
-
"get:snapshot:org:force"
|
854
|
-
],
|
855
|
-
"permutations": [
|
856
|
-
"org:get:snapshot",
|
857
|
-
"get:org:snapshot",
|
858
|
-
"get:snapshot:org",
|
859
|
-
"org:snapshot:get",
|
860
|
-
"snapshot:org:get",
|
861
|
-
"snapshot:get:org"
|
862
|
-
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.5.
|
865
|
+
"version": "2.5.15"
|
866
866
|
}
|
package/package.json
CHANGED
@@ -1,27 +1,27 @@
|
|
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.15",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
9
|
"@salesforce/core": "^8.4.0",
|
10
10
|
"@salesforce/kit": "^3.2.1",
|
11
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
11
|
+
"@salesforce/sf-plugins-core": "^11.3.7",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.2.15",
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.30",
|
17
17
|
"@salesforce/dev-scripts": "^10.2.10",
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.21",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.5.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.6",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
26
|
"oclif": "^4.14.27",
|
27
27
|
"ts-node": "^10.9.2",
|
@@ -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.15.crt",
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.5.15.sig"
|
224
224
|
}
|
225
225
|
}
|