@salesforce/plugin-org 5.9.61 → 5.9.63
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 +18 -18
- package/lib/commands/org/list.js +3 -2
- package/lib/commands/org/list.js.map +1 -1
- package/messages/list.md +1 -1
- package/messages/open.authoring-bundle.md +1 -1
- package/oclif.manifest.json +300 -300
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -248,7 +248,7 @@ FLAG DESCRIPTIONS
|
|
|
248
248
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
_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.63/src/commands/org/create/sandbox.ts)_
|
|
252
252
|
|
|
253
253
|
## `sf org create scratch`
|
|
254
254
|
|
|
@@ -430,7 +430,7 @@ FLAG DESCRIPTIONS
|
|
|
430
430
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
431
431
|
```
|
|
432
432
|
|
|
433
|
-
_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.63/src/commands/org/create/scratch.ts)_
|
|
434
434
|
|
|
435
435
|
## `sf org delete sandbox`
|
|
436
436
|
|
|
@@ -476,7 +476,7 @@ EXAMPLES
|
|
|
476
476
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
477
477
|
```
|
|
478
478
|
|
|
479
|
-
_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.63/src/commands/org/delete/sandbox.ts)_
|
|
480
480
|
|
|
481
481
|
## `sf org delete scratch`
|
|
482
482
|
|
|
@@ -520,7 +520,7 @@ EXAMPLES
|
|
|
520
520
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_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.63/src/commands/org/delete/scratch.ts)_
|
|
524
524
|
|
|
525
525
|
## `sf org disable tracking`
|
|
526
526
|
|
|
@@ -559,7 +559,7 @@ EXAMPLES
|
|
|
559
559
|
$ sf org disable tracking
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_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.63/src/commands/org/disable/tracking.ts)_
|
|
563
563
|
|
|
564
564
|
## `sf org display`
|
|
565
565
|
|
|
@@ -604,7 +604,7 @@ EXAMPLES
|
|
|
604
604
|
$ sf org display --target-org TestOrg1 --verbose
|
|
605
605
|
```
|
|
606
606
|
|
|
607
|
-
_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.63/src/commands/org/display.ts)_
|
|
608
608
|
|
|
609
609
|
## `sf org enable tracking`
|
|
610
610
|
|
|
@@ -646,7 +646,7 @@ EXAMPLES
|
|
|
646
646
|
$ sf org enable tracking
|
|
647
647
|
```
|
|
648
648
|
|
|
649
|
-
_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.63/src/commands/org/enable/tracking.ts)_
|
|
650
650
|
|
|
651
651
|
## `sf org list`
|
|
652
652
|
|
|
@@ -685,7 +685,7 @@ EXAMPLES
|
|
|
685
685
|
$ sf org list --clean
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_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.63/src/commands/org/list.ts)_
|
|
689
689
|
|
|
690
690
|
## `sf org list metadata`
|
|
691
691
|
|
|
@@ -752,7 +752,7 @@ FLAG DESCRIPTIONS
|
|
|
752
752
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_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.63/src/commands/org/list/metadata.ts)_
|
|
756
756
|
|
|
757
757
|
## `sf org list metadata-types`
|
|
758
758
|
|
|
@@ -807,7 +807,7 @@ FLAG DESCRIPTIONS
|
|
|
807
807
|
Override the api version used for api requests made by this command
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_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.63/src/commands/org/list/metadata-types.ts)_
|
|
811
811
|
|
|
812
812
|
## `sf org open`
|
|
813
813
|
|
|
@@ -883,7 +883,7 @@ EXAMPLES
|
|
|
883
883
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
884
884
|
```
|
|
885
885
|
|
|
886
|
-
_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.63/src/commands/org/open.ts)_
|
|
887
887
|
|
|
888
888
|
## `sf org open agent`
|
|
889
889
|
|
|
@@ -934,11 +934,11 @@ EXAMPLES
|
|
|
934
934
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
935
935
|
```
|
|
936
936
|
|
|
937
|
-
_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.63/src/commands/org/open/agent.ts)_
|
|
938
938
|
|
|
939
939
|
## `sf org open authoring-bundle`
|
|
940
940
|
|
|
941
|
-
Open your org in Agentforce Studio,
|
|
941
|
+
Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
|
|
942
942
|
|
|
943
943
|
```
|
|
944
944
|
USAGE
|
|
@@ -959,7 +959,7 @@ GLOBAL FLAGS
|
|
|
959
959
|
--json Format output as json.
|
|
960
960
|
|
|
961
961
|
DESCRIPTION
|
|
962
|
-
Open your org in Agentforce Studio,
|
|
962
|
+
Open your org in Agentforce Studio, specifically in the list view showing the list of agents.
|
|
963
963
|
|
|
964
964
|
The list view shows the agents in your org that are implemented with Agent Script and an authoring bundle. Click on an
|
|
965
965
|
agent name to open it in Agentforce Builder in a new browser window.
|
|
@@ -980,7 +980,7 @@ EXAMPLES
|
|
|
980
980
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
981
981
|
```
|
|
982
982
|
|
|
983
|
-
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
983
|
+
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/open/authoring-bundle.ts)_
|
|
984
984
|
|
|
985
985
|
## `sf org refresh sandbox`
|
|
986
986
|
|
|
@@ -1083,7 +1083,7 @@ FLAG DESCRIPTIONS
|
|
|
1083
1083
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_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.63/src/commands/org/refresh/sandbox.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf org resume sandbox`
|
|
1089
1089
|
|
|
@@ -1146,7 +1146,7 @@ FLAG DESCRIPTIONS
|
|
|
1146
1146
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1147
1147
|
```
|
|
1148
1148
|
|
|
1149
|
-
_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.63/src/commands/org/resume/sandbox.ts)_
|
|
1150
1150
|
|
|
1151
1151
|
## `sf org resume scratch`
|
|
1152
1152
|
|
|
@@ -1199,6 +1199,6 @@ FLAG DESCRIPTIONS
|
|
|
1199
1199
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1200
1200
|
```
|
|
1201
1201
|
|
|
1202
|
-
_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.63/src/commands/org/resume/scratch.ts)_
|
|
1203
1203
|
|
|
1204
1204
|
<!-- commandsstop -->
|
package/lib/commands/org/list.js
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
import { EOL } from 'node:os';
|
|
16
17
|
import { Flags, loglevel, SfCommand } from '@salesforce/sf-plugins-core';
|
|
17
18
|
import { AuthInfo, Connection, Org, SfError, Messages, Logger } from '@salesforce/core';
|
|
18
19
|
import ansis from 'ansis';
|
|
@@ -72,8 +73,8 @@ export class OrgListCommand extends SfCommand {
|
|
|
72
73
|
if (flags.clean && groupedSortedOrgs.expiredScratchOrgs.length > 0) {
|
|
73
74
|
await this.cleanScratchOrgs(groupedSortedOrgs.expiredScratchOrgs, !flags['no-prompt']);
|
|
74
75
|
}
|
|
75
|
-
if (groupedSortedOrgs.expiredScratchOrgs.length
|
|
76
|
-
this.warn(messages.getMessage('deleteOrgs', [groupedSortedOrgs.expiredScratchOrgs.length]));
|
|
76
|
+
if (groupedSortedOrgs.expiredScratchOrgs.length >= 1 && !flags.clean) {
|
|
77
|
+
this.warn(messages.getMessage('deleteOrgs', [groupedSortedOrgs.expiredScratchOrgs.length, EOL]));
|
|
77
78
|
}
|
|
78
79
|
const result = {
|
|
79
80
|
other: groupedSortedOrgs.other,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/commands/org/list.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/commands/org/list.ts"],"names":[],"mappings":"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"}
|
package/messages/list.md
CHANGED
|
@@ -46,7 +46,7 @@ No active scratch orgs found. Specify --all to see all scratch orgs.
|
|
|
46
46
|
|
|
47
47
|
# deleteOrgs
|
|
48
48
|
|
|
49
|
-
You have %s expired or deleted local scratch org authorizations. To remove authorizations for inactive orgs, run "org list --clean"
|
|
49
|
+
You have %s expired or deleted local scratch org authorizations. To remove authorizations for inactive orgs, run "sf org list --clean".%s
|
|
50
50
|
|
|
51
51
|
# noOrgsFound
|
|
52
52
|
|
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,14 +1082,14 @@
|
|
|
1019
1082
|
"scratch:delete:org"
|
|
1020
1083
|
]
|
|
1021
1084
|
},
|
|
1022
|
-
"org:
|
|
1085
|
+
"org:enable:tracking": {
|
|
1023
1086
|
"aliases": [],
|
|
1024
1087
|
"args": {},
|
|
1025
|
-
"description": "
|
|
1088
|
+
"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.",
|
|
1026
1089
|
"examples": [
|
|
1027
|
-
"
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1090
|
+
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1091
|
+
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1092
|
+
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1030
1093
|
],
|
|
1031
1094
|
"flags": {
|
|
1032
1095
|
"json": {
|
|
@@ -1057,39 +1120,41 @@
|
|
|
1057
1120
|
},
|
|
1058
1121
|
"hasDynamicHelp": true,
|
|
1059
1122
|
"hiddenAliases": [],
|
|
1060
|
-
"id": "org:
|
|
1123
|
+
"id": "org:enable:tracking",
|
|
1061
1124
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1062
1125
|
"pluginName": "@salesforce/plugin-org",
|
|
1063
1126
|
"pluginType": "core",
|
|
1064
1127
|
"strict": true,
|
|
1065
|
-
"summary": "
|
|
1128
|
+
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
1066
1129
|
"enableJsonFlag": true,
|
|
1067
1130
|
"isESM": true,
|
|
1068
1131
|
"relativePath": [
|
|
1069
1132
|
"lib",
|
|
1070
1133
|
"commands",
|
|
1071
1134
|
"org",
|
|
1072
|
-
"
|
|
1135
|
+
"enable",
|
|
1073
1136
|
"tracking.js"
|
|
1074
1137
|
],
|
|
1075
1138
|
"aliasPermutations": [],
|
|
1076
1139
|
"permutations": [
|
|
1077
|
-
"org:
|
|
1078
|
-
"
|
|
1079
|
-
"
|
|
1080
|
-
"org:tracking:
|
|
1081
|
-
"tracking:org:
|
|
1082
|
-
"tracking:
|
|
1140
|
+
"org:enable:tracking",
|
|
1141
|
+
"enable:org:tracking",
|
|
1142
|
+
"enable:tracking:org",
|
|
1143
|
+
"org:tracking:enable",
|
|
1144
|
+
"tracking:org:enable",
|
|
1145
|
+
"tracking:enable:org"
|
|
1083
1146
|
]
|
|
1084
1147
|
},
|
|
1085
|
-
"org:
|
|
1086
|
-
"aliases": [
|
|
1148
|
+
"org:list:metadata-types": {
|
|
1149
|
+
"aliases": [
|
|
1150
|
+
"force:mdapi:describemetadata"
|
|
1151
|
+
],
|
|
1087
1152
|
"args": {},
|
|
1088
|
-
"
|
|
1153
|
+
"deprecateAliases": true,
|
|
1154
|
+
"description": "The information includes Apex classes and triggers, custom objects, custom fields on standard objects, tab sets that define an app, and many other metadata types. Use this information to identify the syntax needed for a <name> element in a manifest file (package.xml).\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
1089
1155
|
"examples": [
|
|
1090
|
-
"
|
|
1091
|
-
"
|
|
1092
|
-
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1156
|
+
"Display information about all known and enabled metadata types in the org with alias \"my-dev-org\" using API version 57.0:\n$ <%= config.bin %> <%= command.id %> --api-version 57.0 --target-org my-dev-org",
|
|
1157
|
+
"Display only the metadata types that aren't yet supported by Salesforce CLI in your default org and write the results to the specified file:\n$ <%= config.bin %> <%= command.id %> --output-file /path/to/outputfilename.txt --filter-known"
|
|
1093
1158
|
],
|
|
1094
1159
|
"flags": {
|
|
1095
1160
|
"json": {
|
|
@@ -1107,8 +1172,36 @@
|
|
|
1107
1172
|
"multiple": false,
|
|
1108
1173
|
"type": "option"
|
|
1109
1174
|
},
|
|
1175
|
+
"api-version": {
|
|
1176
|
+
"aliases": [
|
|
1177
|
+
"apiversion",
|
|
1178
|
+
"a"
|
|
1179
|
+
],
|
|
1180
|
+
"deprecateAliases": true,
|
|
1181
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1182
|
+
"name": "api-version",
|
|
1183
|
+
"summary": "API version to use; default is the most recent API version.",
|
|
1184
|
+
"hasDynamicHelp": false,
|
|
1185
|
+
"multiple": false,
|
|
1186
|
+
"type": "option"
|
|
1187
|
+
},
|
|
1188
|
+
"loglevel": {
|
|
1189
|
+
"deprecated": {
|
|
1190
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
1191
|
+
},
|
|
1192
|
+
"hidden": true,
|
|
1193
|
+
"name": "loglevel",
|
|
1194
|
+
"hasDynamicHelp": false,
|
|
1195
|
+
"multiple": false,
|
|
1196
|
+
"type": "option"
|
|
1197
|
+
},
|
|
1110
1198
|
"target-org": {
|
|
1199
|
+
"aliases": [
|
|
1200
|
+
"targetusername",
|
|
1201
|
+
"u"
|
|
1202
|
+
],
|
|
1111
1203
|
"char": "o",
|
|
1204
|
+
"deprecateAliases": true,
|
|
1112
1205
|
"name": "target-org",
|
|
1113
1206
|
"noCacheDefault": true,
|
|
1114
1207
|
"required": true,
|
|
@@ -1116,43 +1209,78 @@
|
|
|
1116
1209
|
"hasDynamicHelp": true,
|
|
1117
1210
|
"multiple": false,
|
|
1118
1211
|
"type": "option"
|
|
1212
|
+
},
|
|
1213
|
+
"output-file": {
|
|
1214
|
+
"aliases": [
|
|
1215
|
+
"resultfile"
|
|
1216
|
+
],
|
|
1217
|
+
"char": "f",
|
|
1218
|
+
"deprecateAliases": true,
|
|
1219
|
+
"description": "Directing the output to a file makes it easier to extract relevant information for your package.xml manifest file. The default output destination is the terminal or command window console.",
|
|
1220
|
+
"name": "output-file",
|
|
1221
|
+
"summary": "Pathname of the file in which to write the results.",
|
|
1222
|
+
"hasDynamicHelp": false,
|
|
1223
|
+
"multiple": false,
|
|
1224
|
+
"type": "option"
|
|
1225
|
+
},
|
|
1226
|
+
"filter-known": {
|
|
1227
|
+
"aliases": [
|
|
1228
|
+
"filterknown"
|
|
1229
|
+
],
|
|
1230
|
+
"char": "k",
|
|
1231
|
+
"deprecateAliases": true,
|
|
1232
|
+
"hidden": true,
|
|
1233
|
+
"name": "filter-known",
|
|
1234
|
+
"summary": "Filter the known metadata types from the result to display only the types not yet fully supported by Salesforce CLI.\n\nfilter metadata known by the CLI",
|
|
1235
|
+
"allowNo": false,
|
|
1236
|
+
"type": "boolean"
|
|
1119
1237
|
}
|
|
1120
1238
|
},
|
|
1121
1239
|
"hasDynamicHelp": true,
|
|
1122
1240
|
"hiddenAliases": [],
|
|
1123
|
-
"id": "org:
|
|
1241
|
+
"id": "org:list:metadata-types",
|
|
1124
1242
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1125
1243
|
"pluginName": "@salesforce/plugin-org",
|
|
1126
1244
|
"pluginType": "core",
|
|
1127
1245
|
"strict": true,
|
|
1128
|
-
"summary": "
|
|
1246
|
+
"summary": "Display details about the metadata types that are enabled for your org.",
|
|
1129
1247
|
"enableJsonFlag": true,
|
|
1130
1248
|
"isESM": true,
|
|
1131
1249
|
"relativePath": [
|
|
1132
1250
|
"lib",
|
|
1133
1251
|
"commands",
|
|
1134
1252
|
"org",
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1253
|
+
"list",
|
|
1254
|
+
"metadata-types.js"
|
|
1255
|
+
],
|
|
1256
|
+
"aliasPermutations": [
|
|
1257
|
+
"force:mdapi:describemetadata",
|
|
1258
|
+
"mdapi:force:describemetadata",
|
|
1259
|
+
"mdapi:describemetadata:force",
|
|
1260
|
+
"force:describemetadata:mdapi",
|
|
1261
|
+
"describemetadata:force:mdapi",
|
|
1262
|
+
"describemetadata:mdapi:force"
|
|
1137
1263
|
],
|
|
1138
|
-
"aliasPermutations": [],
|
|
1139
1264
|
"permutations": [
|
|
1140
|
-
"org:
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1143
|
-
"org:
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1265
|
+
"org:list:metadata-types",
|
|
1266
|
+
"list:org:metadata-types",
|
|
1267
|
+
"list:metadata-types:org",
|
|
1268
|
+
"org:metadata-types:list",
|
|
1269
|
+
"metadata-types:org:list",
|
|
1270
|
+
"metadata-types:list:org"
|
|
1146
1271
|
]
|
|
1147
1272
|
},
|
|
1148
|
-
"org:
|
|
1149
|
-
"aliases": [
|
|
1273
|
+
"org:list:metadata": {
|
|
1274
|
+
"aliases": [
|
|
1275
|
+
"force:mdapi:listmetadata"
|
|
1276
|
+
],
|
|
1150
1277
|
"args": {},
|
|
1151
|
-
"
|
|
1278
|
+
"deprecateAliases": true,
|
|
1279
|
+
"description": "Use this command to identify individual components in your manifest file or if you want a high-level view of particular metadata types in your org. For example, you can use this command to return a list of names of all the CustomObject or Layout components in your org, then use this information in a retrieve command that returns a subset of these components.\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
1152
1280
|
"examples": [
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1281
|
+
"List the CustomObject components, and their properties, in the org with alias \"my-dev-org\":\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --target-org my-dev-org",
|
|
1282
|
+
"List the CustomObject components in your default org, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --api-version 57.0 --output-file /path/to/outputfilename.txt",
|
|
1283
|
+
"List the Dashboard components in your default org that are contained in the \"folderSales\" folder, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type Dashboard --folder folderSales --api-version 57.0 --output-file /path/to/outputfilename.txt"
|
|
1156
1284
|
],
|
|
1157
1285
|
"flags": {
|
|
1158
1286
|
"json": {
|
|
@@ -1170,8 +1298,36 @@
|
|
|
1170
1298
|
"multiple": false,
|
|
1171
1299
|
"type": "option"
|
|
1172
1300
|
},
|
|
1301
|
+
"api-version": {
|
|
1302
|
+
"aliases": [
|
|
1303
|
+
"apiversion",
|
|
1304
|
+
"a"
|
|
1305
|
+
],
|
|
1306
|
+
"deprecateAliases": true,
|
|
1307
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1308
|
+
"name": "api-version",
|
|
1309
|
+
"summary": "API version to use; default is the most recent API version.",
|
|
1310
|
+
"hasDynamicHelp": false,
|
|
1311
|
+
"multiple": false,
|
|
1312
|
+
"type": "option"
|
|
1313
|
+
},
|
|
1314
|
+
"loglevel": {
|
|
1315
|
+
"deprecated": {
|
|
1316
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
1317
|
+
},
|
|
1318
|
+
"hidden": true,
|
|
1319
|
+
"name": "loglevel",
|
|
1320
|
+
"hasDynamicHelp": false,
|
|
1321
|
+
"multiple": false,
|
|
1322
|
+
"type": "option"
|
|
1323
|
+
},
|
|
1173
1324
|
"target-org": {
|
|
1325
|
+
"aliases": [
|
|
1326
|
+
"targetusername",
|
|
1327
|
+
"u"
|
|
1328
|
+
],
|
|
1174
1329
|
"char": "o",
|
|
1330
|
+
"deprecateAliases": true,
|
|
1175
1331
|
"name": "target-org",
|
|
1176
1332
|
"noCacheDefault": true,
|
|
1177
1333
|
"required": true,
|
|
@@ -1180,96 +1336,82 @@
|
|
|
1180
1336
|
"multiple": false,
|
|
1181
1337
|
"type": "option"
|
|
1182
1338
|
},
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1185
|
-
|
|
1339
|
+
"output-file": {
|
|
1340
|
+
"aliases": [
|
|
1341
|
+
"resultfile"
|
|
1342
|
+
],
|
|
1343
|
+
"char": "f",
|
|
1344
|
+
"deprecateAliases": true,
|
|
1345
|
+
"name": "output-file",
|
|
1346
|
+
"summary": "Pathname of the file in which to write the results.",
|
|
1186
1347
|
"hasDynamicHelp": false,
|
|
1187
1348
|
"multiple": false,
|
|
1188
1349
|
"type": "option"
|
|
1189
1350
|
},
|
|
1190
|
-
"
|
|
1191
|
-
"
|
|
1192
|
-
|
|
1351
|
+
"metadata-type": {
|
|
1352
|
+
"aliases": [
|
|
1353
|
+
"metadatatype"
|
|
1354
|
+
],
|
|
1355
|
+
"char": "m",
|
|
1356
|
+
"deprecateAliases": true,
|
|
1357
|
+
"name": "metadata-type",
|
|
1193
1358
|
"required": true,
|
|
1194
|
-
"summary": "
|
|
1359
|
+
"summary": "Metadata type to be retrieved, such as CustomObject; metadata type names are case-sensitive.",
|
|
1195
1360
|
"hasDynamicHelp": false,
|
|
1196
1361
|
"multiple": false,
|
|
1197
1362
|
"type": "option"
|
|
1198
1363
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
|
|
1202
|
-
|
|
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.",
|
|
1364
|
+
"folder": {
|
|
1365
|
+
"description": "Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.",
|
|
1366
|
+
"name": "folder",
|
|
1367
|
+
"summary": "Folder associated with the component; required for components that use folders; folder names are case-sensitive.",
|
|
1217
1368
|
"hasDynamicHelp": false,
|
|
1218
1369
|
"multiple": false,
|
|
1219
|
-
"options": [
|
|
1220
|
-
"chrome",
|
|
1221
|
-
"edge",
|
|
1222
|
-
"firefox"
|
|
1223
|
-
],
|
|
1224
1370
|
"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
1371
|
}
|
|
1237
1372
|
},
|
|
1238
1373
|
"hasDynamicHelp": true,
|
|
1239
1374
|
"hiddenAliases": [],
|
|
1240
|
-
"id": "org:
|
|
1375
|
+
"id": "org:list:metadata",
|
|
1241
1376
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1242
1377
|
"pluginName": "@salesforce/plugin-org",
|
|
1243
1378
|
"pluginType": "core",
|
|
1244
1379
|
"strict": true,
|
|
1245
|
-
"summary": "
|
|
1380
|
+
"summary": "List the metadata components and properties of a specified type.",
|
|
1246
1381
|
"enableJsonFlag": true,
|
|
1247
1382
|
"isESM": true,
|
|
1248
1383
|
"relativePath": [
|
|
1249
1384
|
"lib",
|
|
1250
1385
|
"commands",
|
|
1251
1386
|
"org",
|
|
1252
|
-
"
|
|
1253
|
-
"
|
|
1387
|
+
"list",
|
|
1388
|
+
"metadata.js"
|
|
1389
|
+
],
|
|
1390
|
+
"aliasPermutations": [
|
|
1391
|
+
"force:mdapi:listmetadata",
|
|
1392
|
+
"mdapi:force:listmetadata",
|
|
1393
|
+
"mdapi:listmetadata:force",
|
|
1394
|
+
"force:listmetadata:mdapi",
|
|
1395
|
+
"listmetadata:force:mdapi",
|
|
1396
|
+
"listmetadata:mdapi:force"
|
|
1254
1397
|
],
|
|
1255
|
-
"aliasPermutations": [],
|
|
1256
1398
|
"permutations": [
|
|
1257
|
-
"org:
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1260
|
-
"org:
|
|
1261
|
-
"
|
|
1262
|
-
"
|
|
1399
|
+
"org:list:metadata",
|
|
1400
|
+
"list:org:metadata",
|
|
1401
|
+
"list:metadata:org",
|
|
1402
|
+
"org:metadata:list",
|
|
1403
|
+
"metadata:org:list",
|
|
1404
|
+
"metadata:list:org"
|
|
1263
1405
|
]
|
|
1264
1406
|
},
|
|
1265
|
-
"org:open:
|
|
1407
|
+
"org:open:agent": {
|
|
1266
1408
|
"aliases": [],
|
|
1267
1409
|
"args": {},
|
|
1268
|
-
"description": "
|
|
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.",
|
|
1269
1411
|
"examples": [
|
|
1270
|
-
"Open the
|
|
1271
|
-
"Open the
|
|
1272
|
-
"Open the
|
|
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"
|
|
1273
1415
|
],
|
|
1274
1416
|
"flags": {
|
|
1275
1417
|
"json": {
|
|
@@ -1304,6 +1446,15 @@
|
|
|
1304
1446
|
"multiple": false,
|
|
1305
1447
|
"type": "option"
|
|
1306
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
|
+
},
|
|
1307
1458
|
"private": {
|
|
1308
1459
|
"exclusive": [
|
|
1309
1460
|
"url-only",
|
|
@@ -1338,19 +1489,19 @@
|
|
|
1338
1489
|
"char": "r",
|
|
1339
1490
|
"deprecateAliases": true,
|
|
1340
1491
|
"name": "url-only",
|
|
1341
|
-
"summary": "Display navigation URL, but don
|
|
1492
|
+
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1342
1493
|
"allowNo": false,
|
|
1343
1494
|
"type": "boolean"
|
|
1344
1495
|
}
|
|
1345
1496
|
},
|
|
1346
1497
|
"hasDynamicHelp": true,
|
|
1347
1498
|
"hiddenAliases": [],
|
|
1348
|
-
"id": "org:open:
|
|
1499
|
+
"id": "org:open:agent",
|
|
1349
1500
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1350
1501
|
"pluginName": "@salesforce/plugin-org",
|
|
1351
1502
|
"pluginType": "core",
|
|
1352
1503
|
"strict": true,
|
|
1353
|
-
"summary": "Open
|
|
1504
|
+
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1354
1505
|
"enableJsonFlag": true,
|
|
1355
1506
|
"isESM": true,
|
|
1356
1507
|
"relativePath": [
|
|
@@ -1358,28 +1509,26 @@
|
|
|
1358
1509
|
"commands",
|
|
1359
1510
|
"org",
|
|
1360
1511
|
"open",
|
|
1361
|
-
"
|
|
1512
|
+
"agent.js"
|
|
1362
1513
|
],
|
|
1363
1514
|
"aliasPermutations": [],
|
|
1364
1515
|
"permutations": [
|
|
1365
|
-
"org:open:
|
|
1366
|
-
"open:org:
|
|
1367
|
-
"open:
|
|
1368
|
-
"org:
|
|
1369
|
-
"
|
|
1370
|
-
"
|
|
1516
|
+
"org:open:agent",
|
|
1517
|
+
"open:org:agent",
|
|
1518
|
+
"open:agent:org",
|
|
1519
|
+
"org:agent:open",
|
|
1520
|
+
"agent:org:open",
|
|
1521
|
+
"agent:open:org"
|
|
1371
1522
|
]
|
|
1372
1523
|
},
|
|
1373
|
-
"org:
|
|
1374
|
-
"aliases": [
|
|
1375
|
-
"force:mdapi:describemetadata"
|
|
1376
|
-
],
|
|
1524
|
+
"org:open:authoring-bundle": {
|
|
1525
|
+
"aliases": [],
|
|
1377
1526
|
"args": {},
|
|
1378
|
-
"
|
|
1379
|
-
"description": "The information includes Apex classes and triggers, custom objects, custom fields on standard objects, tab sets that define an app, and many other metadata types. Use this information to identify the syntax needed for a <name> element in a manifest file (package.xml).\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
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.",
|
|
1380
1528
|
"examples": [
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
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"
|
|
1383
1532
|
],
|
|
1384
1533
|
"flags": {
|
|
1385
1534
|
"json": {
|
|
@@ -1397,36 +1546,8 @@
|
|
|
1397
1546
|
"multiple": false,
|
|
1398
1547
|
"type": "option"
|
|
1399
1548
|
},
|
|
1400
|
-
"api-version": {
|
|
1401
|
-
"aliases": [
|
|
1402
|
-
"apiversion",
|
|
1403
|
-
"a"
|
|
1404
|
-
],
|
|
1405
|
-
"deprecateAliases": true,
|
|
1406
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1407
|
-
"name": "api-version",
|
|
1408
|
-
"summary": "API version to use; default is the most recent API version.",
|
|
1409
|
-
"hasDynamicHelp": false,
|
|
1410
|
-
"multiple": false,
|
|
1411
|
-
"type": "option"
|
|
1412
|
-
},
|
|
1413
|
-
"loglevel": {
|
|
1414
|
-
"deprecated": {
|
|
1415
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
1416
|
-
},
|
|
1417
|
-
"hidden": true,
|
|
1418
|
-
"name": "loglevel",
|
|
1419
|
-
"hasDynamicHelp": false,
|
|
1420
|
-
"multiple": false,
|
|
1421
|
-
"type": "option"
|
|
1422
|
-
},
|
|
1423
1549
|
"target-org": {
|
|
1424
|
-
"aliases": [
|
|
1425
|
-
"targetusername",
|
|
1426
|
-
"u"
|
|
1427
|
-
],
|
|
1428
1550
|
"char": "o",
|
|
1429
|
-
"deprecateAliases": true,
|
|
1430
1551
|
"name": "target-org",
|
|
1431
1552
|
"noCacheDefault": true,
|
|
1432
1553
|
"required": true,
|
|
@@ -1435,198 +1556,77 @@
|
|
|
1435
1556
|
"multiple": false,
|
|
1436
1557
|
"type": "option"
|
|
1437
1558
|
},
|
|
1438
|
-
"output-file": {
|
|
1439
|
-
"aliases": [
|
|
1440
|
-
"resultfile"
|
|
1441
|
-
],
|
|
1442
|
-
"char": "f",
|
|
1443
|
-
"deprecateAliases": true,
|
|
1444
|
-
"description": "Directing the output to a file makes it easier to extract relevant information for your package.xml manifest file. The default output destination is the terminal or command window console.",
|
|
1445
|
-
"name": "output-file",
|
|
1446
|
-
"summary": "Pathname of the file in which to write the results.",
|
|
1447
|
-
"hasDynamicHelp": false,
|
|
1448
|
-
"multiple": false,
|
|
1449
|
-
"type": "option"
|
|
1450
|
-
},
|
|
1451
|
-
"filter-known": {
|
|
1452
|
-
"aliases": [
|
|
1453
|
-
"filterknown"
|
|
1454
|
-
],
|
|
1455
|
-
"char": "k",
|
|
1456
|
-
"deprecateAliases": true,
|
|
1457
|
-
"hidden": true,
|
|
1458
|
-
"name": "filter-known",
|
|
1459
|
-
"summary": "Filter the known metadata types from the result to display only the types not yet fully supported by Salesforce CLI.\n\nfilter metadata known by the CLI",
|
|
1460
|
-
"allowNo": false,
|
|
1461
|
-
"type": "boolean"
|
|
1462
|
-
}
|
|
1463
|
-
},
|
|
1464
|
-
"hasDynamicHelp": true,
|
|
1465
|
-
"hiddenAliases": [],
|
|
1466
|
-
"id": "org:list:metadata-types",
|
|
1467
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1468
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1469
|
-
"pluginType": "core",
|
|
1470
|
-
"strict": true,
|
|
1471
|
-
"summary": "Display details about the metadata types that are enabled for your org.",
|
|
1472
|
-
"enableJsonFlag": true,
|
|
1473
|
-
"isESM": true,
|
|
1474
|
-
"relativePath": [
|
|
1475
|
-
"lib",
|
|
1476
|
-
"commands",
|
|
1477
|
-
"org",
|
|
1478
|
-
"list",
|
|
1479
|
-
"metadata-types.js"
|
|
1480
|
-
],
|
|
1481
|
-
"aliasPermutations": [
|
|
1482
|
-
"force:mdapi:describemetadata",
|
|
1483
|
-
"mdapi:force:describemetadata",
|
|
1484
|
-
"mdapi:describemetadata:force",
|
|
1485
|
-
"force:describemetadata:mdapi",
|
|
1486
|
-
"describemetadata:force:mdapi",
|
|
1487
|
-
"describemetadata:mdapi:force"
|
|
1488
|
-
],
|
|
1489
|
-
"permutations": [
|
|
1490
|
-
"org:list:metadata-types",
|
|
1491
|
-
"list:org:metadata-types",
|
|
1492
|
-
"list:metadata-types:org",
|
|
1493
|
-
"org:metadata-types:list",
|
|
1494
|
-
"metadata-types:org:list",
|
|
1495
|
-
"metadata-types:list:org"
|
|
1496
|
-
]
|
|
1497
|
-
},
|
|
1498
|
-
"org:list:metadata": {
|
|
1499
|
-
"aliases": [
|
|
1500
|
-
"force:mdapi:listmetadata"
|
|
1501
|
-
],
|
|
1502
|
-
"args": {},
|
|
1503
|
-
"deprecateAliases": true,
|
|
1504
|
-
"description": "Use this command to identify individual components in your manifest file or if you want a high-level view of particular metadata types in your org. For example, you can use this command to return a list of names of all the CustomObject or Layout components in your org, then use this information in a retrieve command that returns a subset of these components.\n\nThe username that you use to connect to the org must have the Modify All Data or Modify Metadata Through Metadata API Functions permission.",
|
|
1505
|
-
"examples": [
|
|
1506
|
-
"List the CustomObject components, and their properties, in the org with alias \"my-dev-org\":\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --target-org my-dev-org",
|
|
1507
|
-
"List the CustomObject components in your default org, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type CustomObject --api-version 57.0 --output-file /path/to/outputfilename.txt",
|
|
1508
|
-
"List the Dashboard components in your default org that are contained in the \"folderSales\" folder, write the output to the specified file, and use API version 57.0:\n$ <%= config.bin %> <%= command.id %> --metadata-type Dashboard --folder folderSales --api-version 57.0 --output-file /path/to/outputfilename.txt"
|
|
1509
|
-
],
|
|
1510
|
-
"flags": {
|
|
1511
|
-
"json": {
|
|
1512
|
-
"description": "Format output as json.",
|
|
1513
|
-
"helpGroup": "GLOBAL",
|
|
1514
|
-
"name": "json",
|
|
1515
|
-
"allowNo": false,
|
|
1516
|
-
"type": "boolean"
|
|
1517
|
-
},
|
|
1518
|
-
"flags-dir": {
|
|
1519
|
-
"helpGroup": "GLOBAL",
|
|
1520
|
-
"name": "flags-dir",
|
|
1521
|
-
"summary": "Import flag values from a directory.",
|
|
1522
|
-
"hasDynamicHelp": false,
|
|
1523
|
-
"multiple": false,
|
|
1524
|
-
"type": "option"
|
|
1525
|
-
},
|
|
1526
1559
|
"api-version": {
|
|
1527
|
-
"aliases": [
|
|
1528
|
-
"apiversion",
|
|
1529
|
-
"a"
|
|
1530
|
-
],
|
|
1531
|
-
"deprecateAliases": true,
|
|
1532
1560
|
"description": "Override the api version used for api requests made by this command",
|
|
1533
1561
|
"name": "api-version",
|
|
1534
|
-
"summary": "API version to use; default is the most recent API version.",
|
|
1535
1562
|
"hasDynamicHelp": false,
|
|
1536
1563
|
"multiple": false,
|
|
1537
1564
|
"type": "option"
|
|
1538
1565
|
},
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1541
|
-
"
|
|
1542
|
-
|
|
1543
|
-
"hidden": true,
|
|
1544
|
-
"name": "loglevel",
|
|
1545
|
-
"hasDynamicHelp": false,
|
|
1546
|
-
"multiple": false,
|
|
1547
|
-
"type": "option"
|
|
1548
|
-
},
|
|
1549
|
-
"target-org": {
|
|
1550
|
-
"aliases": [
|
|
1551
|
-
"targetusername",
|
|
1552
|
-
"u"
|
|
1566
|
+
"private": {
|
|
1567
|
+
"exclusive": [
|
|
1568
|
+
"url-only",
|
|
1569
|
+
"browser"
|
|
1553
1570
|
],
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1558
|
-
"required": true,
|
|
1559
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1560
|
-
"hasDynamicHelp": true,
|
|
1561
|
-
"multiple": false,
|
|
1562
|
-
"type": "option"
|
|
1571
|
+
"name": "private",
|
|
1572
|
+
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1573
|
+
"allowNo": false,
|
|
1574
|
+
"type": "boolean"
|
|
1563
1575
|
},
|
|
1564
|
-
"
|
|
1565
|
-
"
|
|
1566
|
-
|
|
1576
|
+
"browser": {
|
|
1577
|
+
"char": "b",
|
|
1578
|
+
"exclusive": [
|
|
1579
|
+
"url-only",
|
|
1580
|
+
"private"
|
|
1567
1581
|
],
|
|
1568
|
-
"
|
|
1569
|
-
"
|
|
1570
|
-
"name": "output-file",
|
|
1571
|
-
"summary": "Pathname of the file in which to write the results.",
|
|
1582
|
+
"name": "browser",
|
|
1583
|
+
"summary": "Browser where the org opens.",
|
|
1572
1584
|
"hasDynamicHelp": false,
|
|
1573
1585
|
"multiple": false,
|
|
1586
|
+
"options": [
|
|
1587
|
+
"chrome",
|
|
1588
|
+
"edge",
|
|
1589
|
+
"firefox"
|
|
1590
|
+
],
|
|
1574
1591
|
"type": "option"
|
|
1575
1592
|
},
|
|
1576
|
-
"
|
|
1593
|
+
"url-only": {
|
|
1577
1594
|
"aliases": [
|
|
1578
|
-
"
|
|
1595
|
+
"urlonly"
|
|
1579
1596
|
],
|
|
1580
|
-
"char": "
|
|
1597
|
+
"char": "r",
|
|
1581
1598
|
"deprecateAliases": true,
|
|
1582
|
-
"name": "
|
|
1583
|
-
"
|
|
1584
|
-
"
|
|
1585
|
-
"
|
|
1586
|
-
"multiple": false,
|
|
1587
|
-
"type": "option"
|
|
1588
|
-
},
|
|
1589
|
-
"folder": {
|
|
1590
|
-
"description": "Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.",
|
|
1591
|
-
"name": "folder",
|
|
1592
|
-
"summary": "Folder associated with the component; required for components that use folders; folder names are case-sensitive.",
|
|
1593
|
-
"hasDynamicHelp": false,
|
|
1594
|
-
"multiple": false,
|
|
1595
|
-
"type": "option"
|
|
1599
|
+
"name": "url-only",
|
|
1600
|
+
"summary": "Display navigation URL, but don't launch browser.",
|
|
1601
|
+
"allowNo": false,
|
|
1602
|
+
"type": "boolean"
|
|
1596
1603
|
}
|
|
1597
1604
|
},
|
|
1598
1605
|
"hasDynamicHelp": true,
|
|
1599
1606
|
"hiddenAliases": [],
|
|
1600
|
-
"id": "org:
|
|
1607
|
+
"id": "org:open:authoring-bundle",
|
|
1601
1608
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1602
1609
|
"pluginName": "@salesforce/plugin-org",
|
|
1603
1610
|
"pluginType": "core",
|
|
1604
1611
|
"strict": true,
|
|
1605
|
-
"summary": "
|
|
1612
|
+
"summary": "Open your org in Agentforce Studio, specifically in the list view showing the list of agents.",
|
|
1606
1613
|
"enableJsonFlag": true,
|
|
1607
1614
|
"isESM": true,
|
|
1608
1615
|
"relativePath": [
|
|
1609
1616
|
"lib",
|
|
1610
1617
|
"commands",
|
|
1611
1618
|
"org",
|
|
1612
|
-
"
|
|
1613
|
-
"
|
|
1614
|
-
],
|
|
1615
|
-
"aliasPermutations": [
|
|
1616
|
-
"force:mdapi:listmetadata",
|
|
1617
|
-
"mdapi:force:listmetadata",
|
|
1618
|
-
"mdapi:listmetadata:force",
|
|
1619
|
-
"force:listmetadata:mdapi",
|
|
1620
|
-
"listmetadata:force:mdapi",
|
|
1621
|
-
"listmetadata:mdapi:force"
|
|
1619
|
+
"open",
|
|
1620
|
+
"authoring-bundle.js"
|
|
1622
1621
|
],
|
|
1622
|
+
"aliasPermutations": [],
|
|
1623
1623
|
"permutations": [
|
|
1624
|
-
"org:
|
|
1625
|
-
"
|
|
1626
|
-
"
|
|
1627
|
-
"org:
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
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
1630
|
]
|
|
1631
1631
|
},
|
|
1632
1632
|
"org:refresh:sandbox": {
|
|
@@ -1983,5 +1983,5 @@
|
|
|
1983
1983
|
]
|
|
1984
1984
|
}
|
|
1985
1985
|
},
|
|
1986
|
-
"version": "5.9.
|
|
1986
|
+
"version": "5.9.63"
|
|
1987
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.63",
|
|
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.63.crt",
|
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.63.sig"
|
|
233
233
|
}
|
|
234
234
|
}
|