@salesforce/plugin-signups 2.6.30 → 2.6.32
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 +27 -24
- package/oclif.lock +23 -23
- package/oclif.manifest.json +1 -1
- 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.32/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.32/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.32/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.32/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.32/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.32/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.32/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,31 +1,31 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.32",
|
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.32",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.
|
13
|
+
"@salesforce/core": "^8.14.0",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
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.
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
21
21
|
"@salesforce/dev-scripts": "^11.0.2",
|
22
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
22
|
+
"@salesforce/plugin-command-reference": "^3.1.56",
|
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",
|
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.25",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
30
|
"oclif": "^4.18.0",
|
31
31
|
"ts-node": "^10.9.2",
|
@@ -3774,9 +3774,9 @@
|
|
3774
3774
|
}
|
3775
3775
|
},
|
3776
3776
|
"node_modules/@oclif/core": {
|
3777
|
-
"version": "4.3.
|
3778
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
3779
|
-
"integrity": "sha512-
|
3777
|
+
"version": "4.3.3",
|
3778
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
|
3779
|
+
"integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
|
3780
3780
|
"license": "MIT",
|
3781
3781
|
"dependencies": {
|
3782
3782
|
"ansi-escapes": "^4.3.2",
|
@@ -3793,7 +3793,7 @@
|
|
3793
3793
|
"semver": "^7.6.3",
|
3794
3794
|
"string-width": "^4.2.3",
|
3795
3795
|
"supports-color": "^8",
|
3796
|
-
"tinyglobby": "^0.2.
|
3796
|
+
"tinyglobby": "^0.2.14",
|
3797
3797
|
"widest-line": "^3.1.0",
|
3798
3798
|
"wordwrap": "^1.0.0",
|
3799
3799
|
"wrap-ansi": "^7.0.0"
|
@@ -3865,9 +3865,9 @@
|
|
3865
3865
|
}
|
3866
3866
|
},
|
3867
3867
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3868
|
-
"version": "5.
|
3869
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
3870
|
-
"integrity": "sha512-
|
3868
|
+
"version": "5.3.1",
|
3869
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
|
3870
|
+
"integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
|
3871
3871
|
"dev": true,
|
3872
3872
|
"license": "MIT",
|
3873
3873
|
"dependencies": {
|
@@ -3881,6 +3881,9 @@
|
|
3881
3881
|
"semver": "^7.7.2",
|
3882
3882
|
"ts-json-schema-generator": "^1.5.1"
|
3883
3883
|
},
|
3884
|
+
"bin": {
|
3885
|
+
"oclif-snapshot": "bin/run.js"
|
3886
|
+
},
|
3884
3887
|
"engines": {
|
3885
3888
|
"node": ">=18.0.0"
|
3886
3889
|
}
|
@@ -4244,9 +4247,9 @@
|
|
4244
4247
|
}
|
4245
4248
|
},
|
4246
4249
|
"node_modules/@salesforce/core": {
|
4247
|
-
"version": "8.
|
4248
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
4249
|
-
"integrity": "sha512-
|
4250
|
+
"version": "8.14.0",
|
4251
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
4252
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
4250
4253
|
"license": "BSD-3-Clause",
|
4251
4254
|
"dependencies": {
|
4252
4255
|
"@jsforce/jsforce-node": "^3.8.2",
|
@@ -4424,14 +4427,14 @@
|
|
4424
4427
|
}
|
4425
4428
|
},
|
4426
4429
|
"node_modules/@salesforce/plugin-command-reference": {
|
4427
|
-
"version": "3.1.
|
4428
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
4429
|
-
"integrity": "sha512-
|
4430
|
+
"version": "3.1.56",
|
4431
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz",
|
4432
|
+
"integrity": "sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==",
|
4430
4433
|
"dev": true,
|
4431
4434
|
"license": "Apache-2.0",
|
4432
4435
|
"dependencies": {
|
4433
4436
|
"@oclif/core": "^4",
|
4434
|
-
"@salesforce/core": "^8.
|
4437
|
+
"@salesforce/core": "^8.12.0",
|
4435
4438
|
"@salesforce/kit": "^3.2.3",
|
4436
4439
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
4437
4440
|
"@salesforce/ts-types": "^2.0.11",
|
@@ -8094,13 +8097,13 @@
|
|
8094
8097
|
}
|
8095
8098
|
},
|
8096
8099
|
"node_modules/eslint-plugin-sf-plugin": {
|
8097
|
-
"version": "1.20.
|
8098
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
8099
|
-
"integrity": "sha512-
|
8100
|
+
"version": "1.20.25",
|
8101
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
|
8102
|
+
"integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
|
8100
8103
|
"dev": true,
|
8101
8104
|
"license": "BSD-3-Clause",
|
8102
8105
|
"dependencies": {
|
8103
|
-
"@salesforce/core": "^8.
|
8106
|
+
"@salesforce/core": "^8.12.0",
|
8104
8107
|
"@typescript-eslint/utils": "^7.18.0"
|
8105
8108
|
},
|
8106
8109
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1569,9 +1569,9 @@
|
|
1569
1569
|
fastq "^1.6.0"
|
1570
1570
|
|
1571
1571
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
|
1572
|
-
version "4.3.
|
1573
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.
|
1574
|
-
integrity sha512-
|
1572
|
+
version "4.3.3"
|
1573
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
|
1574
|
+
integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
|
1575
1575
|
dependencies:
|
1576
1576
|
ansi-escapes "^4.3.2"
|
1577
1577
|
ansis "^3.17.0"
|
@@ -1587,15 +1587,15 @@
|
|
1587
1587
|
semver "^7.6.3"
|
1588
1588
|
string-width "^4.2.3"
|
1589
1589
|
supports-color "^8"
|
1590
|
-
tinyglobby "^0.2.
|
1590
|
+
tinyglobby "^0.2.14"
|
1591
1591
|
widest-line "^3.1.0"
|
1592
1592
|
wordwrap "^1.0.0"
|
1593
1593
|
wrap-ansi "^7.0.0"
|
1594
1594
|
|
1595
|
-
"@oclif/plugin-command-snapshot@^5.
|
1596
|
-
version "5.
|
1597
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
1598
|
-
integrity sha512-
|
1595
|
+
"@oclif/plugin-command-snapshot@^5.3.1":
|
1596
|
+
version "5.3.1"
|
1597
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03"
|
1598
|
+
integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==
|
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.0", "@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.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1697
|
+
version "8.14.0"
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
|
1699
|
+
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
1700
1700
|
dependencies:
|
1701
1701
|
"@jsforce/jsforce-node" "^3.8.2"
|
1702
1702
|
"@salesforce/kit" "^3.2.2"
|
@@ -1761,13 +1761,13 @@
|
|
1761
1761
|
dependencies:
|
1762
1762
|
"@salesforce/ts-types" "^2.0.12"
|
1763
1763
|
|
1764
|
-
"@salesforce/plugin-command-reference@^3.1.
|
1765
|
-
version "3.1.
|
1766
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
1767
|
-
integrity sha512-
|
1764
|
+
"@salesforce/plugin-command-reference@^3.1.56":
|
1765
|
+
version "3.1.56"
|
1766
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz#648bb75ea629b046ca868dda443aff779a5c67a4"
|
1767
|
+
integrity sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==
|
1768
1768
|
dependencies:
|
1769
1769
|
"@oclif/core" "^4"
|
1770
|
-
"@salesforce/core" "^8.
|
1770
|
+
"@salesforce/core" "^8.12.0"
|
1771
1771
|
"@salesforce/kit" "^3.2.3"
|
1772
1772
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
1773
1773
|
"@salesforce/ts-types" "^2.0.11"
|
@@ -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.25:
|
4046
|
+
version "1.20.25"
|
4047
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz#943d861c73579d982a2c09eb5d8d5907cfdd7956"
|
4048
|
+
integrity sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==
|
4049
4049
|
dependencies:
|
4050
|
-
"@salesforce/core" "^8.
|
4050
|
+
"@salesforce/core" "^8.12.0"
|
4051
4051
|
"@typescript-eslint/utils" "^7.18.0"
|
4052
4052
|
|
4053
4053
|
eslint-plugin-unicorn@^50.0.1:
|
@@ -7498,7 +7498,7 @@ tiny-jsonc@^1.0.2:
|
|
7498
7498
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
7499
7499
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
7500
7500
|
|
7501
|
-
tinyglobby@^0.2.
|
7501
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
7502
7502
|
version "0.2.14"
|
7503
7503
|
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
7504
7504
|
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,27 +1,27 @@
|
|
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.32",
|
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.14.0",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.2",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
17
17
|
"@salesforce/dev-scripts": "^11.0.2",
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.56",
|
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",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.6.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.25",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
26
|
"oclif": "^4.18.0",
|
27
27
|
"ts-node": "^10.9.2",
|
@@ -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.32.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.32.sig"
|
225
225
|
}
|
226
226
|
}
|