@salesforce/plugin-org 5.9.33-demo.0 → 5.9.37
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
CHANGED
|
@@ -247,7 +247,7 @@ FLAG DESCRIPTIONS
|
|
|
247
247
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
250
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/create/sandbox.ts)_
|
|
251
251
|
|
|
252
252
|
## `sf org create scratch`
|
|
253
253
|
|
|
@@ -429,7 +429,7 @@ FLAG DESCRIPTIONS
|
|
|
429
429
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
430
430
|
```
|
|
431
431
|
|
|
432
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
432
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/create/scratch.ts)_
|
|
433
433
|
|
|
434
434
|
## `sf org delete sandbox`
|
|
435
435
|
|
|
@@ -475,7 +475,7 @@ EXAMPLES
|
|
|
475
475
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
478
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/delete/sandbox.ts)_
|
|
479
479
|
|
|
480
480
|
## `sf org delete scratch`
|
|
481
481
|
|
|
@@ -519,7 +519,7 @@ EXAMPLES
|
|
|
519
519
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
522
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/delete/scratch.ts)_
|
|
523
523
|
|
|
524
524
|
## `sf org disable tracking`
|
|
525
525
|
|
|
@@ -558,7 +558,7 @@ EXAMPLES
|
|
|
558
558
|
$ sf org disable tracking
|
|
559
559
|
```
|
|
560
560
|
|
|
561
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
561
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/disable/tracking.ts)_
|
|
562
562
|
|
|
563
563
|
## `sf org display`
|
|
564
564
|
|
|
@@ -603,7 +603,7 @@ EXAMPLES
|
|
|
603
603
|
$ sf org display --target-org TestOrg1 --verbose
|
|
604
604
|
```
|
|
605
605
|
|
|
606
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
606
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/display.ts)_
|
|
607
607
|
|
|
608
608
|
## `sf org enable tracking`
|
|
609
609
|
|
|
@@ -645,7 +645,7 @@ EXAMPLES
|
|
|
645
645
|
$ sf org enable tracking
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
648
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/enable/tracking.ts)_
|
|
649
649
|
|
|
650
650
|
## `sf org list`
|
|
651
651
|
|
|
@@ -684,7 +684,7 @@ EXAMPLES
|
|
|
684
684
|
$ sf org list --clean
|
|
685
685
|
```
|
|
686
686
|
|
|
687
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
687
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list.ts)_
|
|
688
688
|
|
|
689
689
|
## `sf org list metadata`
|
|
690
690
|
|
|
@@ -751,7 +751,7 @@ FLAG DESCRIPTIONS
|
|
|
751
751
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
752
752
|
```
|
|
753
753
|
|
|
754
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
754
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list/metadata.ts)_
|
|
755
755
|
|
|
756
756
|
## `sf org list metadata-types`
|
|
757
757
|
|
|
@@ -806,7 +806,7 @@ FLAG DESCRIPTIONS
|
|
|
806
806
|
Override the api version used for api requests made by this command
|
|
807
807
|
```
|
|
808
808
|
|
|
809
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
809
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list/metadata-types.ts)_
|
|
810
810
|
|
|
811
811
|
## `sf org open`
|
|
812
812
|
|
|
@@ -882,7 +882,7 @@ EXAMPLES
|
|
|
882
882
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
883
883
|
```
|
|
884
884
|
|
|
885
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
885
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/open.ts)_
|
|
886
886
|
|
|
887
887
|
## `sf org open agent`
|
|
888
888
|
|
|
@@ -919,9 +919,6 @@ DESCRIPTION
|
|
|
919
919
|
To open Agent Builder in a specific browser, use the --browser flag. Supported browsers are "chrome", "edge", and
|
|
920
920
|
"firefox". If you don't specify --browser, the org opens in your default browser.
|
|
921
921
|
|
|
922
|
-
ALIASES
|
|
923
|
-
$ sf org open authoring-bundle
|
|
924
|
-
|
|
925
922
|
EXAMPLES
|
|
926
923
|
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
|
|
927
924
|
|
|
@@ -936,7 +933,7 @@ EXAMPLES
|
|
|
936
933
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
937
934
|
```
|
|
938
935
|
|
|
939
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
936
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/open/agent.ts)_
|
|
940
937
|
|
|
941
938
|
## `sf org refresh sandbox`
|
|
942
939
|
|
|
@@ -1039,7 +1036,7 @@ FLAG DESCRIPTIONS
|
|
|
1039
1036
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1040
1037
|
```
|
|
1041
1038
|
|
|
1042
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1039
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/refresh/sandbox.ts)_
|
|
1043
1040
|
|
|
1044
1041
|
## `sf org resume sandbox`
|
|
1045
1042
|
|
|
@@ -1102,7 +1099,7 @@ FLAG DESCRIPTIONS
|
|
|
1102
1099
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1103
1100
|
```
|
|
1104
1101
|
|
|
1105
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1102
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/resume/sandbox.ts)_
|
|
1106
1103
|
|
|
1107
1104
|
## `sf org resume scratch`
|
|
1108
1105
|
|
|
@@ -1155,6 +1152,6 @@ FLAG DESCRIPTIONS
|
|
|
1155
1152
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1156
1153
|
```
|
|
1157
1154
|
|
|
1158
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1155
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/resume/scratch.ts)_
|
|
1159
1156
|
|
|
1160
1157
|
<!-- commandsstop -->
|
|
@@ -4,7 +4,6 @@ export declare class OrgOpenAgent extends OrgOpenCommandBase<OrgOpenOutput> {
|
|
|
4
4
|
static readonly summary: string;
|
|
5
5
|
static readonly description: string;
|
|
6
6
|
static readonly examples: string[];
|
|
7
|
-
static aliases: string[];
|
|
8
7
|
static readonly flags: {
|
|
9
8
|
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
10
9
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
@@ -14,7 +14,6 @@ export class OrgOpenAgent extends OrgOpenCommandBase {
|
|
|
14
14
|
static summary = messages.getMessage('summary');
|
|
15
15
|
static description = messages.getMessage('description');
|
|
16
16
|
static examples = messages.getMessages('examples');
|
|
17
|
-
static aliases = ['org:open:authoring-bundle'];
|
|
18
17
|
static flags = {
|
|
19
18
|
...OrgOpenCommandBase.flags,
|
|
20
19
|
'target-org': Flags.requiredOrg(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent.js","sourceRoot":"","sources":["../../../../src/commands/org/open/agent.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAc,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAG3E,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,wBAAwB,EAAE,YAAY,CAAC,CAAC;AAE/E,MAAM,OAAO,YAAa,SAAQ,kBAAiC;IAC1D,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"agent.js","sourceRoot":"","sources":["../../../../src/commands/org/open/agent.ts"],"names":[],"mappings":"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"}
|
package/oclif.manifest.json
CHANGED
|
@@ -1405,9 +1405,7 @@
|
|
|
1405
1405
|
]
|
|
1406
1406
|
},
|
|
1407
1407
|
"org:open:agent": {
|
|
1408
|
-
"aliases": [
|
|
1409
|
-
"org:open:authoring-bundle"
|
|
1410
|
-
],
|
|
1408
|
+
"aliases": [],
|
|
1411
1409
|
"args": {},
|
|
1412
1410
|
"description": "Use the --api-name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API name, go to Setup in your org and navigate to the agent's details page.\n\nTo generate the URL but not launch it in your browser, specify --url-only.\n\nTo open Agent Builder in a specific browser, use the --browser flag. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
|
|
1413
1411
|
"examples": [
|
|
@@ -1513,14 +1511,7 @@
|
|
|
1513
1511
|
"open",
|
|
1514
1512
|
"agent.js"
|
|
1515
1513
|
],
|
|
1516
|
-
"aliasPermutations": [
|
|
1517
|
-
"org:open:authoring-bundle",
|
|
1518
|
-
"open:org:authoring-bundle",
|
|
1519
|
-
"open:authoring-bundle:org",
|
|
1520
|
-
"org:authoring-bundle:open",
|
|
1521
|
-
"authoring-bundle:org:open",
|
|
1522
|
-
"authoring-bundle:open:org"
|
|
1523
|
-
],
|
|
1514
|
+
"aliasPermutations": [],
|
|
1524
1515
|
"permutations": [
|
|
1525
1516
|
"org:open:agent",
|
|
1526
1517
|
"open:org:agent",
|
|
@@ -1884,5 +1875,5 @@
|
|
|
1884
1875
|
]
|
|
1885
1876
|
}
|
|
1886
1877
|
},
|
|
1887
|
-
"version": "5.9.
|
|
1878
|
+
"version": "5.9.37"
|
|
1888
1879
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "5.9.
|
|
4
|
+
"version": "5.9.37",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^4.5.
|
|
9
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
10
|
-
"@salesforce/core": "^8.
|
|
8
|
+
"@oclif/core": "^4.5.6",
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.25",
|
|
10
|
+
"@salesforce/core": "^8.23.2",
|
|
11
11
|
"@salesforce/kit": "^3.2.4",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^12.24.0",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
15
|
"ansis": "^3.16.0",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"@oclif/plugin-command-snapshot": "^5.3.6",
|
|
23
23
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
24
24
|
"@salesforce/dev-scripts": "^11.0.3",
|
|
25
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
25
|
+
"@salesforce/plugin-command-reference": "^3.1.74",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
28
28
|
"moment": "^2.30.1",
|
|
29
|
-
"oclif": "^4.22.
|
|
29
|
+
"oclif": "^4.22.32",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^5.9.3"
|
|
32
32
|
},
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"exports": "./lib/index.js",
|
|
229
229
|
"type": "module",
|
|
230
230
|
"sfdx": {
|
|
231
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.
|
|
232
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.
|
|
231
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.37.crt",
|
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.37.sig"
|
|
233
233
|
}
|
|
234
234
|
}
|