@salesforce/plugin-signups 2.6.64 → 2.6.66
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 +21 -21
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.66/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.66/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.66/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.66/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.66/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.66/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.66/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.6.
|
|
3
|
+
"version": "2.6.66",
|
|
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.66",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.28.
|
|
13
|
+
"@salesforce/core": "^8.28.4",
|
|
14
14
|
"@salesforce/kit": "^3.2.6",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.92",
|
|
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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"chai-string": "^1.6.0",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
|
30
|
-
"oclif": "^4.
|
|
30
|
+
"oclif": "^4.23.0",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.5.4"
|
|
33
33
|
},
|
|
@@ -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.6",
|
|
3598
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.6.tgz",
|
|
3599
|
+
"integrity": "sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==",
|
|
3600
3600
|
"license": "MIT",
|
|
3601
3601
|
"dependencies": {
|
|
3602
3602
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4056,9 +4056,9 @@
|
|
|
4056
4056
|
}
|
|
4057
4057
|
},
|
|
4058
4058
|
"node_modules/@salesforce/core": {
|
|
4059
|
-
"version": "8.28.
|
|
4060
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.
|
|
4061
|
-
"integrity": "sha512-
|
|
4059
|
+
"version": "8.28.4",
|
|
4060
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.4.tgz",
|
|
4061
|
+
"integrity": "sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==",
|
|
4062
4062
|
"license": "BSD-3-Clause",
|
|
4063
4063
|
"dependencies": {
|
|
4064
4064
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4255,14 +4255,14 @@
|
|
|
4255
4255
|
}
|
|
4256
4256
|
},
|
|
4257
4257
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4258
|
-
"version": "3.1.
|
|
4259
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4260
|
-
"integrity": "sha512-
|
|
4258
|
+
"version": "3.1.92",
|
|
4259
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz",
|
|
4260
|
+
"integrity": "sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==",
|
|
4261
4261
|
"dev": true,
|
|
4262
4262
|
"license": "Apache-2.0",
|
|
4263
4263
|
"dependencies": {
|
|
4264
4264
|
"@oclif/core": "^4",
|
|
4265
|
-
"@salesforce/core": "^8.28.
|
|
4265
|
+
"@salesforce/core": "^8.28.3",
|
|
4266
4266
|
"@salesforce/kit": "^3.2.6",
|
|
4267
4267
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4268
4268
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -11088,9 +11088,9 @@
|
|
|
11088
11088
|
}
|
|
11089
11089
|
},
|
|
11090
11090
|
"node_modules/lodash": {
|
|
11091
|
-
"version": "4.
|
|
11092
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
11093
|
-
"integrity": "sha512-
|
|
11091
|
+
"version": "4.18.1",
|
|
11092
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
11093
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
11094
11094
|
"license": "MIT"
|
|
11095
11095
|
},
|
|
11096
11096
|
"node_modules/lodash.camelcase": {
|
|
@@ -12125,9 +12125,9 @@
|
|
|
12125
12125
|
}
|
|
12126
12126
|
},
|
|
12127
12127
|
"node_modules/oclif": {
|
|
12128
|
-
"version": "4.
|
|
12129
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
12130
|
-
"integrity": "sha512-
|
|
12128
|
+
"version": "4.23.0",
|
|
12129
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
12130
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
12131
12131
|
"dev": true,
|
|
12132
12132
|
"license": "MIT",
|
|
12133
12133
|
"dependencies": {
|
|
@@ -12149,7 +12149,7 @@
|
|
|
12149
12149
|
"fs-extra": "^8.1",
|
|
12150
12150
|
"github-slugger": "^2",
|
|
12151
12151
|
"got": "^13",
|
|
12152
|
-
"lodash": "^4.
|
|
12152
|
+
"lodash": "^4.18.1",
|
|
12153
12153
|
"normalize-package-data": "^6",
|
|
12154
12154
|
"semver": "^7.7.4",
|
|
12155
12155
|
"sort-package-json": "^2.15.1",
|
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.6"
|
|
1421
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.6.tgz#233d66284d8c7c8162c9d437754503734069dd85"
|
|
1422
|
+
integrity sha512-ySCOYnPKZE3KACT1V9It99hWG9b8E5MpagbRdWxPNRO3beMqmbr4SLUQoFtZ9XRtW++kks1ZVwZOdpnR8rpb9A==
|
|
1423
1423
|
dependencies:
|
|
1424
1424
|
ansi-escapes "^4.3.2"
|
|
1425
1425
|
ansis "^3.17.0"
|
|
@@ -1541,10 +1541,10 @@
|
|
|
1541
1541
|
strip-ansi "6.0.1"
|
|
1542
1542
|
ts-retry-promise "^0.8.1"
|
|
1543
1543
|
|
|
1544
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.5.1":
|
|
1545
|
-
version "8.28.
|
|
1546
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.
|
|
1547
|
-
integrity sha512-
|
|
1544
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.5.1":
|
|
1545
|
+
version "8.28.4"
|
|
1546
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.4.tgz#98920d62c2b2a7fa025af38c74bdf6687d91b0a8"
|
|
1547
|
+
integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
|
|
1548
1548
|
dependencies:
|
|
1549
1549
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1550
1550
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1610,13 +1610,13 @@
|
|
|
1610
1610
|
dependencies:
|
|
1611
1611
|
"@salesforce/ts-types" "^2.0.12"
|
|
1612
1612
|
|
|
1613
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1614
|
-
version "3.1.
|
|
1615
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1616
|
-
integrity sha512-
|
|
1613
|
+
"@salesforce/plugin-command-reference@^3.1.92":
|
|
1614
|
+
version "3.1.92"
|
|
1615
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.92.tgz#21dd4929b9abb0a7df30cfce619d8b1afcd373dc"
|
|
1616
|
+
integrity sha512-OHscY8d1ZD1MsbdGHxRC0+6duSVuYUjCDGARU24jhU6hPfHkQtoIGIJ1PKQ3pqeboOTxmK/YgakUq0Scs9tdxg==
|
|
1617
1617
|
dependencies:
|
|
1618
1618
|
"@oclif/core" "^4"
|
|
1619
|
-
"@salesforce/core" "^8.28.
|
|
1619
|
+
"@salesforce/core" "^8.28.3"
|
|
1620
1620
|
"@salesforce/kit" "^3.2.6"
|
|
1621
1621
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1622
1622
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -5665,10 +5665,10 @@ lodash.upperfirst@^4.3.1:
|
|
|
5665
5665
|
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
|
|
5666
5666
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
5667
5667
|
|
|
5668
|
-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.23:
|
|
5669
|
-
version "4.
|
|
5670
|
-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.
|
|
5671
|
-
integrity sha512-
|
|
5668
|
+
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
|
|
5669
|
+
version "4.18.1"
|
|
5670
|
+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
5671
|
+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
5672
5672
|
|
|
5673
5673
|
log-symbols@^4.1.0:
|
|
5674
5674
|
version "4.1.0"
|
|
@@ -6176,10 +6176,10 @@ object.values@^1.1.7:
|
|
|
6176
6176
|
define-properties "^1.2.0"
|
|
6177
6177
|
es-abstract "^1.22.1"
|
|
6178
6178
|
|
|
6179
|
-
oclif@^4.
|
|
6180
|
-
version "4.
|
|
6181
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6182
|
-
integrity sha512-
|
|
6179
|
+
oclif@^4.23.0:
|
|
6180
|
+
version "4.23.0"
|
|
6181
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.0.tgz#217af04e05bdc26e4bd856597fa342983775329a"
|
|
6182
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
6183
6183
|
dependencies:
|
|
6184
6184
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
6185
6185
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -6199,7 +6199,7 @@ oclif@^4.22.96:
|
|
|
6199
6199
|
fs-extra "^8.1"
|
|
6200
6200
|
github-slugger "^2"
|
|
6201
6201
|
got "^13"
|
|
6202
|
-
lodash "^4.
|
|
6202
|
+
lodash "^4.18.1"
|
|
6203
6203
|
normalize-package-data "^6"
|
|
6204
6204
|
semver "^7.7.4"
|
|
6205
6205
|
sort-package-json "^2.15.1"
|
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.6.
|
|
4
|
+
"version": "2.6.66",
|
|
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.28.
|
|
9
|
+
"@salesforce/core": "^8.28.4",
|
|
10
10
|
"@salesforce/kit": "^3.2.6",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.92",
|
|
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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"chai-string": "^1.6.0",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
|
26
|
-
"oclif": "^4.
|
|
26
|
+
"oclif": "^4.23.0",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
28
|
"typescript": "^5.5.4"
|
|
29
29
|
},
|
|
@@ -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.66.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.66.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|