@salesforce/plugin-org 3.2.0 → 3.2.2
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 +14 -14
- package/lib/commands/force/org/create.d.ts +1 -1
- package/lib/commands/force/org/create.js +6 -9
- package/lib/commands/force/org/create.js.map +1 -1
- package/lib/commands/force/org/delete.js +3 -1
- package/lib/commands/force/org/delete.js.map +1 -1
- package/lib/commands/org/create/sandbox.js +3 -8
- package/lib/commands/org/create/sandbox.js.map +1 -1
- package/lib/commands/org/create/scratch.d.ts +0 -1
- package/lib/commands/org/create/scratch.js +1 -11
- package/lib/commands/org/create/scratch.js.map +1 -1
- package/lib/commands/org/delete/sandbox.js +1 -1
- package/lib/commands/org/delete/sandbox.js.map +1 -1
- package/lib/commands/org/delete/scratch.js +2 -1
- package/lib/commands/org/delete/scratch.js.map +1 -1
- package/lib/commands/org/list.js +1 -1
- package/lib/commands/org/list.js.map +1 -1
- package/lib/commands/org/open.d.ts +1 -1
- package/lib/commands/org/open.js +7 -7
- package/lib/commands/org/open.js.map +1 -1
- package/lib/shared/orgHighlighter.js.map +1 -1
- package/lib/shared/stagedProgress.d.ts +3 -3
- package/lib/shared/stagedProgress.js.map +1 -1
- package/oclif.lock +195 -207
- package/oclif.manifest.json +5 -16
- package/package.json +12 -12
package/oclif.manifest.json
CHANGED
|
@@ -71,7 +71,6 @@
|
|
|
71
71
|
"strict": true,
|
|
72
72
|
"summary": "Display information about an org.",
|
|
73
73
|
"enableJsonFlag": true,
|
|
74
|
-
"SF_ENV": "SF_ENV",
|
|
75
74
|
"isESM": true,
|
|
76
75
|
"relativePath": [
|
|
77
76
|
"lib",
|
|
@@ -173,7 +172,6 @@
|
|
|
173
172
|
"strict": true,
|
|
174
173
|
"summary": "List all orgs you’ve created or authenticated to.",
|
|
175
174
|
"enableJsonFlag": true,
|
|
176
|
-
"SF_ENV": "SF_ENV",
|
|
177
175
|
"isESM": true,
|
|
178
176
|
"relativePath": [
|
|
179
177
|
"lib",
|
|
@@ -317,7 +315,6 @@
|
|
|
317
315
|
"strict": true,
|
|
318
316
|
"summary": "Open your default scratch org, or another specified org, in a browser.",
|
|
319
317
|
"enableJsonFlag": true,
|
|
320
|
-
"SF_ENV": "SF_ENV",
|
|
321
318
|
"isESM": true,
|
|
322
319
|
"relativePath": [
|
|
323
320
|
"lib",
|
|
@@ -460,7 +457,6 @@
|
|
|
460
457
|
"strict": false,
|
|
461
458
|
"summary": "Clone a sandbox org.",
|
|
462
459
|
"enableJsonFlag": true,
|
|
463
|
-
"SF_ENV": "SF_ENV",
|
|
464
460
|
"SANDBOXDEF_SRC_SANDBOXNAME": "SourceSandboxName",
|
|
465
461
|
"isESM": true,
|
|
466
462
|
"relativePath": [
|
|
@@ -650,7 +646,6 @@
|
|
|
650
646
|
"strict": false,
|
|
651
647
|
"summary": "Create a scratch org or sandbox.",
|
|
652
648
|
"enableJsonFlag": true,
|
|
653
|
-
"SF_ENV": "SF_ENV",
|
|
654
649
|
"isESM": true,
|
|
655
650
|
"relativePath": [
|
|
656
651
|
"lib",
|
|
@@ -759,7 +754,6 @@
|
|
|
759
754
|
"strict": true,
|
|
760
755
|
"summary": "Delete a scratch or sandbox org.",
|
|
761
756
|
"enableJsonFlag": true,
|
|
762
|
-
"SF_ENV": "SF_ENV",
|
|
763
757
|
"isESM": true,
|
|
764
758
|
"relativePath": [
|
|
765
759
|
"lib",
|
|
@@ -882,7 +876,6 @@
|
|
|
882
876
|
"strict": true,
|
|
883
877
|
"summary": "Check the status of a sandbox, and if complete, authenticate to it.",
|
|
884
878
|
"enableJsonFlag": true,
|
|
885
|
-
"SF_ENV": "SF_ENV",
|
|
886
879
|
"isESM": true,
|
|
887
880
|
"relativePath": [
|
|
888
881
|
"lib",
|
|
@@ -1306,7 +1299,6 @@
|
|
|
1306
1299
|
"strict": true,
|
|
1307
1300
|
"summary": "Create a scratch org.",
|
|
1308
1301
|
"enableJsonFlag": true,
|
|
1309
|
-
"SF_ENV": "SF_ENV",
|
|
1310
1302
|
"isESM": true,
|
|
1311
1303
|
"relativePath": [
|
|
1312
1304
|
"lib",
|
|
@@ -1383,7 +1375,6 @@
|
|
|
1383
1375
|
"strict": true,
|
|
1384
1376
|
"summary": "Delete a sandbox.",
|
|
1385
1377
|
"enableJsonFlag": true,
|
|
1386
|
-
"SF_ENV": "SF_ENV",
|
|
1387
1378
|
"isESM": true,
|
|
1388
1379
|
"relativePath": [
|
|
1389
1380
|
"lib",
|
|
@@ -1460,7 +1451,6 @@
|
|
|
1460
1451
|
"strict": true,
|
|
1461
1452
|
"summary": "Delete a scratch org.",
|
|
1462
1453
|
"enableJsonFlag": true,
|
|
1463
|
-
"SF_ENV": "SF_ENV",
|
|
1464
1454
|
"isESM": true,
|
|
1465
1455
|
"relativePath": [
|
|
1466
1456
|
"lib",
|
|
@@ -1523,7 +1513,6 @@
|
|
|
1523
1513
|
"strict": true,
|
|
1524
1514
|
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
1525
1515
|
"enableJsonFlag": true,
|
|
1526
|
-
"SF_ENV": "SF_ENV",
|
|
1527
1516
|
"isESM": true,
|
|
1528
1517
|
"relativePath": [
|
|
1529
1518
|
"lib",
|
|
@@ -1579,7 +1568,6 @@
|
|
|
1579
1568
|
"strict": true,
|
|
1580
1569
|
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
1581
1570
|
"enableJsonFlag": true,
|
|
1582
|
-
"SF_ENV": "SF_ENV",
|
|
1583
1571
|
"isESM": true,
|
|
1584
1572
|
"relativePath": [
|
|
1585
1573
|
"lib",
|
|
@@ -1690,7 +1678,6 @@
|
|
|
1690
1678
|
"strict": true,
|
|
1691
1679
|
"summary": "Display details about the metadata types that are enabled for your org.",
|
|
1692
1680
|
"enableJsonFlag": true,
|
|
1693
|
-
"SF_ENV": "SF_ENV",
|
|
1694
1681
|
"isESM": true,
|
|
1695
1682
|
"relativePath": [
|
|
1696
1683
|
"lib",
|
|
@@ -1817,7 +1804,6 @@
|
|
|
1817
1804
|
"strict": true,
|
|
1818
1805
|
"summary": "List the metadata components and properties of a specified type.",
|
|
1819
1806
|
"enableJsonFlag": true,
|
|
1820
|
-
"SF_ENV": "SF_ENV",
|
|
1821
1807
|
"isESM": true,
|
|
1822
1808
|
"relativePath": [
|
|
1823
1809
|
"lib",
|
|
@@ -1868,6 +1854,10 @@
|
|
|
1868
1854
|
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To resume checking the sandbox creation, rerun this command.",
|
|
1869
1855
|
"name": "wait",
|
|
1870
1856
|
"summary": "Number of minutes to wait for the sandbox org to be ready.",
|
|
1857
|
+
"default": {
|
|
1858
|
+
"quantity": 0,
|
|
1859
|
+
"unit": 0
|
|
1860
|
+
},
|
|
1871
1861
|
"hasDynamicHelp": false,
|
|
1872
1862
|
"helpValue": "<minutes>",
|
|
1873
1863
|
"multiple": false,
|
|
@@ -1992,7 +1982,6 @@
|
|
|
1992
1982
|
"strict": true,
|
|
1993
1983
|
"summary": "Resume the creation of an incomplete scratch org.",
|
|
1994
1984
|
"enableJsonFlag": true,
|
|
1995
|
-
"SF_ENV": "SF_ENV",
|
|
1996
1985
|
"isESM": true,
|
|
1997
1986
|
"relativePath": [
|
|
1998
1987
|
"lib",
|
|
@@ -2019,5 +2008,5 @@
|
|
|
2019
2008
|
]
|
|
2020
2009
|
}
|
|
2021
2010
|
},
|
|
2022
|
-
"version": "3.2.
|
|
2011
|
+
"version": "3.2.2"
|
|
2023
2012
|
}
|
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^6.4.
|
|
8
|
+
"@oclif/core": "^3.16.0",
|
|
9
|
+
"@salesforce/core": "^6.4.4",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^10.2.5",
|
|
13
|
-
"chalk": "^
|
|
13
|
+
"chalk": "^5.3.0",
|
|
14
14
|
"change-case": "^5.3.0",
|
|
15
|
-
"open": "^
|
|
15
|
+
"open": "^10.0.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
19
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
20
|
-
"@salesforce/dev-scripts": "^8.
|
|
19
|
+
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
20
|
+
"@salesforce/dev-scripts": "^8.2.0",
|
|
21
21
|
"@salesforce/plugin-command-reference": "^3.0.51",
|
|
22
22
|
"@salesforce/ts-sinon": "1.4.19",
|
|
23
23
|
"@types/shelljs": "^0.8.14",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
25
25
|
"moment": "^2.30.1",
|
|
26
|
-
"oclif": "^4.1.
|
|
26
|
+
"oclif": "^4.1.3",
|
|
27
27
|
"shelljs": "^0.8.5",
|
|
28
28
|
"shx": "0.3.4",
|
|
29
29
|
"ts-node": "^10.9.2",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"output": []
|
|
226
226
|
},
|
|
227
227
|
"link-check": {
|
|
228
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
228
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
229
229
|
"files": [
|
|
230
230
|
"./*.md",
|
|
231
231
|
"./!(CHANGELOG).md",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"exports": "./lib/index.js",
|
|
238
238
|
"type": "module",
|
|
239
239
|
"sfdx": {
|
|
240
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.2.
|
|
241
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.2.
|
|
240
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.2.2.crt",
|
|
241
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.2.2.sig"
|
|
242
242
|
}
|
|
243
243
|
}
|