@salesforce/plugin-signups 2.6.63 → 2.6.64
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 +14 -14
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.6.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.64/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.6.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.64/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.6.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.64/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.6.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.64/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.6.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.64/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.6.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.64/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.6.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.64/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.6.
|
|
3
|
+
"version": "2.6.64",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.6.
|
|
9
|
+
"version": "2.6.64",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -3594,9 +3594,9 @@
|
|
|
3594
3594
|
}
|
|
3595
3595
|
},
|
|
3596
3596
|
"node_modules/@oclif/core": {
|
|
3597
|
-
"version": "4.10.
|
|
3598
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3599
|
-
"integrity": "sha512-
|
|
3597
|
+
"version": "4.10.5",
|
|
3598
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
3599
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
3600
3600
|
"license": "MIT",
|
|
3601
3601
|
"dependencies": {
|
|
3602
3602
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3609,7 +3609,7 @@
|
|
|
3609
3609
|
"indent-string": "^4.0.0",
|
|
3610
3610
|
"is-wsl": "^2.2.0",
|
|
3611
3611
|
"lilconfig": "^3.1.3",
|
|
3612
|
-
"minimatch": "^10.2.
|
|
3612
|
+
"minimatch": "^10.2.5",
|
|
3613
3613
|
"semver": "^7.7.3",
|
|
3614
3614
|
"string-width": "^4.2.3",
|
|
3615
3615
|
"supports-color": "^8",
|
|
@@ -3644,12 +3644,12 @@
|
|
|
3644
3644
|
}
|
|
3645
3645
|
},
|
|
3646
3646
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3647
|
-
"version": "10.2.
|
|
3648
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
3649
|
-
"integrity": "sha512-
|
|
3647
|
+
"version": "10.2.5",
|
|
3648
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3649
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3650
3650
|
"license": "BlueOak-1.0.0",
|
|
3651
3651
|
"dependencies": {
|
|
3652
|
-
"brace-expansion": "^5.0.
|
|
3652
|
+
"brace-expansion": "^5.0.5"
|
|
3653
3653
|
},
|
|
3654
3654
|
"engines": {
|
|
3655
3655
|
"node": "18 || 20 || >=22"
|
|
@@ -12251,13 +12251,13 @@
|
|
|
12251
12251
|
}
|
|
12252
12252
|
},
|
|
12253
12253
|
"node_modules/oclif/node_modules/minimatch": {
|
|
12254
|
-
"version": "10.2.
|
|
12255
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
12256
|
-
"integrity": "sha512-
|
|
12254
|
+
"version": "10.2.5",
|
|
12255
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
12256
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
12257
12257
|
"dev": true,
|
|
12258
12258
|
"license": "BlueOak-1.0.0",
|
|
12259
12259
|
"dependencies": {
|
|
12260
|
-
"brace-expansion": "^5.0.
|
|
12260
|
+
"brace-expansion": "^5.0.5"
|
|
12261
12261
|
},
|
|
12262
12262
|
"engines": {
|
|
12263
12263
|
"node": "18 || 20 || >=22"
|
package/oclif.lock
CHANGED
|
@@ -1417,9 +1417,9 @@
|
|
|
1417
1417
|
wrap-ansi "^7.0.0"
|
|
1418
1418
|
|
|
1419
1419
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2":
|
|
1420
|
-
version "4.10.
|
|
1421
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1422
|
-
integrity sha512-
|
|
1420
|
+
version "4.10.5"
|
|
1421
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
|
|
1422
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1423
1423
|
dependencies:
|
|
1424
1424
|
ansi-escapes "^4.3.2"
|
|
1425
1425
|
ansis "^3.17.0"
|
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
indent-string "^4.0.0"
|
|
1432
1432
|
is-wsl "^2.2.0"
|
|
1433
1433
|
lilconfig "^3.1.3"
|
|
1434
|
-
minimatch "^10.2.
|
|
1434
|
+
minimatch "^10.2.5"
|
|
1435
1435
|
semver "^7.7.3"
|
|
1436
1436
|
string-width "^4.2.3"
|
|
1437
1437
|
supports-color "^8"
|
|
@@ -2900,7 +2900,7 @@ brace-expansion@^4.0.0:
|
|
|
2900
2900
|
dependencies:
|
|
2901
2901
|
balanced-match "^3.0.0"
|
|
2902
2902
|
|
|
2903
|
-
brace-expansion@^5.0.
|
|
2903
|
+
brace-expansion@^5.0.5:
|
|
2904
2904
|
version "5.0.5"
|
|
2905
2905
|
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
|
|
2906
2906
|
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
@@ -5873,12 +5873,12 @@ minimatch@9.0.3:
|
|
|
5873
5873
|
dependencies:
|
|
5874
5874
|
brace-expansion "^2.0.1"
|
|
5875
5875
|
|
|
5876
|
-
minimatch@^10.2.4:
|
|
5877
|
-
version "10.2.
|
|
5878
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.
|
|
5879
|
-
integrity sha512-
|
|
5876
|
+
minimatch@^10.2.4, minimatch@^10.2.5:
|
|
5877
|
+
version "10.2.5"
|
|
5878
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
5879
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
5880
5880
|
dependencies:
|
|
5881
|
-
brace-expansion "^5.0.
|
|
5881
|
+
brace-expansion "^5.0.5"
|
|
5882
5882
|
|
|
5883
5883
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
5884
5884
|
version "3.1.2"
|
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.6.
|
|
4
|
+
"version": "2.6.64",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"exports": "./lib/index.js",
|
|
221
221
|
"type": "module",
|
|
222
222
|
"sfdx": {
|
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.64.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.64.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|