@salesforce/plugin-org 5.9.32 → 5.9.33-demo.0
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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/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.33-demo.0/src/commands/org/open.ts)_
|
|
886
886
|
|
|
887
887
|
## `sf org open agent`
|
|
888
888
|
|
|
@@ -919,6 +919,9 @@ 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
|
+
|
|
922
925
|
EXAMPLES
|
|
923
926
|
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
|
|
924
927
|
|
|
@@ -933,7 +936,7 @@ EXAMPLES
|
|
|
933
936
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
934
937
|
```
|
|
935
938
|
|
|
936
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
939
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/open/agent.ts)_
|
|
937
940
|
|
|
938
941
|
## `sf org refresh sandbox`
|
|
939
942
|
|
|
@@ -1036,7 +1039,7 @@ FLAG DESCRIPTIONS
|
|
|
1036
1039
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1037
1040
|
```
|
|
1038
1041
|
|
|
1039
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1042
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/refresh/sandbox.ts)_
|
|
1040
1043
|
|
|
1041
1044
|
## `sf org resume sandbox`
|
|
1042
1045
|
|
|
@@ -1099,7 +1102,7 @@ FLAG DESCRIPTIONS
|
|
|
1099
1102
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1100
1103
|
```
|
|
1101
1104
|
|
|
1102
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1105
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/resume/sandbox.ts)_
|
|
1103
1106
|
|
|
1104
1107
|
## `sf org resume scratch`
|
|
1105
1108
|
|
|
@@ -1152,6 +1155,6 @@ FLAG DESCRIPTIONS
|
|
|
1152
1155
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1153
1156
|
```
|
|
1154
1157
|
|
|
1155
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1158
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.33-demo.0/src/commands/org/resume/scratch.ts)_
|
|
1156
1159
|
|
|
1157
1160
|
<!-- commandsstop -->
|
|
@@ -4,6 +4,7 @@ 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[];
|
|
7
8
|
static readonly flags: {
|
|
8
9
|
'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
|
|
9
10
|
'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
@@ -14,6 +14,7 @@ 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'];
|
|
17
18
|
static flags = {
|
|
18
19
|
...OrgOpenCommandBase.flags,
|
|
19
20
|
'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,7 +1405,9 @@
|
|
|
1405
1405
|
]
|
|
1406
1406
|
},
|
|
1407
1407
|
"org:open:agent": {
|
|
1408
|
-
"aliases": [
|
|
1408
|
+
"aliases": [
|
|
1409
|
+
"org:open:authoring-bundle"
|
|
1410
|
+
],
|
|
1409
1411
|
"args": {},
|
|
1410
1412
|
"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.",
|
|
1411
1413
|
"examples": [
|
|
@@ -1511,7 +1513,14 @@
|
|
|
1511
1513
|
"open",
|
|
1512
1514
|
"agent.js"
|
|
1513
1515
|
],
|
|
1514
|
-
"aliasPermutations": [
|
|
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
|
+
],
|
|
1515
1524
|
"permutations": [
|
|
1516
1525
|
"org:open:agent",
|
|
1517
1526
|
"open:org:agent",
|
|
@@ -1875,5 +1884,5 @@
|
|
|
1875
1884
|
]
|
|
1876
1885
|
}
|
|
1877
1886
|
},
|
|
1878
|
-
"version": "5.9.
|
|
1887
|
+
"version": "5.9.33-demo.0"
|
|
1879
1888
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.33-demo.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"@salesforce/dev-scripts": "^11.0.3",
|
|
25
25
|
"@salesforce/plugin-command-reference": "^3.1.72",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
27
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
27
|
+
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
28
28
|
"moment": "^2.30.1",
|
|
29
|
-
"oclif": "^4.22.
|
|
29
|
+
"oclif": "^4.22.28",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
|
-
"typescript": "^5.9.
|
|
31
|
+
"typescript": "^5.9.3"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=18.0.0"
|
|
@@ -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.33-demo.0.crt",
|
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.33-demo.0.sig"
|
|
233
233
|
}
|
|
234
234
|
}
|