@salesforce/plugin-org 5.7.7 → 5.7.8
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
|
@@ -242,7 +242,7 @@ FLAG DESCRIPTIONS
|
|
|
242
242
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/create/sandbox.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf org create scratch`
|
|
248
248
|
|
|
@@ -424,7 +424,7 @@ FLAG DESCRIPTIONS
|
|
|
424
424
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
427
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/create/scratch.ts)_
|
|
428
428
|
|
|
429
429
|
## `sf org delete sandbox`
|
|
430
430
|
|
|
@@ -470,7 +470,7 @@ EXAMPLES
|
|
|
470
470
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
471
471
|
```
|
|
472
472
|
|
|
473
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
473
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/delete/sandbox.ts)_
|
|
474
474
|
|
|
475
475
|
## `sf org delete scratch`
|
|
476
476
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
517
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/delete/scratch.ts)_
|
|
518
518
|
|
|
519
519
|
## `sf org disable tracking`
|
|
520
520
|
|
|
@@ -553,7 +553,7 @@ EXAMPLES
|
|
|
553
553
|
$ sf org disable tracking
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
556
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/disable/tracking.ts)_
|
|
557
557
|
|
|
558
558
|
## `sf org display`
|
|
559
559
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
$ sf org display --target-org TestOrg1 --verbose
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
601
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/display.ts)_
|
|
602
602
|
|
|
603
603
|
## `sf org enable tracking`
|
|
604
604
|
|
|
@@ -640,7 +640,7 @@ EXAMPLES
|
|
|
640
640
|
$ sf org enable tracking
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
643
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/enable/tracking.ts)_
|
|
644
644
|
|
|
645
645
|
## `sf org list`
|
|
646
646
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ sf org list --clean
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
682
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/list.ts)_
|
|
683
683
|
|
|
684
684
|
## `sf org list metadata`
|
|
685
685
|
|
|
@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
|
|
|
746
746
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
749
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/list/metadata.ts)_
|
|
750
750
|
|
|
751
751
|
## `sf org list metadata-types`
|
|
752
752
|
|
|
@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
|
|
|
801
801
|
Override the api version used for api requests made by this command
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
804
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/list/metadata-types.ts)_
|
|
805
805
|
|
|
806
806
|
## `sf org open`
|
|
807
807
|
|
|
@@ -877,7 +877,7 @@ EXAMPLES
|
|
|
877
877
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
878
878
|
```
|
|
879
879
|
|
|
880
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
880
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/open.ts)_
|
|
881
881
|
|
|
882
882
|
## `sf org open agent`
|
|
883
883
|
|
|
@@ -891,7 +891,7 @@ USAGE
|
|
|
891
891
|
FLAGS
|
|
892
892
|
-b, --browser=<option> Browser where the org opens.
|
|
893
893
|
<options: chrome|edge|firefox>
|
|
894
|
-
-n, --name=<value>
|
|
894
|
+
-n, --api-name=<value> (required) API name, also known as developer name, of the agent you want to open in the
|
|
895
895
|
org's Agent Builder UI.
|
|
896
896
|
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
897
897
|
configuration variable is already set.
|
|
@@ -906,8 +906,8 @@ GLOBAL FLAGS
|
|
|
906
906
|
DESCRIPTION
|
|
907
907
|
Open an agent in your org's Agent Builder UI in a browser.
|
|
908
908
|
|
|
909
|
-
Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's
|
|
910
|
-
name, go to Setup in your org and navigate to the agent's details page.
|
|
909
|
+
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
|
|
910
|
+
API name, go to Setup in your org and navigate to the agent's details page.
|
|
911
911
|
|
|
912
912
|
To generate the URL but not launch it in your browser, specify --url-only.
|
|
913
913
|
|
|
@@ -917,18 +917,18 @@ DESCRIPTION
|
|
|
917
917
|
EXAMPLES
|
|
918
918
|
Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
|
|
919
919
|
|
|
920
|
-
$ sf org open agent --name Coral_Cloud_Agent
|
|
920
|
+
$ sf org open agent --api-name Coral_Cloud_Agent
|
|
921
921
|
|
|
922
922
|
Open the agent in an incognito window of your default browser:
|
|
923
923
|
|
|
924
|
-
$ sf org open agent --private --name Coral_Cloud_Agent:
|
|
924
|
+
$ sf org open agent --private --api-name Coral_Cloud_Agent:
|
|
925
925
|
|
|
926
926
|
Open the agent in an org with alias MyTestOrg1 using the Firefox browser:
|
|
927
927
|
|
|
928
|
-
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
928
|
+
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
931
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/open/agent.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf org refresh sandbox`
|
|
934
934
|
|
|
@@ -1031,7 +1031,7 @@ FLAG DESCRIPTIONS
|
|
|
1031
1031
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1034
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/refresh/sandbox.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
## `sf org resume sandbox`
|
|
1037
1037
|
|
|
@@ -1094,7 +1094,7 @@ FLAG DESCRIPTIONS
|
|
|
1094
1094
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1095
1095
|
```
|
|
1096
1096
|
|
|
1097
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1097
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/resume/sandbox.ts)_
|
|
1098
1098
|
|
|
1099
1099
|
## `sf org resume scratch`
|
|
1100
1100
|
|
|
@@ -1147,6 +1147,6 @@ FLAG DESCRIPTIONS
|
|
|
1147
1147
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1148
1148
|
```
|
|
1149
1149
|
|
|
1150
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
1150
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.7.8/src/commands/org/resume/scratch.ts)_
|
|
1151
1151
|
|
|
1152
1152
|
<!-- commandsstop -->
|
|
@@ -4,11 +4,10 @@ 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 readonly state = "beta";
|
|
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>;
|
|
11
|
-
name: import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
10
|
+
'api-name': import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
|
|
12
11
|
private: import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
13
12
|
browser: import("@oclif/core/interfaces").OptionFlag<"chrome" | "firefox" | "edge" | undefined, import("@oclif/core/interfaces").CustomOptions>;
|
|
14
13
|
'url-only': import("@oclif/core/interfaces").BooleanFlag<boolean>;
|
|
@@ -14,14 +14,13 @@ 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 state = 'beta';
|
|
18
17
|
static flags = {
|
|
19
18
|
...OrgOpenCommandBase.flags,
|
|
20
19
|
'target-org': Flags.requiredOrg(),
|
|
21
20
|
'api-version': Flags.orgApiVersion(),
|
|
22
|
-
name: Flags.string({
|
|
21
|
+
'api-name': Flags.string({
|
|
23
22
|
char: 'n',
|
|
24
|
-
summary: messages.getMessage('flags.name.summary'),
|
|
23
|
+
summary: messages.getMessage('flags.api-name.summary'),
|
|
25
24
|
required: true,
|
|
26
25
|
}),
|
|
27
26
|
private: Flags.boolean({
|
|
@@ -47,7 +46,7 @@ export class OrgOpenAgent extends OrgOpenCommandBase {
|
|
|
47
46
|
this.connection = this.org.getConnection(flags['api-version']);
|
|
48
47
|
const [frontDoorUrl, retUrl] = await Promise.all([
|
|
49
48
|
buildFrontdoorUrl(this.org, this.connection, true),
|
|
50
|
-
buildRetUrl(this.connection, flags
|
|
49
|
+
buildRetUrl(this.connection, flags['api-name']),
|
|
51
50
|
]);
|
|
52
51
|
return this.openOrgUI(flags, frontDoorUrl, encodeURIComponent(retUrl));
|
|
53
52
|
}
|
|
@@ -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/messages/open.agent.md
CHANGED
|
@@ -4,7 +4,7 @@ Open an agent in your org's Agent Builder UI in a browser.
|
|
|
4
4
|
|
|
5
5
|
# description
|
|
6
6
|
|
|
7
|
-
Use the --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.
|
|
7
|
+
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.
|
|
8
8
|
|
|
9
9
|
To generate the URL but not launch it in your browser, specify --url-only.
|
|
10
10
|
|
|
@@ -14,17 +14,17 @@ To open Agent Builder in a specific browser, use the --browser flag. Supported b
|
|
|
14
14
|
|
|
15
15
|
- Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
|
|
16
16
|
|
|
17
|
-
$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent
|
|
17
|
+
$ <%= config.bin %> <%= command.id %> --api-name Coral_Cloud_Agent
|
|
18
18
|
|
|
19
19
|
- Open the agent in an incognito window of your default browser:
|
|
20
20
|
|
|
21
|
-
$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:
|
|
21
|
+
$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:
|
|
22
22
|
|
|
23
23
|
- Open the agent in an org with alias MyTestOrg1 using the Firefox browser:
|
|
24
24
|
|
|
25
|
-
$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
25
|
+
$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
26
26
|
|
|
27
|
-
# flags.name.summary
|
|
27
|
+
# flags.api-name.summary
|
|
28
28
|
|
|
29
29
|
API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.
|
|
30
30
|
|
package/oclif.manifest.json
CHANGED
|
@@ -849,6 +849,69 @@
|
|
|
849
849
|
"scratch:create:org"
|
|
850
850
|
]
|
|
851
851
|
},
|
|
852
|
+
"org:disable:tracking": {
|
|
853
|
+
"aliases": [],
|
|
854
|
+
"args": {},
|
|
855
|
+
"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.",
|
|
856
|
+
"examples": [
|
|
857
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
858
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
859
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
860
|
+
],
|
|
861
|
+
"flags": {
|
|
862
|
+
"json": {
|
|
863
|
+
"description": "Format output as json.",
|
|
864
|
+
"helpGroup": "GLOBAL",
|
|
865
|
+
"name": "json",
|
|
866
|
+
"allowNo": false,
|
|
867
|
+
"type": "boolean"
|
|
868
|
+
},
|
|
869
|
+
"flags-dir": {
|
|
870
|
+
"helpGroup": "GLOBAL",
|
|
871
|
+
"name": "flags-dir",
|
|
872
|
+
"summary": "Import flag values from a directory.",
|
|
873
|
+
"hasDynamicHelp": false,
|
|
874
|
+
"multiple": false,
|
|
875
|
+
"type": "option"
|
|
876
|
+
},
|
|
877
|
+
"target-org": {
|
|
878
|
+
"char": "o",
|
|
879
|
+
"name": "target-org",
|
|
880
|
+
"noCacheDefault": true,
|
|
881
|
+
"required": true,
|
|
882
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
883
|
+
"hasDynamicHelp": true,
|
|
884
|
+
"multiple": false,
|
|
885
|
+
"type": "option"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"hasDynamicHelp": true,
|
|
889
|
+
"hiddenAliases": [],
|
|
890
|
+
"id": "org:disable:tracking",
|
|
891
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
892
|
+
"pluginName": "@salesforce/plugin-org",
|
|
893
|
+
"pluginType": "core",
|
|
894
|
+
"strict": true,
|
|
895
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
896
|
+
"enableJsonFlag": true,
|
|
897
|
+
"isESM": true,
|
|
898
|
+
"relativePath": [
|
|
899
|
+
"lib",
|
|
900
|
+
"commands",
|
|
901
|
+
"org",
|
|
902
|
+
"disable",
|
|
903
|
+
"tracking.js"
|
|
904
|
+
],
|
|
905
|
+
"aliasPermutations": [],
|
|
906
|
+
"permutations": [
|
|
907
|
+
"org:disable:tracking",
|
|
908
|
+
"disable:org:tracking",
|
|
909
|
+
"disable:tracking:org",
|
|
910
|
+
"org:tracking:disable",
|
|
911
|
+
"tracking:org:disable",
|
|
912
|
+
"tracking:disable:org"
|
|
913
|
+
]
|
|
914
|
+
},
|
|
852
915
|
"org:delete:sandbox": {
|
|
853
916
|
"aliases": [
|
|
854
917
|
"env:delete:sandbox"
|
|
@@ -1017,69 +1080,6 @@
|
|
|
1017
1080
|
"scratch:delete:org"
|
|
1018
1081
|
]
|
|
1019
1082
|
},
|
|
1020
|
-
"org:disable:tracking": {
|
|
1021
|
-
"aliases": [],
|
|
1022
|
-
"args": {},
|
|
1023
|
-
"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.",
|
|
1024
|
-
"examples": [
|
|
1025
|
-
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1026
|
-
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1027
|
-
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1028
|
-
],
|
|
1029
|
-
"flags": {
|
|
1030
|
-
"json": {
|
|
1031
|
-
"description": "Format output as json.",
|
|
1032
|
-
"helpGroup": "GLOBAL",
|
|
1033
|
-
"name": "json",
|
|
1034
|
-
"allowNo": false,
|
|
1035
|
-
"type": "boolean"
|
|
1036
|
-
},
|
|
1037
|
-
"flags-dir": {
|
|
1038
|
-
"helpGroup": "GLOBAL",
|
|
1039
|
-
"name": "flags-dir",
|
|
1040
|
-
"summary": "Import flag values from a directory.",
|
|
1041
|
-
"hasDynamicHelp": false,
|
|
1042
|
-
"multiple": false,
|
|
1043
|
-
"type": "option"
|
|
1044
|
-
},
|
|
1045
|
-
"target-org": {
|
|
1046
|
-
"char": "o",
|
|
1047
|
-
"name": "target-org",
|
|
1048
|
-
"noCacheDefault": true,
|
|
1049
|
-
"required": true,
|
|
1050
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1051
|
-
"hasDynamicHelp": true,
|
|
1052
|
-
"multiple": false,
|
|
1053
|
-
"type": "option"
|
|
1054
|
-
}
|
|
1055
|
-
},
|
|
1056
|
-
"hasDynamicHelp": true,
|
|
1057
|
-
"hiddenAliases": [],
|
|
1058
|
-
"id": "org:disable:tracking",
|
|
1059
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1060
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1061
|
-
"pluginType": "core",
|
|
1062
|
-
"strict": true,
|
|
1063
|
-
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
1064
|
-
"enableJsonFlag": true,
|
|
1065
|
-
"isESM": true,
|
|
1066
|
-
"relativePath": [
|
|
1067
|
-
"lib",
|
|
1068
|
-
"commands",
|
|
1069
|
-
"org",
|
|
1070
|
-
"disable",
|
|
1071
|
-
"tracking.js"
|
|
1072
|
-
],
|
|
1073
|
-
"aliasPermutations": [],
|
|
1074
|
-
"permutations": [
|
|
1075
|
-
"org:disable:tracking",
|
|
1076
|
-
"disable:org:tracking",
|
|
1077
|
-
"disable:tracking:org",
|
|
1078
|
-
"org:tracking:disable",
|
|
1079
|
-
"tracking:org:disable",
|
|
1080
|
-
"tracking:disable:org"
|
|
1081
|
-
]
|
|
1082
|
-
},
|
|
1083
1083
|
"org:enable:tracking": {
|
|
1084
1084
|
"aliases": [],
|
|
1085
1085
|
"args": {},
|
|
@@ -1405,11 +1405,11 @@
|
|
|
1405
1405
|
"org:open:agent": {
|
|
1406
1406
|
"aliases": [],
|
|
1407
1407
|
"args": {},
|
|
1408
|
-
"description": "Use the --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.",
|
|
1408
|
+
"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.",
|
|
1409
1409
|
"examples": [
|
|
1410
|
-
"Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent",
|
|
1411
|
-
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1412
|
-
"Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent"
|
|
1410
|
+
"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",
|
|
1411
|
+
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:",
|
|
1412
|
+
"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"
|
|
1413
1413
|
],
|
|
1414
1414
|
"flags": {
|
|
1415
1415
|
"json": {
|
|
@@ -1444,9 +1444,9 @@
|
|
|
1444
1444
|
"multiple": false,
|
|
1445
1445
|
"type": "option"
|
|
1446
1446
|
},
|
|
1447
|
-
"name": {
|
|
1447
|
+
"api-name": {
|
|
1448
1448
|
"char": "n",
|
|
1449
|
-
"name": "name",
|
|
1449
|
+
"name": "api-name",
|
|
1450
1450
|
"required": true,
|
|
1451
1451
|
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1452
1452
|
"hasDynamicHelp": false,
|
|
@@ -1498,7 +1498,6 @@
|
|
|
1498
1498
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1499
1499
|
"pluginName": "@salesforce/plugin-org",
|
|
1500
1500
|
"pluginType": "core",
|
|
1501
|
-
"state": "beta",
|
|
1502
1501
|
"strict": true,
|
|
1503
1502
|
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1504
1503
|
"enableJsonFlag": true,
|
|
@@ -1874,5 +1873,5 @@
|
|
|
1874
1873
|
]
|
|
1875
1874
|
}
|
|
1876
1875
|
},
|
|
1877
|
-
"version": "5.7.
|
|
1876
|
+
"version": "5.7.8"
|
|
1878
1877
|
}
|
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.7.
|
|
4
|
+
"version": "5.7.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"exports": "./lib/index.js",
|
|
228
228
|
"type": "module",
|
|
229
229
|
"sfdx": {
|
|
230
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.8.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.7.8.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|