@salesforce/plugin-signups 2.6.26 → 2.6.28
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 +21 -21
- package/oclif.lock +20 -20
- package/oclif.manifest.json +364 -364
- package/package.json +7 -7
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.28/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.28/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.28/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.28/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.28/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.28/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.28/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.28",
|
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.28",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.
|
13
|
+
"@salesforce/core": "^8.11.0",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
15
|
+
"@salesforce/sf-plugins-core": "^12.2.2",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
21
21
|
"@salesforce/dev-scripts": "^11.0.2",
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.52",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@types/chai-string": "^1.4.5",
|
26
26
|
"chai-as-promised": "7.1.2",
|
27
27
|
"chai-string": "^1.6.0",
|
28
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
28
|
+
"eslint-plugin-sf-plugin": "^1.20.23",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
30
|
"oclif": "^4.17.46",
|
31
31
|
"ts-node": "^10.9.2",
|
@@ -3862,9 +3862,9 @@
|
|
3862
3862
|
}
|
3863
3863
|
},
|
3864
3864
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3865
|
-
"version": "5.2.
|
3866
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3867
|
-
"integrity": "sha512-
|
3865
|
+
"version": "5.2.39",
|
3866
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
|
3867
|
+
"integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
|
3868
3868
|
"dev": true,
|
3869
3869
|
"license": "MIT",
|
3870
3870
|
"dependencies": {
|
@@ -4241,9 +4241,9 @@
|
|
4241
4241
|
}
|
4242
4242
|
},
|
4243
4243
|
"node_modules/@salesforce/core": {
|
4244
|
-
"version": "8.
|
4245
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
4246
|
-
"integrity": "sha512-
|
4244
|
+
"version": "8.11.0",
|
4245
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
|
4246
|
+
"integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
|
4247
4247
|
"license": "BSD-3-Clause",
|
4248
4248
|
"dependencies": {
|
4249
4249
|
"@jsforce/jsforce-node": "^3.8.1",
|
@@ -4510,16 +4510,16 @@
|
|
4510
4510
|
"license": "ISC"
|
4511
4511
|
},
|
4512
4512
|
"node_modules/@salesforce/sf-plugins-core": {
|
4513
|
-
"version": "12.2.
|
4514
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
4515
|
-
"integrity": "sha512-
|
4513
|
+
"version": "12.2.2",
|
4514
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
|
4515
|
+
"integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
|
4516
4516
|
"license": "BSD-3-Clause",
|
4517
4517
|
"dependencies": {
|
4518
4518
|
"@inquirer/confirm": "^3.1.22",
|
4519
4519
|
"@inquirer/password": "^2.2.0",
|
4520
|
-
"@oclif/core": "^4.
|
4520
|
+
"@oclif/core": "^4.3.0",
|
4521
4521
|
"@oclif/table": "^0.4.6",
|
4522
|
-
"@salesforce/core": "^8.
|
4522
|
+
"@salesforce/core": "^8.10.0",
|
4523
4523
|
"@salesforce/kit": "^3.2.3",
|
4524
4524
|
"@salesforce/ts-types": "^2.0.12",
|
4525
4525
|
"ansis": "^3.3.2",
|
@@ -8053,13 +8053,13 @@
|
|
8053
8053
|
}
|
8054
8054
|
},
|
8055
8055
|
"node_modules/eslint-plugin-sf-plugin": {
|
8056
|
-
"version": "1.20.
|
8057
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
8058
|
-
"integrity": "sha512-
|
8056
|
+
"version": "1.20.23",
|
8057
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz",
|
8058
|
+
"integrity": "sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==",
|
8059
8059
|
"dev": true,
|
8060
8060
|
"license": "BSD-3-Clause",
|
8061
8061
|
"dependencies": {
|
8062
|
-
"@salesforce/core": "^8.10.
|
8062
|
+
"@salesforce/core": "^8.10.3",
|
8063
8063
|
"@typescript-eslint/utils": "^7.18.0"
|
8064
8064
|
},
|
8065
8065
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1568,7 +1568,7 @@
|
|
1568
1568
|
"@nodelib/fs.scandir" "2.1.5"
|
1569
1569
|
fastq "^1.6.0"
|
1570
1570
|
|
1571
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10":
|
1571
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
|
1572
1572
|
version "4.3.0"
|
1573
1573
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
|
1574
1574
|
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
|
@@ -1592,10 +1592,10 @@
|
|
1592
1592
|
wordwrap "^1.0.0"
|
1593
1593
|
wrap-ansi "^7.0.0"
|
1594
1594
|
|
1595
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
1596
|
-
version "5.2.
|
1597
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
1598
|
-
integrity sha512-
|
1595
|
+
"@oclif/plugin-command-snapshot@^5.2.39":
|
1596
|
+
version "5.2.39"
|
1597
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
|
1598
|
+
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
|
1599
1599
|
dependencies:
|
1600
1600
|
"@oclif/core" "^4"
|
1601
1601
|
ansis "^3.17.0"
|
@@ -1693,10 +1693,10 @@
|
|
1693
1693
|
strip-ansi "6.0.1"
|
1694
1694
|
ts-retry-promise "^0.8.1"
|
1695
1695
|
|
1696
|
-
"@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.
|
1697
|
-
version "8.
|
1698
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1699
|
-
integrity sha512-
|
1696
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1697
|
+
version "8.11.0"
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
|
1699
|
+
integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==
|
1700
1700
|
dependencies:
|
1701
1701
|
"@jsforce/jsforce-node" "^3.8.1"
|
1702
1702
|
"@salesforce/kit" "^3.2.2"
|
@@ -1803,16 +1803,16 @@
|
|
1803
1803
|
string-width "^7.2.0"
|
1804
1804
|
terminal-link "^3.0.0"
|
1805
1805
|
|
1806
|
-
"@salesforce/sf-plugins-core@^12.2.
|
1807
|
-
version "12.2.
|
1808
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
1809
|
-
integrity sha512-
|
1806
|
+
"@salesforce/sf-plugins-core@^12.2.2":
|
1807
|
+
version "12.2.2"
|
1808
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
|
1809
|
+
integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
|
1810
1810
|
dependencies:
|
1811
1811
|
"@inquirer/confirm" "^3.1.22"
|
1812
1812
|
"@inquirer/password" "^2.2.0"
|
1813
|
-
"@oclif/core" "^4.
|
1813
|
+
"@oclif/core" "^4.3.0"
|
1814
1814
|
"@oclif/table" "^0.4.6"
|
1815
|
-
"@salesforce/core" "^8.
|
1815
|
+
"@salesforce/core" "^8.10.0"
|
1816
1816
|
"@salesforce/kit" "^3.2.3"
|
1817
1817
|
"@salesforce/ts-types" "^2.0.12"
|
1818
1818
|
ansis "^3.3.2"
|
@@ -4042,12 +4042,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4042
4042
|
semver "^7.5.4"
|
4043
4043
|
spdx-expression-parse "^4.0.0"
|
4044
4044
|
|
4045
|
-
eslint-plugin-sf-plugin@^1.20.
|
4046
|
-
version "1.20.
|
4047
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4048
|
-
integrity sha512-
|
4045
|
+
eslint-plugin-sf-plugin@^1.20.23:
|
4046
|
+
version "1.20.23"
|
4047
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz#213c514a67b734c989eac1ebbc23ff506f9ddc85"
|
4048
|
+
integrity sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==
|
4049
4049
|
dependencies:
|
4050
|
-
"@salesforce/core" "^8.10.
|
4050
|
+
"@salesforce/core" "^8.10.3"
|
4051
4051
|
"@typescript-eslint/utils" "^7.18.0"
|
4052
4052
|
|
4053
4053
|
eslint-plugin-unicorn@^50.0.1:
|