@salesforce/plugin-signups 2.6.76 → 2.6.78
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 +12 -12
- package/oclif.manifest.json +8 -8
- 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.78/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.78/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.78/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.78/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.78/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.78/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.78/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.78",
|
|
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.78",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.32.2",
|
|
14
14
|
"@salesforce/kit": "^3.2.6",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.3.30",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.117",
|
|
@@ -3483,9 +3483,9 @@
|
|
|
3483
3483
|
}
|
|
3484
3484
|
},
|
|
3485
3485
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3486
|
-
"version": "5.3.
|
|
3487
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3488
|
-
"integrity": "sha512-
|
|
3486
|
+
"version": "5.3.30",
|
|
3487
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.30.tgz",
|
|
3488
|
+
"integrity": "sha512-DyRRsNNlCs15vxoGQ1CcyP9Kkt+JGMg+Axovyd4Eutkg6Z/Q55HrIvxAT6shjIkWoFH44cqcDrhCGCA/7EFsLQ==",
|
|
3489
3489
|
"dev": true,
|
|
3490
3490
|
"license": "MIT",
|
|
3491
3491
|
"dependencies": {
|
|
@@ -3906,9 +3906,9 @@
|
|
|
3906
3906
|
}
|
|
3907
3907
|
},
|
|
3908
3908
|
"node_modules/@salesforce/core": {
|
|
3909
|
-
"version": "8.
|
|
3910
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3911
|
-
"integrity": "sha512-
|
|
3909
|
+
"version": "8.32.2",
|
|
3910
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.2.tgz",
|
|
3911
|
+
"integrity": "sha512-IenGtnr68o1Pg8WDA5XUDeuqTmdCbAyLCAU1hdbIcqM3kyEfvyaHgou0/KfEx6EokCxJ4MZFJ6MmjL8dY53XGQ==",
|
|
3912
3912
|
"license": "BSD-3-Clause",
|
|
3913
3913
|
"dependencies": {
|
|
3914
3914
|
"@jsforce/jsforce-node": "^3.10.17",
|
|
@@ -4145,9 +4145,9 @@
|
|
|
4145
4145
|
"license": "BSD-3-Clause"
|
|
4146
4146
|
},
|
|
4147
4147
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4148
|
-
"version": "12.2.
|
|
4149
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
4150
|
-
"integrity": "sha512
|
|
4148
|
+
"version": "12.2.26",
|
|
4149
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz",
|
|
4150
|
+
"integrity": "sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==",
|
|
4151
4151
|
"license": "Apache-2.0",
|
|
4152
4152
|
"dependencies": {
|
|
4153
4153
|
"@inquirer/confirm": "^6.1.1",
|
package/oclif.lock
CHANGED
|
@@ -1359,10 +1359,10 @@
|
|
|
1359
1359
|
wordwrap "^1.0.0"
|
|
1360
1360
|
wrap-ansi "^7.0.0"
|
|
1361
1361
|
|
|
1362
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1363
|
-
version "5.3.
|
|
1364
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1365
|
-
integrity sha512-
|
|
1362
|
+
"@oclif/plugin-command-snapshot@^5.3.30":
|
|
1363
|
+
version "5.3.30"
|
|
1364
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.30.tgz#0353f303d7bbfd8461833693f160288868c4bbb3"
|
|
1365
|
+
integrity sha512-DyRRsNNlCs15vxoGQ1CcyP9Kkt+JGMg+Axovyd4Eutkg6Z/Q55HrIvxAT6shjIkWoFH44cqcDrhCGCA/7EFsLQ==
|
|
1366
1366
|
dependencies:
|
|
1367
1367
|
"@oclif/core" "^4"
|
|
1368
1368
|
ansis "^3.17.0"
|
|
@@ -1461,10 +1461,10 @@
|
|
|
1461
1461
|
strip-ansi "6.0.1"
|
|
1462
1462
|
ts-retry-promise "^0.8.1"
|
|
1463
1463
|
|
|
1464
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.
|
|
1465
|
-
version "8.
|
|
1466
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1467
|
-
integrity sha512-
|
|
1464
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.2":
|
|
1465
|
+
version "8.32.2"
|
|
1466
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.2.tgz#faa4d7525cebb7c46e6b576d6fb4c0624592d779"
|
|
1467
|
+
integrity sha512-IenGtnr68o1Pg8WDA5XUDeuqTmdCbAyLCAU1hdbIcqM3kyEfvyaHgou0/KfEx6EokCxJ4MZFJ6MmjL8dY53XGQ==
|
|
1468
1468
|
dependencies:
|
|
1469
1469
|
"@jsforce/jsforce-node" "^3.10.17"
|
|
1470
1470
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1549,10 +1549,10 @@
|
|
|
1549
1549
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1550
1550
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1551
1551
|
|
|
1552
|
-
"@salesforce/sf-plugins-core@^12.2.25":
|
|
1553
|
-
version "12.2.
|
|
1554
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1555
|
-
integrity sha512
|
|
1552
|
+
"@salesforce/sf-plugins-core@^12.2.25", "@salesforce/sf-plugins-core@^12.2.26":
|
|
1553
|
+
version "12.2.26"
|
|
1554
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz#5a6c71e3abd21c8b241120e8fc8ae9c97df81684"
|
|
1555
|
+
integrity sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==
|
|
1556
1556
|
dependencies:
|
|
1557
1557
|
"@inquirer/confirm" "^6.1.1"
|
|
1558
1558
|
"@inquirer/password" "^5.1.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"loglevel": {
|
|
56
56
|
"deprecated": {
|
|
57
|
-
"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 `
|
|
57
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
58
58
|
},
|
|
59
59
|
"hidden": true,
|
|
60
60
|
"name": "loglevel",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
},
|
|
170
170
|
"loglevel": {
|
|
171
171
|
"deprecated": {
|
|
172
|
-
"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 `
|
|
172
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
173
173
|
},
|
|
174
174
|
"hidden": true,
|
|
175
175
|
"name": "loglevel",
|
|
@@ -320,7 +320,7 @@
|
|
|
320
320
|
},
|
|
321
321
|
"loglevel": {
|
|
322
322
|
"deprecated": {
|
|
323
|
-
"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 `
|
|
323
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
324
324
|
},
|
|
325
325
|
"hidden": true,
|
|
326
326
|
"name": "loglevel",
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
},
|
|
447
447
|
"loglevel": {
|
|
448
448
|
"deprecated": {
|
|
449
|
-
"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 `
|
|
449
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
450
450
|
},
|
|
451
451
|
"hidden": true,
|
|
452
452
|
"name": "loglevel",
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
},
|
|
579
579
|
"loglevel": {
|
|
580
580
|
"deprecated": {
|
|
581
|
-
"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 `
|
|
581
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
582
582
|
},
|
|
583
583
|
"hidden": true,
|
|
584
584
|
"name": "loglevel",
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
},
|
|
686
686
|
"loglevel": {
|
|
687
687
|
"deprecated": {
|
|
688
|
-
"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 `
|
|
688
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
689
689
|
},
|
|
690
690
|
"hidden": true,
|
|
691
691
|
"name": "loglevel",
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
},
|
|
801
801
|
"loglevel": {
|
|
802
802
|
"deprecated": {
|
|
803
|
-
"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 `
|
|
803
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
804
804
|
},
|
|
805
805
|
"hidden": true,
|
|
806
806
|
"name": "loglevel",
|
|
@@ -862,5 +862,5 @@
|
|
|
862
862
|
]
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
|
-
"version": "2.6.
|
|
865
|
+
"version": "2.6.78"
|
|
866
866
|
}
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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.78",
|
|
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.32.2",
|
|
10
10
|
"@salesforce/kit": "^3.2.6",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.30",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.117",
|
|
@@ -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.78.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.78.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|