@salesforce/plugin-org 5.5.1 → 5.5.2
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 +15 -15
- package/oclif.manifest.json +148 -148
- package/package.json +5 -5
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.5.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
427
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
473
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
517
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
556
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
601
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
643
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
682
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
749
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
804
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/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.5.
|
|
880
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/src/commands/org/open.ts)_
|
|
881
881
|
|
|
882
882
|
## `sf org open agent`
|
|
883
883
|
|
|
@@ -928,7 +928,7 @@ EXAMPLES
|
|
|
928
928
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --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.5.
|
|
931
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/src/commands/org/open/agent.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf org refresh sandbox`
|
|
934
934
|
|
|
@@ -1005,7 +1005,7 @@ FLAG DESCRIPTIONS
|
|
|
1005
1005
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
1006
1006
|
```
|
|
1007
1007
|
|
|
1008
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
1008
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/src/commands/org/refresh/sandbox.ts)_
|
|
1009
1009
|
|
|
1010
1010
|
## `sf org resume sandbox`
|
|
1011
1011
|
|
|
@@ -1068,7 +1068,7 @@ FLAG DESCRIPTIONS
|
|
|
1068
1068
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
1071
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/src/commands/org/resume/sandbox.ts)_
|
|
1072
1072
|
|
|
1073
1073
|
## `sf org resume scratch`
|
|
1074
1074
|
|
|
@@ -1115,6 +1115,6 @@ FLAG DESCRIPTIONS
|
|
|
1115
1115
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
1118
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.2/src/commands/org/resume/scratch.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -849,69 +849,6 @@
|
|
|
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
|
-
},
|
|
915
852
|
"org:delete:sandbox": {
|
|
916
853
|
"aliases": [
|
|
917
854
|
"env:delete:sandbox"
|
|
@@ -1080,14 +1017,14 @@
|
|
|
1080
1017
|
"scratch:delete:org"
|
|
1081
1018
|
]
|
|
1082
1019
|
},
|
|
1083
|
-
"org:
|
|
1020
|
+
"org:disable:tracking": {
|
|
1084
1021
|
"aliases": [],
|
|
1085
1022
|
"args": {},
|
|
1086
|
-
"description": "
|
|
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.",
|
|
1087
1024
|
"examples": [
|
|
1088
|
-
"
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
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 %>"
|
|
1091
1028
|
],
|
|
1092
1029
|
"flags": {
|
|
1093
1030
|
"json": {
|
|
@@ -1118,39 +1055,39 @@
|
|
|
1118
1055
|
},
|
|
1119
1056
|
"hasDynamicHelp": true,
|
|
1120
1057
|
"hiddenAliases": [],
|
|
1121
|
-
"id": "org:
|
|
1058
|
+
"id": "org:disable:tracking",
|
|
1122
1059
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1123
1060
|
"pluginName": "@salesforce/plugin-org",
|
|
1124
1061
|
"pluginType": "core",
|
|
1125
1062
|
"strict": true,
|
|
1126
|
-
"summary": "
|
|
1063
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
1127
1064
|
"enableJsonFlag": true,
|
|
1128
1065
|
"isESM": true,
|
|
1129
1066
|
"relativePath": [
|
|
1130
1067
|
"lib",
|
|
1131
1068
|
"commands",
|
|
1132
1069
|
"org",
|
|
1133
|
-
"
|
|
1070
|
+
"disable",
|
|
1134
1071
|
"tracking.js"
|
|
1135
1072
|
],
|
|
1136
1073
|
"aliasPermutations": [],
|
|
1137
1074
|
"permutations": [
|
|
1138
|
-
"org:
|
|
1139
|
-
"
|
|
1140
|
-
"
|
|
1141
|
-
"org:tracking:
|
|
1142
|
-
"tracking:org:
|
|
1143
|
-
"tracking:
|
|
1075
|
+
"org:disable:tracking",
|
|
1076
|
+
"disable:org:tracking",
|
|
1077
|
+
"disable:tracking:org",
|
|
1078
|
+
"org:tracking:disable",
|
|
1079
|
+
"tracking:org:disable",
|
|
1080
|
+
"tracking:disable:org"
|
|
1144
1081
|
]
|
|
1145
1082
|
},
|
|
1146
|
-
"org:
|
|
1083
|
+
"org:enable:tracking": {
|
|
1147
1084
|
"aliases": [],
|
|
1148
1085
|
"args": {},
|
|
1149
|
-
"description": "
|
|
1086
|
+
"description": "Enabling 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 source tracking operations are executed when working with the org.\n\nThis command throws an error if the org doesn't support tracking. Examples of orgs that don't support source tracking include Developer Edition orgs, production orgs, Partial Copy sandboxes, and Full sandboxes.",
|
|
1150
1087
|
"examples": [
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1088
|
+
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1089
|
+
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1090
|
+
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1154
1091
|
],
|
|
1155
1092
|
"flags": {
|
|
1156
1093
|
"json": {
|
|
@@ -1177,88 +1114,33 @@
|
|
|
1177
1114
|
"hasDynamicHelp": true,
|
|
1178
1115
|
"multiple": false,
|
|
1179
1116
|
"type": "option"
|
|
1180
|
-
},
|
|
1181
|
-
"api-version": {
|
|
1182
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1183
|
-
"name": "api-version",
|
|
1184
|
-
"hasDynamicHelp": false,
|
|
1185
|
-
"multiple": false,
|
|
1186
|
-
"type": "option"
|
|
1187
|
-
},
|
|
1188
|
-
"name": {
|
|
1189
|
-
"char": "n",
|
|
1190
|
-
"name": "name",
|
|
1191
|
-
"required": true,
|
|
1192
|
-
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1193
|
-
"hasDynamicHelp": false,
|
|
1194
|
-
"multiple": false,
|
|
1195
|
-
"type": "option"
|
|
1196
|
-
},
|
|
1197
|
-
"private": {
|
|
1198
|
-
"exclusive": [
|
|
1199
|
-
"url-only",
|
|
1200
|
-
"browser"
|
|
1201
|
-
],
|
|
1202
|
-
"name": "private",
|
|
1203
|
-
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1204
|
-
"allowNo": false,
|
|
1205
|
-
"type": "boolean"
|
|
1206
|
-
},
|
|
1207
|
-
"browser": {
|
|
1208
|
-
"char": "b",
|
|
1209
|
-
"exclusive": [
|
|
1210
|
-
"url-only",
|
|
1211
|
-
"private"
|
|
1212
|
-
],
|
|
1213
|
-
"name": "browser",
|
|
1214
|
-
"summary": "Browser where the org opens.",
|
|
1215
|
-
"hasDynamicHelp": false,
|
|
1216
|
-
"multiple": false,
|
|
1217
|
-
"options": [
|
|
1218
|
-
"chrome",
|
|
1219
|
-
"edge",
|
|
1220
|
-
"firefox"
|
|
1221
|
-
],
|
|
1222
|
-
"type": "option"
|
|
1223
|
-
},
|
|
1224
|
-
"url-only": {
|
|
1225
|
-
"aliases": [
|
|
1226
|
-
"urlonly"
|
|
1227
|
-
],
|
|
1228
|
-
"char": "r",
|
|
1229
|
-
"deprecateAliases": true,
|
|
1230
|
-
"name": "url-only",
|
|
1231
|
-
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1232
|
-
"allowNo": false,
|
|
1233
|
-
"type": "boolean"
|
|
1234
1117
|
}
|
|
1235
1118
|
},
|
|
1236
1119
|
"hasDynamicHelp": true,
|
|
1237
1120
|
"hiddenAliases": [],
|
|
1238
|
-
"id": "org:
|
|
1121
|
+
"id": "org:enable:tracking",
|
|
1239
1122
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1240
1123
|
"pluginName": "@salesforce/plugin-org",
|
|
1241
1124
|
"pluginType": "core",
|
|
1242
|
-
"state": "beta",
|
|
1243
1125
|
"strict": true,
|
|
1244
|
-
"summary": "
|
|
1126
|
+
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
1245
1127
|
"enableJsonFlag": true,
|
|
1246
1128
|
"isESM": true,
|
|
1247
1129
|
"relativePath": [
|
|
1248
1130
|
"lib",
|
|
1249
1131
|
"commands",
|
|
1250
1132
|
"org",
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1133
|
+
"enable",
|
|
1134
|
+
"tracking.js"
|
|
1253
1135
|
],
|
|
1254
1136
|
"aliasPermutations": [],
|
|
1255
1137
|
"permutations": [
|
|
1256
|
-
"org:
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
"org:
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1138
|
+
"org:enable:tracking",
|
|
1139
|
+
"enable:org:tracking",
|
|
1140
|
+
"enable:tracking:org",
|
|
1141
|
+
"org:tracking:enable",
|
|
1142
|
+
"tracking:org:enable",
|
|
1143
|
+
"tracking:enable:org"
|
|
1262
1144
|
]
|
|
1263
1145
|
},
|
|
1264
1146
|
"org:list:metadata-types": {
|
|
@@ -1520,6 +1402,124 @@
|
|
|
1520
1402
|
"metadata:list:org"
|
|
1521
1403
|
]
|
|
1522
1404
|
},
|
|
1405
|
+
"org:open:agent": {
|
|
1406
|
+
"aliases": [],
|
|
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.",
|
|
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"
|
|
1413
|
+
],
|
|
1414
|
+
"flags": {
|
|
1415
|
+
"json": {
|
|
1416
|
+
"description": "Format output as json.",
|
|
1417
|
+
"helpGroup": "GLOBAL",
|
|
1418
|
+
"name": "json",
|
|
1419
|
+
"allowNo": false,
|
|
1420
|
+
"type": "boolean"
|
|
1421
|
+
},
|
|
1422
|
+
"flags-dir": {
|
|
1423
|
+
"helpGroup": "GLOBAL",
|
|
1424
|
+
"name": "flags-dir",
|
|
1425
|
+
"summary": "Import flag values from a directory.",
|
|
1426
|
+
"hasDynamicHelp": false,
|
|
1427
|
+
"multiple": false,
|
|
1428
|
+
"type": "option"
|
|
1429
|
+
},
|
|
1430
|
+
"target-org": {
|
|
1431
|
+
"char": "o",
|
|
1432
|
+
"name": "target-org",
|
|
1433
|
+
"noCacheDefault": true,
|
|
1434
|
+
"required": true,
|
|
1435
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1436
|
+
"hasDynamicHelp": true,
|
|
1437
|
+
"multiple": false,
|
|
1438
|
+
"type": "option"
|
|
1439
|
+
},
|
|
1440
|
+
"api-version": {
|
|
1441
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1442
|
+
"name": "api-version",
|
|
1443
|
+
"hasDynamicHelp": false,
|
|
1444
|
+
"multiple": false,
|
|
1445
|
+
"type": "option"
|
|
1446
|
+
},
|
|
1447
|
+
"name": {
|
|
1448
|
+
"char": "n",
|
|
1449
|
+
"name": "name",
|
|
1450
|
+
"required": true,
|
|
1451
|
+
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1452
|
+
"hasDynamicHelp": false,
|
|
1453
|
+
"multiple": false,
|
|
1454
|
+
"type": "option"
|
|
1455
|
+
},
|
|
1456
|
+
"private": {
|
|
1457
|
+
"exclusive": [
|
|
1458
|
+
"url-only",
|
|
1459
|
+
"browser"
|
|
1460
|
+
],
|
|
1461
|
+
"name": "private",
|
|
1462
|
+
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1463
|
+
"allowNo": false,
|
|
1464
|
+
"type": "boolean"
|
|
1465
|
+
},
|
|
1466
|
+
"browser": {
|
|
1467
|
+
"char": "b",
|
|
1468
|
+
"exclusive": [
|
|
1469
|
+
"url-only",
|
|
1470
|
+
"private"
|
|
1471
|
+
],
|
|
1472
|
+
"name": "browser",
|
|
1473
|
+
"summary": "Browser where the org opens.",
|
|
1474
|
+
"hasDynamicHelp": false,
|
|
1475
|
+
"multiple": false,
|
|
1476
|
+
"options": [
|
|
1477
|
+
"chrome",
|
|
1478
|
+
"edge",
|
|
1479
|
+
"firefox"
|
|
1480
|
+
],
|
|
1481
|
+
"type": "option"
|
|
1482
|
+
},
|
|
1483
|
+
"url-only": {
|
|
1484
|
+
"aliases": [
|
|
1485
|
+
"urlonly"
|
|
1486
|
+
],
|
|
1487
|
+
"char": "r",
|
|
1488
|
+
"deprecateAliases": true,
|
|
1489
|
+
"name": "url-only",
|
|
1490
|
+
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1491
|
+
"allowNo": false,
|
|
1492
|
+
"type": "boolean"
|
|
1493
|
+
}
|
|
1494
|
+
},
|
|
1495
|
+
"hasDynamicHelp": true,
|
|
1496
|
+
"hiddenAliases": [],
|
|
1497
|
+
"id": "org:open:agent",
|
|
1498
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1499
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1500
|
+
"pluginType": "core",
|
|
1501
|
+
"state": "beta",
|
|
1502
|
+
"strict": true,
|
|
1503
|
+
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1504
|
+
"enableJsonFlag": true,
|
|
1505
|
+
"isESM": true,
|
|
1506
|
+
"relativePath": [
|
|
1507
|
+
"lib",
|
|
1508
|
+
"commands",
|
|
1509
|
+
"org",
|
|
1510
|
+
"open",
|
|
1511
|
+
"agent.js"
|
|
1512
|
+
],
|
|
1513
|
+
"aliasPermutations": [],
|
|
1514
|
+
"permutations": [
|
|
1515
|
+
"org:open:agent",
|
|
1516
|
+
"open:org:agent",
|
|
1517
|
+
"open:agent:org",
|
|
1518
|
+
"org:agent:open",
|
|
1519
|
+
"agent:org:open",
|
|
1520
|
+
"agent:open:org"
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1523
1523
|
"org:refresh:sandbox": {
|
|
1524
1524
|
"aliases": [],
|
|
1525
1525
|
"args": {},
|
|
@@ -1840,5 +1840,5 @@
|
|
|
1840
1840
|
]
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
1843
|
-
"version": "5.5.
|
|
1843
|
+
"version": "5.5.2"
|
|
1844
1844
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "5.5.
|
|
4
|
+
"version": "5.5.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4.2.10",
|
|
9
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.12",
|
|
10
10
|
"@salesforce/core": "^8.8.3",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@oclif/plugin-command-snapshot": "^5.2.36",
|
|
23
23
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
24
24
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
25
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
25
|
+
"@salesforce/plugin-command-reference": "^3.1.48",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
28
28
|
"moment": "^2.30.1",
|
|
@@ -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.5.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.5.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.5.2.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.5.2.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|