@salesforce/plugin-signups 2.6.4 → 2.6.6
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 +15 -15
- package/oclif.lock +14 -14
- 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.6/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.6/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.6/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.6/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.6/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.6/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.6/src/commands/org/list/snapshot.ts)_
|
|
390
390
|
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.6",
|
|
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.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.8.0",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.36",
|
|
21
21
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.34",
|
|
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",
|
|
@@ -3696,9 +3696,9 @@
|
|
|
3696
3696
|
}
|
|
3697
3697
|
},
|
|
3698
3698
|
"node_modules/@salesforce/core": {
|
|
3699
|
-
"version": "8.
|
|
3700
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
3701
|
-
"integrity": "sha512-
|
|
3699
|
+
"version": "8.8.0",
|
|
3700
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz",
|
|
3701
|
+
"integrity": "sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==",
|
|
3702
3702
|
"license": "BSD-3-Clause",
|
|
3703
3703
|
"dependencies": {
|
|
3704
3704
|
"@jsforce/jsforce-node": "^3.6.1",
|
|
@@ -3841,9 +3841,9 @@
|
|
|
3841
3841
|
}
|
|
3842
3842
|
},
|
|
3843
3843
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3844
|
-
"version": "3.1.
|
|
3845
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3846
|
-
"integrity": "sha512-
|
|
3844
|
+
"version": "3.1.34",
|
|
3845
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.34.tgz",
|
|
3846
|
+
"integrity": "sha512-HMVd7IIRPqbbM0M/N5lL25gb1DqG/K9TwD88x2RLY8KFQaM4Kk0/bCUmzmAToNMkxKadL5f/y6qc8AGvL6Igdw==",
|
|
3847
3847
|
"dev": true,
|
|
3848
3848
|
"license": "BSD-3-Clause",
|
|
3849
3849
|
"dependencies": {
|
|
@@ -3965,14 +3965,14 @@
|
|
|
3965
3965
|
"license": "ISC"
|
|
3966
3966
|
},
|
|
3967
3967
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3968
|
-
"version": "12.0.
|
|
3969
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
3970
|
-
"integrity": "sha512-
|
|
3968
|
+
"version": "12.0.13",
|
|
3969
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.13.tgz",
|
|
3970
|
+
"integrity": "sha512-ze13xyK8RisH2//1iXhG63lmtwzJCKVcy2WMjYs9WR1XRxuQe8vn1kyluYc8ZQEbl+HcNnVi5JuIDIvbCTHuFg==",
|
|
3971
3971
|
"license": "BSD-3-Clause",
|
|
3972
3972
|
"dependencies": {
|
|
3973
3973
|
"@inquirer/confirm": "^3.1.22",
|
|
3974
3974
|
"@inquirer/password": "^2.2.0",
|
|
3975
|
-
"@oclif/core": "^4.0.
|
|
3975
|
+
"@oclif/core": "^4.0.32",
|
|
3976
3976
|
"@oclif/table": "^0.3.2",
|
|
3977
3977
|
"@salesforce/core": "^8.5.1",
|
|
3978
3978
|
"@salesforce/kit": "^3.2.3",
|
package/oclif.lock
CHANGED
|
@@ -1387,7 +1387,7 @@
|
|
|
1387
1387
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1388
1388
|
fastq "^1.6.0"
|
|
1389
1389
|
|
|
1390
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31":
|
|
1390
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32":
|
|
1391
1391
|
version "4.0.33"
|
|
1392
1392
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b"
|
|
1393
1393
|
integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
|
|
@@ -1513,10 +1513,10 @@
|
|
|
1513
1513
|
strip-ansi "6.0.1"
|
|
1514
1514
|
ts-retry-promise "^0.8.1"
|
|
1515
1515
|
|
|
1516
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4":
|
|
1517
|
-
version "8.
|
|
1518
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1519
|
-
integrity sha512-
|
|
1516
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
|
|
1517
|
+
version "8.8.0"
|
|
1518
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
|
|
1519
|
+
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
|
1520
1520
|
dependencies:
|
|
1521
1521
|
"@jsforce/jsforce-node" "^3.6.1"
|
|
1522
1522
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1581,10 +1581,10 @@
|
|
|
1581
1581
|
dependencies:
|
|
1582
1582
|
"@salesforce/ts-types" "^2.0.12"
|
|
1583
1583
|
|
|
1584
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1585
|
-
version "3.1.
|
|
1586
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1587
|
-
integrity sha512-
|
|
1584
|
+
"@salesforce/plugin-command-reference@^3.1.34":
|
|
1585
|
+
version "3.1.34"
|
|
1586
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.34.tgz#f9ca1e0fa5ec8abf775987fb51e5c7094f9f8c04"
|
|
1587
|
+
integrity sha512-HMVd7IIRPqbbM0M/N5lL25gb1DqG/K9TwD88x2RLY8KFQaM4Kk0/bCUmzmAToNMkxKadL5f/y6qc8AGvL6Igdw==
|
|
1588
1588
|
dependencies:
|
|
1589
1589
|
"@oclif/core" "^4"
|
|
1590
1590
|
"@salesforce/core" "^8.6.4"
|
|
@@ -1623,14 +1623,14 @@
|
|
|
1623
1623
|
string-width "^7.2.0"
|
|
1624
1624
|
terminal-link "^3.0.0"
|
|
1625
1625
|
|
|
1626
|
-
"@salesforce/sf-plugins-core@^12.0.
|
|
1627
|
-
version "12.0.
|
|
1628
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
|
1629
|
-
integrity sha512-
|
|
1626
|
+
"@salesforce/sf-plugins-core@^12.0.13":
|
|
1627
|
+
version "12.0.13"
|
|
1628
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.13.tgz#29bb68e8876dbd248fddb0ef6c9d340b748c87f4"
|
|
1629
|
+
integrity sha512-ze13xyK8RisH2//1iXhG63lmtwzJCKVcy2WMjYs9WR1XRxuQe8vn1kyluYc8ZQEbl+HcNnVi5JuIDIvbCTHuFg==
|
|
1630
1630
|
dependencies:
|
|
1631
1631
|
"@inquirer/confirm" "^3.1.22"
|
|
1632
1632
|
"@inquirer/password" "^2.2.0"
|
|
1633
|
-
"@oclif/core" "^4.0.
|
|
1633
|
+
"@oclif/core" "^4.0.32"
|
|
1634
1634
|
"@oclif/table" "^0.3.2"
|
|
1635
1635
|
"@salesforce/core" "^8.5.1"
|
|
1636
1636
|
"@salesforce/kit" "^3.2.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
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.6",
|
|
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.8.0",
|
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.22",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.36",
|
|
17
17
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.34",
|
|
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",
|
|
@@ -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.6.
|
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.6.crt",
|
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.6.sig"
|
|
224
224
|
}
|
|
225
225
|
}
|