@salesforce/plugin-org 5.9.59 → 5.9.61

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
@@ -111,6 +111,7 @@ the [SandboxNuts](https://github.com/salesforcecli/plugin-org/actions/workflows/
111
111
  - [`sf org list metadata-types`](#sf-org-list-metadata-types)
112
112
  - [`sf org open`](#sf-org-open)
113
113
  - [`sf org open agent`](#sf-org-open-agent)
114
+ - [`sf org open authoring-bundle`](#sf-org-open-authoring-bundle)
114
115
  - [`sf org refresh sandbox`](#sf-org-refresh-sandbox)
115
116
  - [`sf org resume sandbox`](#sf-org-resume-sandbox)
116
117
  - [`sf org resume scratch`](#sf-org-resume-scratch)
@@ -247,7 +248,7 @@ FLAG DESCRIPTIONS
247
248
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
248
249
  ```
249
250
 
250
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/create/sandbox.ts)_
251
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/create/sandbox.ts)_
251
252
 
252
253
  ## `sf org create scratch`
253
254
 
@@ -429,7 +430,7 @@ FLAG DESCRIPTIONS
429
430
  Omit this flag to have Salesforce generate a unique username for your org.
430
431
  ```
431
432
 
432
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/create/scratch.ts)_
433
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/create/scratch.ts)_
433
434
 
434
435
  ## `sf org delete sandbox`
435
436
 
@@ -475,7 +476,7 @@ EXAMPLES
475
476
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
476
477
  ```
477
478
 
478
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/delete/sandbox.ts)_
479
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/delete/sandbox.ts)_
479
480
 
480
481
  ## `sf org delete scratch`
481
482
 
@@ -519,7 +520,7 @@ EXAMPLES
519
520
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
520
521
  ```
521
522
 
522
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/delete/scratch.ts)_
523
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/delete/scratch.ts)_
523
524
 
524
525
  ## `sf org disable tracking`
525
526
 
@@ -558,7 +559,7 @@ EXAMPLES
558
559
  $ sf org disable tracking
559
560
  ```
560
561
 
561
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/disable/tracking.ts)_
562
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/disable/tracking.ts)_
562
563
 
563
564
  ## `sf org display`
564
565
 
@@ -603,7 +604,7 @@ EXAMPLES
603
604
  $ sf org display --target-org TestOrg1 --verbose
604
605
  ```
605
606
 
606
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/display.ts)_
607
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/display.ts)_
607
608
 
608
609
  ## `sf org enable tracking`
609
610
 
@@ -645,7 +646,7 @@ EXAMPLES
645
646
  $ sf org enable tracking
646
647
  ```
647
648
 
648
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/enable/tracking.ts)_
649
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/enable/tracking.ts)_
649
650
 
650
651
  ## `sf org list`
651
652
 
@@ -684,7 +685,7 @@ EXAMPLES
684
685
  $ sf org list --clean
685
686
  ```
686
687
 
687
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list.ts)_
688
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list.ts)_
688
689
 
689
690
  ## `sf org list metadata`
690
691
 
@@ -751,7 +752,7 @@ FLAG DESCRIPTIONS
751
752
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
752
753
  ```
753
754
 
754
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list/metadata.ts)_
755
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list/metadata.ts)_
755
756
 
756
757
  ## `sf org list metadata-types`
757
758
 
@@ -806,7 +807,7 @@ FLAG DESCRIPTIONS
806
807
  Override the api version used for api requests made by this command
807
808
  ```
808
809
 
809
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/list/metadata-types.ts)_
810
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list/metadata-types.ts)_
810
811
 
811
812
  ## `sf org open`
812
813
 
@@ -882,7 +883,7 @@ EXAMPLES
882
883
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
883
884
  ```
884
885
 
885
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/open.ts)_
886
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open.ts)_
886
887
 
887
888
  ## `sf org open agent`
888
889
 
@@ -933,7 +934,53 @@ EXAMPLES
933
934
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
934
935
  ```
935
936
 
936
- _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/open/agent.ts)_
937
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open/agent.ts)_
938
+
939
+ ## `sf org open authoring-bundle`
940
+
941
+ Open your org in Agentforce Studio, specically in the list view showing the list of agents.
942
+
943
+ ```
944
+ USAGE
945
+ $ sf org open authoring-bundle -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [--private | -r | -b
946
+ chrome|edge|firefox]
947
+
948
+ FLAGS
949
+ -b, --browser=<option> Browser where the org opens.
950
+ <options: chrome|edge|firefox>
951
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
952
+ configuration variable is already set.
953
+ -r, --url-only Display navigation URL, but don't launch browser.
954
+ --api-version=<value> Override the api version used for api requests made by this command
955
+ --private Open the org in the default browser using private (incognito) mode.
956
+
957
+ GLOBAL FLAGS
958
+ --flags-dir=<value> Import flag values from a directory.
959
+ --json Format output as json.
960
+
961
+ DESCRIPTION
962
+ Open your org in Agentforce Studio, specically in the list view showing the list of agents.
963
+
964
+ The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an
965
+ agent name to open it in Agentforce Builder in a new browser window.
966
+
967
+ To generate the URL but not launch it in your browser, specify --url-only.
968
+
969
+ EXAMPLES
970
+ Open the agents list view in your default org using your default browser:
971
+
972
+ $ sf org open authoring-bundle
973
+
974
+ Open the agents list view in an incognito window of your default browser:
975
+
976
+ $ sf org open authoring-bundle --private
977
+
978
+ Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser:
979
+
980
+ $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
981
+ ```
982
+
983
+ _See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open/authoring-bundle.ts)_
937
984
 
938
985
  ## `sf org refresh sandbox`
939
986
 
@@ -1036,7 +1083,7 @@ FLAG DESCRIPTIONS
1036
1083
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
1037
1084
  ```
1038
1085
 
1039
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/refresh/sandbox.ts)_
1086
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/refresh/sandbox.ts)_
1040
1087
 
1041
1088
  ## `sf org resume sandbox`
1042
1089
 
@@ -1099,7 +1146,7 @@ FLAG DESCRIPTIONS
1099
1146
  returns the job ID. To resume checking the sandbox creation, rerun this command.
1100
1147
  ```
1101
1148
 
1102
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/resume/sandbox.ts)_
1149
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/resume/sandbox.ts)_
1103
1150
 
1104
1151
  ## `sf org resume scratch`
1105
1152
 
@@ -1152,6 +1199,6 @@ FLAG DESCRIPTIONS
1152
1199
  returns the job ID. To resume checking the scratch creation, rerun this command.
1153
1200
  ```
1154
1201
 
1155
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.59/src/commands/org/resume/scratch.ts)_
1202
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/resume/scratch.ts)_
1156
1203
 
1157
1204
  <!-- commandsstop -->
@@ -0,0 +1,15 @@
1
+ import { OrgOpenCommandBase } from '../../../shared/orgOpenCommandBase.js';
2
+ import { type OrgOpenOutput } from '../../../shared/orgTypes.js';
3
+ export declare class OrgOpenAuthoringBundle extends OrgOpenCommandBase<OrgOpenOutput> {
4
+ static readonly summary: string;
5
+ static readonly description: string;
6
+ static readonly examples: string[];
7
+ static readonly flags: {
8
+ 'target-org': import("@oclif/core/interfaces").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/interfaces").CustomOptions>;
9
+ 'api-version': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
10
+ private: import("@oclif/core/interfaces").BooleanFlag<boolean>;
11
+ browser: import("@oclif/core/interfaces").OptionFlag<"chrome" | "firefox" | "edge" | undefined, import("@oclif/core/interfaces").CustomOptions>;
12
+ 'url-only': import("@oclif/core/interfaces").BooleanFlag<boolean>;
13
+ };
14
+ run(): Promise<OrgOpenOutput>;
15
+ }
@@ -0,0 +1,53 @@
1
+ /*
2
+ * Copyright 2026, Salesforce, Inc.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { Flags } from '@salesforce/sf-plugins-core';
17
+ import { Messages } from '@salesforce/core';
18
+ import { OrgOpenCommandBase } from '../../../shared/orgOpenCommandBase.js';
19
+ Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
20
+ const messages = Messages.loadMessages('@salesforce/plugin-org', 'open.authoring-bundle');
21
+ export class OrgOpenAuthoringBundle extends OrgOpenCommandBase {
22
+ static summary = messages.getMessage('summary');
23
+ static description = messages.getMessage('description');
24
+ static examples = messages.getMessages('examples');
25
+ static flags = {
26
+ ...OrgOpenCommandBase.flags,
27
+ 'target-org': Flags.requiredOrg(),
28
+ 'api-version': Flags.orgApiVersion(),
29
+ private: Flags.boolean({
30
+ summary: messages.getMessage('flags.private.summary'),
31
+ exclusive: ['url-only', 'browser'],
32
+ }),
33
+ browser: Flags.option({
34
+ char: 'b',
35
+ summary: messages.getMessage('flags.browser.summary'),
36
+ options: ['chrome', 'edge', 'firefox'], // These are ones supported by "open" package
37
+ exclusive: ['url-only', 'private'],
38
+ })(),
39
+ 'url-only': Flags.boolean({
40
+ char: 'r',
41
+ summary: messages.getMessage('flags.url-only.summary'),
42
+ aliases: ['urlonly'],
43
+ deprecateAliases: true,
44
+ }),
45
+ };
46
+ async run() {
47
+ const { flags } = await this.parse(OrgOpenAuthoringBundle);
48
+ this.org = flags['target-org'];
49
+ this.connection = this.org.getConnection(flags['api-version']);
50
+ return this.openOrgUI(flags, await this.org.getFrontDoorUrl('lightning/n/standard-AgentforceStudio'));
51
+ }
52
+ }
53
+ //# sourceMappingURL=authoring-bundle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authoring-bundle.js","sourceRoot":"","sources":["../../../../src/commands/org/open/authoring-bundle.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,6BAA6B,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,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,uBAAuB,CAAC,CAAC;AAE1F,MAAM,OAAO,sBAAuB,SAAQ,kBAAiC;IACpE,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;IAE5D,MAAM,CAAU,KAAK,GAAG;QAC7B,GAAG,kBAAkB,CAAC,KAAK;QAC3B,YAAY,EAAE,KAAK,CAAC,WAAW,EAAE;QACjC,aAAa,EAAE,KAAK,CAAC,aAAa,EAAE;QACpC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;YACrB,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC;YACrD,SAAS,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;SACnC,CAAC;QACF,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC;YACpB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC;YACrD,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,CAAU,EAAE,6CAA6C;YAC9F,SAAS,EAAE,CAAC,UAAU,EAAE,SAAS,CAAC;SACnC,CAAC,EAAE;QACJ,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC;YACxB,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;YACtD,OAAO,EAAE,CAAC,SAAS,CAAC;YACpB,gBAAgB,EAAE,IAAI;SACvB,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;QAC3D,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC,YAAY,CAAC,CAAC;QAC/B,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,GAAG,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;QAE/D,OAAO,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,MAAM,IAAI,CAAC,GAAG,CAAC,eAAe,CAAC,uCAAuC,CAAC,CAAC,CAAC;IACxG,CAAC"}
@@ -0,0 +1,35 @@
1
+ # summary
2
+
3
+ Open your org in Agentforce Studio, specically in the list view showing the list of agents.
4
+
5
+ # description
6
+
7
+ The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window.
8
+
9
+ To generate the URL but not launch it in your browser, specify --url-only.
10
+
11
+ # examples
12
+
13
+ - Open the agents list view in your default org using your default browser:
14
+
15
+ $ <%= config.bin %> <%= command.id %>
16
+
17
+ - Open the agents list view in an incognito window of your default browser:
18
+
19
+ $ <%= config.bin %> <%= command.id %> --private
20
+
21
+ - Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser:
22
+
23
+ $ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox
24
+
25
+ # flags.private.summary
26
+
27
+ Open the org in the default browser using private (incognito) mode.
28
+
29
+ # flags.browser.summary
30
+
31
+ Browser where the org opens.
32
+
33
+ # flags.url-only.summary
34
+
35
+ Display navigation URL, but don't launch browser.
@@ -1145,6 +1145,231 @@
1145
1145
  "tracking:enable:org"
1146
1146
  ]
1147
1147
  },
1148
+ "org:open:agent": {
1149
+ "aliases": [],
1150
+ "args": {},
1151
+ "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.",
1152
+ "examples": [
1153
+ "Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --api-name Coral_Cloud_Agent",
1154
+ "Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:",
1155
+ "Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent"
1156
+ ],
1157
+ "flags": {
1158
+ "json": {
1159
+ "description": "Format output as json.",
1160
+ "helpGroup": "GLOBAL",
1161
+ "name": "json",
1162
+ "allowNo": false,
1163
+ "type": "boolean"
1164
+ },
1165
+ "flags-dir": {
1166
+ "helpGroup": "GLOBAL",
1167
+ "name": "flags-dir",
1168
+ "summary": "Import flag values from a directory.",
1169
+ "hasDynamicHelp": false,
1170
+ "multiple": false,
1171
+ "type": "option"
1172
+ },
1173
+ "target-org": {
1174
+ "char": "o",
1175
+ "name": "target-org",
1176
+ "noCacheDefault": true,
1177
+ "required": true,
1178
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1179
+ "hasDynamicHelp": true,
1180
+ "multiple": false,
1181
+ "type": "option"
1182
+ },
1183
+ "api-version": {
1184
+ "description": "Override the api version used for api requests made by this command",
1185
+ "name": "api-version",
1186
+ "hasDynamicHelp": false,
1187
+ "multiple": false,
1188
+ "type": "option"
1189
+ },
1190
+ "api-name": {
1191
+ "char": "n",
1192
+ "name": "api-name",
1193
+ "required": true,
1194
+ "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1195
+ "hasDynamicHelp": false,
1196
+ "multiple": false,
1197
+ "type": "option"
1198
+ },
1199
+ "private": {
1200
+ "exclusive": [
1201
+ "url-only",
1202
+ "browser"
1203
+ ],
1204
+ "name": "private",
1205
+ "summary": "Open the org in the default browser using private (incognito) mode.",
1206
+ "allowNo": false,
1207
+ "type": "boolean"
1208
+ },
1209
+ "browser": {
1210
+ "char": "b",
1211
+ "exclusive": [
1212
+ "url-only",
1213
+ "private"
1214
+ ],
1215
+ "name": "browser",
1216
+ "summary": "Browser where the org opens.",
1217
+ "hasDynamicHelp": false,
1218
+ "multiple": false,
1219
+ "options": [
1220
+ "chrome",
1221
+ "edge",
1222
+ "firefox"
1223
+ ],
1224
+ "type": "option"
1225
+ },
1226
+ "url-only": {
1227
+ "aliases": [
1228
+ "urlonly"
1229
+ ],
1230
+ "char": "r",
1231
+ "deprecateAliases": true,
1232
+ "name": "url-only",
1233
+ "summary": "Display navigation URL, but don’t launch browser.",
1234
+ "allowNo": false,
1235
+ "type": "boolean"
1236
+ }
1237
+ },
1238
+ "hasDynamicHelp": true,
1239
+ "hiddenAliases": [],
1240
+ "id": "org:open:agent",
1241
+ "pluginAlias": "@salesforce/plugin-org",
1242
+ "pluginName": "@salesforce/plugin-org",
1243
+ "pluginType": "core",
1244
+ "strict": true,
1245
+ "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1246
+ "enableJsonFlag": true,
1247
+ "isESM": true,
1248
+ "relativePath": [
1249
+ "lib",
1250
+ "commands",
1251
+ "org",
1252
+ "open",
1253
+ "agent.js"
1254
+ ],
1255
+ "aliasPermutations": [],
1256
+ "permutations": [
1257
+ "org:open:agent",
1258
+ "open:org:agent",
1259
+ "open:agent:org",
1260
+ "org:agent:open",
1261
+ "agent:org:open",
1262
+ "agent:open:org"
1263
+ ]
1264
+ },
1265
+ "org:open:authoring-bundle": {
1266
+ "aliases": [],
1267
+ "args": {},
1268
+ "description": "The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an agent name to open it in Agentforce Builder in a new browser window.\n\nTo generate the URL but not launch it in your browser, specify --url-only.",
1269
+ "examples": [
1270
+ "Open the agents list view in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %>",
1271
+ "Open the agents list view in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private",
1272
+ "Open the agents list view in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox"
1273
+ ],
1274
+ "flags": {
1275
+ "json": {
1276
+ "description": "Format output as json.",
1277
+ "helpGroup": "GLOBAL",
1278
+ "name": "json",
1279
+ "allowNo": false,
1280
+ "type": "boolean"
1281
+ },
1282
+ "flags-dir": {
1283
+ "helpGroup": "GLOBAL",
1284
+ "name": "flags-dir",
1285
+ "summary": "Import flag values from a directory.",
1286
+ "hasDynamicHelp": false,
1287
+ "multiple": false,
1288
+ "type": "option"
1289
+ },
1290
+ "target-org": {
1291
+ "char": "o",
1292
+ "name": "target-org",
1293
+ "noCacheDefault": true,
1294
+ "required": true,
1295
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1296
+ "hasDynamicHelp": true,
1297
+ "multiple": false,
1298
+ "type": "option"
1299
+ },
1300
+ "api-version": {
1301
+ "description": "Override the api version used for api requests made by this command",
1302
+ "name": "api-version",
1303
+ "hasDynamicHelp": false,
1304
+ "multiple": false,
1305
+ "type": "option"
1306
+ },
1307
+ "private": {
1308
+ "exclusive": [
1309
+ "url-only",
1310
+ "browser"
1311
+ ],
1312
+ "name": "private",
1313
+ "summary": "Open the org in the default browser using private (incognito) mode.",
1314
+ "allowNo": false,
1315
+ "type": "boolean"
1316
+ },
1317
+ "browser": {
1318
+ "char": "b",
1319
+ "exclusive": [
1320
+ "url-only",
1321
+ "private"
1322
+ ],
1323
+ "name": "browser",
1324
+ "summary": "Browser where the org opens.",
1325
+ "hasDynamicHelp": false,
1326
+ "multiple": false,
1327
+ "options": [
1328
+ "chrome",
1329
+ "edge",
1330
+ "firefox"
1331
+ ],
1332
+ "type": "option"
1333
+ },
1334
+ "url-only": {
1335
+ "aliases": [
1336
+ "urlonly"
1337
+ ],
1338
+ "char": "r",
1339
+ "deprecateAliases": true,
1340
+ "name": "url-only",
1341
+ "summary": "Display navigation URL, but don't launch browser.",
1342
+ "allowNo": false,
1343
+ "type": "boolean"
1344
+ }
1345
+ },
1346
+ "hasDynamicHelp": true,
1347
+ "hiddenAliases": [],
1348
+ "id": "org:open:authoring-bundle",
1349
+ "pluginAlias": "@salesforce/plugin-org",
1350
+ "pluginName": "@salesforce/plugin-org",
1351
+ "pluginType": "core",
1352
+ "strict": true,
1353
+ "summary": "Open your org in Agentforce Studio, specically in the list view showing the list of agents.",
1354
+ "enableJsonFlag": true,
1355
+ "isESM": true,
1356
+ "relativePath": [
1357
+ "lib",
1358
+ "commands",
1359
+ "org",
1360
+ "open",
1361
+ "authoring-bundle.js"
1362
+ ],
1363
+ "aliasPermutations": [],
1364
+ "permutations": [
1365
+ "org:open:authoring-bundle",
1366
+ "open:org:authoring-bundle",
1367
+ "open:authoring-bundle:org",
1368
+ "org:authoring-bundle:open",
1369
+ "authoring-bundle:org:open",
1370
+ "authoring-bundle:open:org"
1371
+ ]
1372
+ },
1148
1373
  "org:list:metadata-types": {
1149
1374
  "aliases": [
1150
1375
  "force:mdapi:describemetadata"
@@ -1404,123 +1629,6 @@
1404
1629
  "metadata:list:org"
1405
1630
  ]
1406
1631
  },
1407
- "org:open:agent": {
1408
- "aliases": [],
1409
- "args": {},
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.",
1411
- "examples": [
1412
- "Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --api-name Coral_Cloud_Agent",
1413
- "Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:",
1414
- "Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent"
1415
- ],
1416
- "flags": {
1417
- "json": {
1418
- "description": "Format output as json.",
1419
- "helpGroup": "GLOBAL",
1420
- "name": "json",
1421
- "allowNo": false,
1422
- "type": "boolean"
1423
- },
1424
- "flags-dir": {
1425
- "helpGroup": "GLOBAL",
1426
- "name": "flags-dir",
1427
- "summary": "Import flag values from a directory.",
1428
- "hasDynamicHelp": false,
1429
- "multiple": false,
1430
- "type": "option"
1431
- },
1432
- "target-org": {
1433
- "char": "o",
1434
- "name": "target-org",
1435
- "noCacheDefault": true,
1436
- "required": true,
1437
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1438
- "hasDynamicHelp": true,
1439
- "multiple": false,
1440
- "type": "option"
1441
- },
1442
- "api-version": {
1443
- "description": "Override the api version used for api requests made by this command",
1444
- "name": "api-version",
1445
- "hasDynamicHelp": false,
1446
- "multiple": false,
1447
- "type": "option"
1448
- },
1449
- "api-name": {
1450
- "char": "n",
1451
- "name": "api-name",
1452
- "required": true,
1453
- "summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
1454
- "hasDynamicHelp": false,
1455
- "multiple": false,
1456
- "type": "option"
1457
- },
1458
- "private": {
1459
- "exclusive": [
1460
- "url-only",
1461
- "browser"
1462
- ],
1463
- "name": "private",
1464
- "summary": "Open the org in the default browser using private (incognito) mode.",
1465
- "allowNo": false,
1466
- "type": "boolean"
1467
- },
1468
- "browser": {
1469
- "char": "b",
1470
- "exclusive": [
1471
- "url-only",
1472
- "private"
1473
- ],
1474
- "name": "browser",
1475
- "summary": "Browser where the org opens.",
1476
- "hasDynamicHelp": false,
1477
- "multiple": false,
1478
- "options": [
1479
- "chrome",
1480
- "edge",
1481
- "firefox"
1482
- ],
1483
- "type": "option"
1484
- },
1485
- "url-only": {
1486
- "aliases": [
1487
- "urlonly"
1488
- ],
1489
- "char": "r",
1490
- "deprecateAliases": true,
1491
- "name": "url-only",
1492
- "summary": "Display navigation URL, but don’t launch browser.",
1493
- "allowNo": false,
1494
- "type": "boolean"
1495
- }
1496
- },
1497
- "hasDynamicHelp": true,
1498
- "hiddenAliases": [],
1499
- "id": "org:open:agent",
1500
- "pluginAlias": "@salesforce/plugin-org",
1501
- "pluginName": "@salesforce/plugin-org",
1502
- "pluginType": "core",
1503
- "strict": true,
1504
- "summary": "Open an agent in your org's Agent Builder UI in a browser.",
1505
- "enableJsonFlag": true,
1506
- "isESM": true,
1507
- "relativePath": [
1508
- "lib",
1509
- "commands",
1510
- "org",
1511
- "open",
1512
- "agent.js"
1513
- ],
1514
- "aliasPermutations": [],
1515
- "permutations": [
1516
- "org:open:agent",
1517
- "open:org:agent",
1518
- "open:agent:org",
1519
- "org:agent:open",
1520
- "agent:org:open",
1521
- "agent:open:org"
1522
- ]
1523
- },
1524
1632
  "org:refresh:sandbox": {
1525
1633
  "aliases": [],
1526
1634
  "args": {},
@@ -1875,5 +1983,5 @@
1875
1983
  ]
1876
1984
  }
1877
1985
  },
1878
- "version": "5.9.59"
1986
+ "version": "5.9.61"
1879
1987
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "5.9.59",
4
+ "version": "5.9.61",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4.5.6",
9
9
  "@oclif/multi-stage-output": "^0.8.29",
10
- "@salesforce/core": "^8.24.3",
10
+ "@salesforce/core": "^8.25.0",
11
11
  "@salesforce/kit": "^3.2.4",
12
12
  "@salesforce/sf-plugins-core": "^12.2.6",
13
13
  "@salesforce/source-deploy-retrieve": "^12.31.7",
@@ -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.59.crt",
232
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.59.sig"
231
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.61.crt",
232
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.61.sig"
233
233
  }
234
234
  }