@salesforce/plugin-org 5.9.59 → 5.9.60
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 +62 -15
- package/lib/commands/org/open/authoring-bundle.d.ts +15 -0
- package/lib/commands/org/open/authoring-bundle.js +53 -0
- package/lib/commands/org/open/authoring-bundle.js.map +1 -0
- package/messages/open.authoring-bundle.md +35 -0
- package/oclif.manifest.json +172 -64
- package/package.json +3 -3
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.
|
|
251
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
433
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
479
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
523
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
562
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
607
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
649
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
688
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
755
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
810
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
886
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
937
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.60/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.
|
|
1086
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
1149
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
|
1202
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.60/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.
|
package/oclif.manifest.json
CHANGED
|
@@ -851,6 +851,69 @@
|
|
|
851
851
|
"scratch:create:org"
|
|
852
852
|
]
|
|
853
853
|
},
|
|
854
|
+
"org:disable:tracking": {
|
|
855
|
+
"aliases": [],
|
|
856
|
+
"args": {},
|
|
857
|
+
"description": "Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that no source tracking operations are executed when working with the org.",
|
|
858
|
+
"examples": [
|
|
859
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
860
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
861
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
862
|
+
],
|
|
863
|
+
"flags": {
|
|
864
|
+
"json": {
|
|
865
|
+
"description": "Format output as json.",
|
|
866
|
+
"helpGroup": "GLOBAL",
|
|
867
|
+
"name": "json",
|
|
868
|
+
"allowNo": false,
|
|
869
|
+
"type": "boolean"
|
|
870
|
+
},
|
|
871
|
+
"flags-dir": {
|
|
872
|
+
"helpGroup": "GLOBAL",
|
|
873
|
+
"name": "flags-dir",
|
|
874
|
+
"summary": "Import flag values from a directory.",
|
|
875
|
+
"hasDynamicHelp": false,
|
|
876
|
+
"multiple": false,
|
|
877
|
+
"type": "option"
|
|
878
|
+
},
|
|
879
|
+
"target-org": {
|
|
880
|
+
"char": "o",
|
|
881
|
+
"name": "target-org",
|
|
882
|
+
"noCacheDefault": true,
|
|
883
|
+
"required": true,
|
|
884
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
885
|
+
"hasDynamicHelp": true,
|
|
886
|
+
"multiple": false,
|
|
887
|
+
"type": "option"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"hasDynamicHelp": true,
|
|
891
|
+
"hiddenAliases": [],
|
|
892
|
+
"id": "org:disable:tracking",
|
|
893
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
894
|
+
"pluginName": "@salesforce/plugin-org",
|
|
895
|
+
"pluginType": "core",
|
|
896
|
+
"strict": true,
|
|
897
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
898
|
+
"enableJsonFlag": true,
|
|
899
|
+
"isESM": true,
|
|
900
|
+
"relativePath": [
|
|
901
|
+
"lib",
|
|
902
|
+
"commands",
|
|
903
|
+
"org",
|
|
904
|
+
"disable",
|
|
905
|
+
"tracking.js"
|
|
906
|
+
],
|
|
907
|
+
"aliasPermutations": [],
|
|
908
|
+
"permutations": [
|
|
909
|
+
"org:disable:tracking",
|
|
910
|
+
"disable:org:tracking",
|
|
911
|
+
"disable:tracking:org",
|
|
912
|
+
"org:tracking:disable",
|
|
913
|
+
"tracking:org:disable",
|
|
914
|
+
"tracking:disable:org"
|
|
915
|
+
]
|
|
916
|
+
},
|
|
854
917
|
"org:delete:sandbox": {
|
|
855
918
|
"aliases": [
|
|
856
919
|
"env:delete:sandbox"
|
|
@@ -1019,69 +1082,6 @@
|
|
|
1019
1082
|
"scratch:delete:org"
|
|
1020
1083
|
]
|
|
1021
1084
|
},
|
|
1022
|
-
"org:disable:tracking": {
|
|
1023
|
-
"aliases": [],
|
|
1024
|
-
"args": {},
|
|
1025
|
-
"description": "Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that no source tracking operations are executed when working with the org.",
|
|
1026
|
-
"examples": [
|
|
1027
|
-
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1028
|
-
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1029
|
-
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1030
|
-
],
|
|
1031
|
-
"flags": {
|
|
1032
|
-
"json": {
|
|
1033
|
-
"description": "Format output as json.",
|
|
1034
|
-
"helpGroup": "GLOBAL",
|
|
1035
|
-
"name": "json",
|
|
1036
|
-
"allowNo": false,
|
|
1037
|
-
"type": "boolean"
|
|
1038
|
-
},
|
|
1039
|
-
"flags-dir": {
|
|
1040
|
-
"helpGroup": "GLOBAL",
|
|
1041
|
-
"name": "flags-dir",
|
|
1042
|
-
"summary": "Import flag values from a directory.",
|
|
1043
|
-
"hasDynamicHelp": false,
|
|
1044
|
-
"multiple": false,
|
|
1045
|
-
"type": "option"
|
|
1046
|
-
},
|
|
1047
|
-
"target-org": {
|
|
1048
|
-
"char": "o",
|
|
1049
|
-
"name": "target-org",
|
|
1050
|
-
"noCacheDefault": true,
|
|
1051
|
-
"required": true,
|
|
1052
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1053
|
-
"hasDynamicHelp": true,
|
|
1054
|
-
"multiple": false,
|
|
1055
|
-
"type": "option"
|
|
1056
|
-
}
|
|
1057
|
-
},
|
|
1058
|
-
"hasDynamicHelp": true,
|
|
1059
|
-
"hiddenAliases": [],
|
|
1060
|
-
"id": "org:disable:tracking",
|
|
1061
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1062
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1063
|
-
"pluginType": "core",
|
|
1064
|
-
"strict": true,
|
|
1065
|
-
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
1066
|
-
"enableJsonFlag": true,
|
|
1067
|
-
"isESM": true,
|
|
1068
|
-
"relativePath": [
|
|
1069
|
-
"lib",
|
|
1070
|
-
"commands",
|
|
1071
|
-
"org",
|
|
1072
|
-
"disable",
|
|
1073
|
-
"tracking.js"
|
|
1074
|
-
],
|
|
1075
|
-
"aliasPermutations": [],
|
|
1076
|
-
"permutations": [
|
|
1077
|
-
"org:disable:tracking",
|
|
1078
|
-
"disable:org:tracking",
|
|
1079
|
-
"disable:tracking:org",
|
|
1080
|
-
"org:tracking:disable",
|
|
1081
|
-
"tracking:org:disable",
|
|
1082
|
-
"tracking:disable:org"
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
1085
|
"org:enable:tracking": {
|
|
1086
1086
|
"aliases": [],
|
|
1087
1087
|
"args": {},
|
|
@@ -1521,6 +1521,114 @@
|
|
|
1521
1521
|
"agent:open:org"
|
|
1522
1522
|
]
|
|
1523
1523
|
},
|
|
1524
|
+
"org:open:authoring-bundle": {
|
|
1525
|
+
"aliases": [],
|
|
1526
|
+
"args": {},
|
|
1527
|
+
"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.",
|
|
1528
|
+
"examples": [
|
|
1529
|
+
"Open the agents list view in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %>",
|
|
1530
|
+
"Open the agents list view in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private",
|
|
1531
|
+
"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"
|
|
1532
|
+
],
|
|
1533
|
+
"flags": {
|
|
1534
|
+
"json": {
|
|
1535
|
+
"description": "Format output as json.",
|
|
1536
|
+
"helpGroup": "GLOBAL",
|
|
1537
|
+
"name": "json",
|
|
1538
|
+
"allowNo": false,
|
|
1539
|
+
"type": "boolean"
|
|
1540
|
+
},
|
|
1541
|
+
"flags-dir": {
|
|
1542
|
+
"helpGroup": "GLOBAL",
|
|
1543
|
+
"name": "flags-dir",
|
|
1544
|
+
"summary": "Import flag values from a directory.",
|
|
1545
|
+
"hasDynamicHelp": false,
|
|
1546
|
+
"multiple": false,
|
|
1547
|
+
"type": "option"
|
|
1548
|
+
},
|
|
1549
|
+
"target-org": {
|
|
1550
|
+
"char": "o",
|
|
1551
|
+
"name": "target-org",
|
|
1552
|
+
"noCacheDefault": true,
|
|
1553
|
+
"required": true,
|
|
1554
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1555
|
+
"hasDynamicHelp": true,
|
|
1556
|
+
"multiple": false,
|
|
1557
|
+
"type": "option"
|
|
1558
|
+
},
|
|
1559
|
+
"api-version": {
|
|
1560
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1561
|
+
"name": "api-version",
|
|
1562
|
+
"hasDynamicHelp": false,
|
|
1563
|
+
"multiple": false,
|
|
1564
|
+
"type": "option"
|
|
1565
|
+
},
|
|
1566
|
+
"private": {
|
|
1567
|
+
"exclusive": [
|
|
1568
|
+
"url-only",
|
|
1569
|
+
"browser"
|
|
1570
|
+
],
|
|
1571
|
+
"name": "private",
|
|
1572
|
+
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1573
|
+
"allowNo": false,
|
|
1574
|
+
"type": "boolean"
|
|
1575
|
+
},
|
|
1576
|
+
"browser": {
|
|
1577
|
+
"char": "b",
|
|
1578
|
+
"exclusive": [
|
|
1579
|
+
"url-only",
|
|
1580
|
+
"private"
|
|
1581
|
+
],
|
|
1582
|
+
"name": "browser",
|
|
1583
|
+
"summary": "Browser where the org opens.",
|
|
1584
|
+
"hasDynamicHelp": false,
|
|
1585
|
+
"multiple": false,
|
|
1586
|
+
"options": [
|
|
1587
|
+
"chrome",
|
|
1588
|
+
"edge",
|
|
1589
|
+
"firefox"
|
|
1590
|
+
],
|
|
1591
|
+
"type": "option"
|
|
1592
|
+
},
|
|
1593
|
+
"url-only": {
|
|
1594
|
+
"aliases": [
|
|
1595
|
+
"urlonly"
|
|
1596
|
+
],
|
|
1597
|
+
"char": "r",
|
|
1598
|
+
"deprecateAliases": true,
|
|
1599
|
+
"name": "url-only",
|
|
1600
|
+
"summary": "Display navigation URL, but don't launch browser.",
|
|
1601
|
+
"allowNo": false,
|
|
1602
|
+
"type": "boolean"
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
"hasDynamicHelp": true,
|
|
1606
|
+
"hiddenAliases": [],
|
|
1607
|
+
"id": "org:open:authoring-bundle",
|
|
1608
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1609
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1610
|
+
"pluginType": "core",
|
|
1611
|
+
"strict": true,
|
|
1612
|
+
"summary": "Open your org in Agentforce Studio, specically in the list view showing the list of agents.",
|
|
1613
|
+
"enableJsonFlag": true,
|
|
1614
|
+
"isESM": true,
|
|
1615
|
+
"relativePath": [
|
|
1616
|
+
"lib",
|
|
1617
|
+
"commands",
|
|
1618
|
+
"org",
|
|
1619
|
+
"open",
|
|
1620
|
+
"authoring-bundle.js"
|
|
1621
|
+
],
|
|
1622
|
+
"aliasPermutations": [],
|
|
1623
|
+
"permutations": [
|
|
1624
|
+
"org:open:authoring-bundle",
|
|
1625
|
+
"open:org:authoring-bundle",
|
|
1626
|
+
"open:authoring-bundle:org",
|
|
1627
|
+
"org:authoring-bundle:open",
|
|
1628
|
+
"authoring-bundle:org:open",
|
|
1629
|
+
"authoring-bundle:open:org"
|
|
1630
|
+
]
|
|
1631
|
+
},
|
|
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.
|
|
1986
|
+
"version": "5.9.60"
|
|
1879
1987
|
}
|
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.60",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -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.60.crt",
|
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.60.sig"
|
|
233
233
|
}
|
|
234
234
|
}
|