@salesforce/plugin-org 5.10.8 → 5.10.9
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 +17 -17
- package/oclif.manifest.json +215 -215
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -193,7 +193,7 @@ FLAG DESCRIPTIONS
|
|
|
193
193
|
"agent.user.<GUID>@your-org-domain.com".
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/org/create/agent-user.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
196
|
+
_See code: [src/commands/org/create/agent-user.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/create/agent-user.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf org create sandbox`
|
|
199
199
|
|
|
@@ -327,7 +327,7 @@ FLAG DESCRIPTIONS
|
|
|
327
327
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
328
328
|
```
|
|
329
329
|
|
|
330
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
330
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/create/sandbox.ts)_
|
|
331
331
|
|
|
332
332
|
## `sf org create scratch`
|
|
333
333
|
|
|
@@ -509,7 +509,7 @@ FLAG DESCRIPTIONS
|
|
|
509
509
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
510
510
|
```
|
|
511
511
|
|
|
512
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
512
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/create/scratch.ts)_
|
|
513
513
|
|
|
514
514
|
## `sf org delete sandbox`
|
|
515
515
|
|
|
@@ -555,7 +555,7 @@ EXAMPLES
|
|
|
555
555
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
558
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/delete/sandbox.ts)_
|
|
559
559
|
|
|
560
560
|
## `sf org delete scratch`
|
|
561
561
|
|
|
@@ -599,7 +599,7 @@ EXAMPLES
|
|
|
599
599
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
600
600
|
```
|
|
601
601
|
|
|
602
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
602
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/delete/scratch.ts)_
|
|
603
603
|
|
|
604
604
|
## `sf org disable tracking`
|
|
605
605
|
|
|
@@ -638,7 +638,7 @@ EXAMPLES
|
|
|
638
638
|
$ sf org disable tracking
|
|
639
639
|
```
|
|
640
640
|
|
|
641
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
641
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/disable/tracking.ts)_
|
|
642
642
|
|
|
643
643
|
## `sf org display`
|
|
644
644
|
|
|
@@ -683,7 +683,7 @@ EXAMPLES
|
|
|
683
683
|
$ sf org display --target-org TestOrg1 --verbose
|
|
684
684
|
```
|
|
685
685
|
|
|
686
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
686
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/display.ts)_
|
|
687
687
|
|
|
688
688
|
## `sf org enable tracking`
|
|
689
689
|
|
|
@@ -725,7 +725,7 @@ EXAMPLES
|
|
|
725
725
|
$ sf org enable tracking
|
|
726
726
|
```
|
|
727
727
|
|
|
728
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
728
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/enable/tracking.ts)_
|
|
729
729
|
|
|
730
730
|
## `sf org list`
|
|
731
731
|
|
|
@@ -764,7 +764,7 @@ EXAMPLES
|
|
|
764
764
|
$ sf org list --clean
|
|
765
765
|
```
|
|
766
766
|
|
|
767
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
767
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/list.ts)_
|
|
768
768
|
|
|
769
769
|
## `sf org list metadata`
|
|
770
770
|
|
|
@@ -831,7 +831,7 @@ FLAG DESCRIPTIONS
|
|
|
831
831
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
832
832
|
```
|
|
833
833
|
|
|
834
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
834
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/list/metadata.ts)_
|
|
835
835
|
|
|
836
836
|
## `sf org list metadata-types`
|
|
837
837
|
|
|
@@ -886,7 +886,7 @@ FLAG DESCRIPTIONS
|
|
|
886
886
|
Override the api version used for api requests made by this command
|
|
887
887
|
```
|
|
888
888
|
|
|
889
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
889
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/list/metadata-types.ts)_
|
|
890
890
|
|
|
891
891
|
## `sf org open`
|
|
892
892
|
|
|
@@ -962,7 +962,7 @@ EXAMPLES
|
|
|
962
962
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
965
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/open.ts)_
|
|
966
966
|
|
|
967
967
|
## `sf org open agent`
|
|
968
968
|
|
|
@@ -1037,7 +1037,7 @@ FLAG DESCRIPTIONS
|
|
|
1037
1037
|
flag.
|
|
1038
1038
|
```
|
|
1039
1039
|
|
|
1040
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
1040
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/open/agent.ts)_
|
|
1041
1041
|
|
|
1042
1042
|
## `sf org open authoring-bundle`
|
|
1043
1043
|
|
|
@@ -1083,7 +1083,7 @@ EXAMPLES
|
|
|
1083
1083
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
1086
|
+
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/open/authoring-bundle.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf org refresh sandbox`
|
|
1089
1089
|
|
|
@@ -1186,7 +1186,7 @@ FLAG DESCRIPTIONS
|
|
|
1186
1186
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1187
1187
|
```
|
|
1188
1188
|
|
|
1189
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
1189
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/refresh/sandbox.ts)_
|
|
1190
1190
|
|
|
1191
1191
|
## `sf org resume sandbox`
|
|
1192
1192
|
|
|
@@ -1249,7 +1249,7 @@ FLAG DESCRIPTIONS
|
|
|
1249
1249
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1250
1250
|
```
|
|
1251
1251
|
|
|
1252
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
1252
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/resume/sandbox.ts)_
|
|
1253
1253
|
|
|
1254
1254
|
## `sf org resume scratch`
|
|
1255
1255
|
|
|
@@ -1302,6 +1302,6 @@ FLAG DESCRIPTIONS
|
|
|
1302
1302
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1303
1303
|
```
|
|
1304
1304
|
|
|
1305
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.
|
|
1305
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.10.9/src/commands/org/resume/scratch.ts)_
|
|
1306
1306
|
|
|
1307
1307
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -945,6 +945,69 @@
|
|
|
945
945
|
"scratch:create:org"
|
|
946
946
|
]
|
|
947
947
|
},
|
|
948
|
+
"org:disable:tracking": {
|
|
949
|
+
"aliases": [],
|
|
950
|
+
"args": {},
|
|
951
|
+
"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.",
|
|
952
|
+
"examples": [
|
|
953
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
954
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
955
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
956
|
+
],
|
|
957
|
+
"flags": {
|
|
958
|
+
"json": {
|
|
959
|
+
"description": "Format output as json.",
|
|
960
|
+
"helpGroup": "GLOBAL",
|
|
961
|
+
"name": "json",
|
|
962
|
+
"allowNo": false,
|
|
963
|
+
"type": "boolean"
|
|
964
|
+
},
|
|
965
|
+
"flags-dir": {
|
|
966
|
+
"helpGroup": "GLOBAL",
|
|
967
|
+
"name": "flags-dir",
|
|
968
|
+
"summary": "Import flag values from a directory.",
|
|
969
|
+
"hasDynamicHelp": false,
|
|
970
|
+
"multiple": false,
|
|
971
|
+
"type": "option"
|
|
972
|
+
},
|
|
973
|
+
"target-org": {
|
|
974
|
+
"char": "o",
|
|
975
|
+
"name": "target-org",
|
|
976
|
+
"noCacheDefault": true,
|
|
977
|
+
"required": true,
|
|
978
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
979
|
+
"hasDynamicHelp": true,
|
|
980
|
+
"multiple": false,
|
|
981
|
+
"type": "option"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
"hasDynamicHelp": true,
|
|
985
|
+
"hiddenAliases": [],
|
|
986
|
+
"id": "org:disable:tracking",
|
|
987
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
988
|
+
"pluginName": "@salesforce/plugin-org",
|
|
989
|
+
"pluginType": "core",
|
|
990
|
+
"strict": true,
|
|
991
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
992
|
+
"enableJsonFlag": true,
|
|
993
|
+
"isESM": true,
|
|
994
|
+
"relativePath": [
|
|
995
|
+
"lib",
|
|
996
|
+
"commands",
|
|
997
|
+
"org",
|
|
998
|
+
"disable",
|
|
999
|
+
"tracking.js"
|
|
1000
|
+
],
|
|
1001
|
+
"aliasPermutations": [],
|
|
1002
|
+
"permutations": [
|
|
1003
|
+
"org:disable:tracking",
|
|
1004
|
+
"disable:org:tracking",
|
|
1005
|
+
"disable:tracking:org",
|
|
1006
|
+
"org:tracking:disable",
|
|
1007
|
+
"tracking:org:disable",
|
|
1008
|
+
"tracking:disable:org"
|
|
1009
|
+
]
|
|
1010
|
+
},
|
|
948
1011
|
"org:delete:sandbox": {
|
|
949
1012
|
"aliases": [
|
|
950
1013
|
"env:delete:sandbox"
|
|
@@ -1113,69 +1176,6 @@
|
|
|
1113
1176
|
"scratch:delete:org"
|
|
1114
1177
|
]
|
|
1115
1178
|
},
|
|
1116
|
-
"org:disable:tracking": {
|
|
1117
|
-
"aliases": [],
|
|
1118
|
-
"args": {},
|
|
1119
|
-
"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.",
|
|
1120
|
-
"examples": [
|
|
1121
|
-
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1122
|
-
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1123
|
-
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1124
|
-
],
|
|
1125
|
-
"flags": {
|
|
1126
|
-
"json": {
|
|
1127
|
-
"description": "Format output as json.",
|
|
1128
|
-
"helpGroup": "GLOBAL",
|
|
1129
|
-
"name": "json",
|
|
1130
|
-
"allowNo": false,
|
|
1131
|
-
"type": "boolean"
|
|
1132
|
-
},
|
|
1133
|
-
"flags-dir": {
|
|
1134
|
-
"helpGroup": "GLOBAL",
|
|
1135
|
-
"name": "flags-dir",
|
|
1136
|
-
"summary": "Import flag values from a directory.",
|
|
1137
|
-
"hasDynamicHelp": false,
|
|
1138
|
-
"multiple": false,
|
|
1139
|
-
"type": "option"
|
|
1140
|
-
},
|
|
1141
|
-
"target-org": {
|
|
1142
|
-
"char": "o",
|
|
1143
|
-
"name": "target-org",
|
|
1144
|
-
"noCacheDefault": true,
|
|
1145
|
-
"required": true,
|
|
1146
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1147
|
-
"hasDynamicHelp": true,
|
|
1148
|
-
"multiple": false,
|
|
1149
|
-
"type": "option"
|
|
1150
|
-
}
|
|
1151
|
-
},
|
|
1152
|
-
"hasDynamicHelp": true,
|
|
1153
|
-
"hiddenAliases": [],
|
|
1154
|
-
"id": "org:disable:tracking",
|
|
1155
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1156
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1157
|
-
"pluginType": "core",
|
|
1158
|
-
"strict": true,
|
|
1159
|
-
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
1160
|
-
"enableJsonFlag": true,
|
|
1161
|
-
"isESM": true,
|
|
1162
|
-
"relativePath": [
|
|
1163
|
-
"lib",
|
|
1164
|
-
"commands",
|
|
1165
|
-
"org",
|
|
1166
|
-
"disable",
|
|
1167
|
-
"tracking.js"
|
|
1168
|
-
],
|
|
1169
|
-
"aliasPermutations": [],
|
|
1170
|
-
"permutations": [
|
|
1171
|
-
"org:disable:tracking",
|
|
1172
|
-
"disable:org:tracking",
|
|
1173
|
-
"disable:tracking:org",
|
|
1174
|
-
"org:tracking:disable",
|
|
1175
|
-
"tracking:org:disable",
|
|
1176
|
-
"tracking:disable:org"
|
|
1177
|
-
]
|
|
1178
|
-
},
|
|
1179
1179
|
"org:enable:tracking": {
|
|
1180
1180
|
"aliases": [],
|
|
1181
1181
|
"args": {},
|
|
@@ -1498,6 +1498,157 @@
|
|
|
1498
1498
|
"metadata:list:org"
|
|
1499
1499
|
]
|
|
1500
1500
|
},
|
|
1501
|
+
"org:refresh:sandbox": {
|
|
1502
|
+
"aliases": [],
|
|
1503
|
+
"args": {},
|
|
1504
|
+
"description": "Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID. You can also use the --source-id or --source-sandbox-name flags to change the refreshed sandbox org's original source org to a new org; in this case, the refreshed sandbox org's metadata is updated with the new source org's metadata.\n\nYou're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox name, first delete it with the \"org delete sandbox\" command. And then recreate it with the \"org create sandbox\" command and give it a new name.",
|
|
1505
|
+
"examples": [
|
|
1506
|
+
"Refresh the sandbox named \"devSbx1\". The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --name devSbx1 --target-org prodOrg",
|
|
1507
|
+
"Refresh the sandbox named \"devSbx2\", and override the configuration of the refreshed sandbox with the properties in the specified defintion file. The default target org is the production org, so you don't need to specify the `--target-org` flag in this case.\n<%= config.bin %> <%= command.id %> --name devSbx2 --definition-file devSbx2-config.json",
|
|
1508
|
+
"Refresh the sandbox using the name defined in the definition file. The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --definition-file devSbx3-config.json --target-org prodOrg",
|
|
1509
|
+
"Refresh the sandbox named \"devSbx2\" by changing its original source org to be a sandbox called \"devSbx3\":\n<%= config.bin %> <%= command.id %> --name devSbx2 --source-sandbox-name devSbx3 --target-org prodOrg"
|
|
1510
|
+
],
|
|
1511
|
+
"flags": {
|
|
1512
|
+
"json": {
|
|
1513
|
+
"description": "Format output as json.",
|
|
1514
|
+
"helpGroup": "GLOBAL",
|
|
1515
|
+
"name": "json",
|
|
1516
|
+
"allowNo": false,
|
|
1517
|
+
"type": "boolean"
|
|
1518
|
+
},
|
|
1519
|
+
"flags-dir": {
|
|
1520
|
+
"helpGroup": "GLOBAL",
|
|
1521
|
+
"name": "flags-dir",
|
|
1522
|
+
"summary": "Import flag values from a directory.",
|
|
1523
|
+
"hasDynamicHelp": false,
|
|
1524
|
+
"multiple": false,
|
|
1525
|
+
"type": "option"
|
|
1526
|
+
},
|
|
1527
|
+
"no-auto-activate": {
|
|
1528
|
+
"description": "By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.",
|
|
1529
|
+
"name": "no-auto-activate",
|
|
1530
|
+
"summary": "Disable auto-activation of the sandbox after a successful refresh.",
|
|
1531
|
+
"allowNo": false,
|
|
1532
|
+
"type": "boolean"
|
|
1533
|
+
},
|
|
1534
|
+
"wait": {
|
|
1535
|
+
"char": "w",
|
|
1536
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays the \"<%= config.bin %> org resume sandbox\" command for you run to check the status of the refresh. The displayed command includes the job ID for the running sandbox refresh.",
|
|
1537
|
+
"exclusive": [
|
|
1538
|
+
"async"
|
|
1539
|
+
],
|
|
1540
|
+
"name": "wait",
|
|
1541
|
+
"summary": "Number of minutes to poll for sandbox refresh status.",
|
|
1542
|
+
"hasDynamicHelp": true,
|
|
1543
|
+
"helpValue": "<minutes>",
|
|
1544
|
+
"multiple": false,
|
|
1545
|
+
"type": "option"
|
|
1546
|
+
},
|
|
1547
|
+
"poll-interval": {
|
|
1548
|
+
"char": "i",
|
|
1549
|
+
"exclusive": [
|
|
1550
|
+
"async"
|
|
1551
|
+
],
|
|
1552
|
+
"name": "poll-interval",
|
|
1553
|
+
"summary": "Number of seconds to wait between status polling requests.",
|
|
1554
|
+
"hasDynamicHelp": true,
|
|
1555
|
+
"helpValue": "<seconds>",
|
|
1556
|
+
"multiple": false,
|
|
1557
|
+
"type": "option"
|
|
1558
|
+
},
|
|
1559
|
+
"source-sandbox-name": {
|
|
1560
|
+
"description": "The value of --source-sandbox-name must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.\n\nYou can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.",
|
|
1561
|
+
"exclusive": [
|
|
1562
|
+
"source-id"
|
|
1563
|
+
],
|
|
1564
|
+
"name": "source-sandbox-name",
|
|
1565
|
+
"summary": "Name of the sandbox org that becomes the new source org for the refreshed sandbox.",
|
|
1566
|
+
"hasDynamicHelp": false,
|
|
1567
|
+
"multiple": false,
|
|
1568
|
+
"type": "option"
|
|
1569
|
+
},
|
|
1570
|
+
"source-id": {
|
|
1571
|
+
"description": "The value of --source-id must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.\n\nYou can specify either --source-id or --source-sandbox-name when refreshing an existing sandbox, but not both.",
|
|
1572
|
+
"exclusive": [
|
|
1573
|
+
"source-sandbox-name"
|
|
1574
|
+
],
|
|
1575
|
+
"name": "source-id",
|
|
1576
|
+
"summary": "ID of the sandbox org that becomes the new source org for the refreshed sandbox.",
|
|
1577
|
+
"hasDynamicHelp": false,
|
|
1578
|
+
"multiple": false,
|
|
1579
|
+
"type": "option"
|
|
1580
|
+
},
|
|
1581
|
+
"async": {
|
|
1582
|
+
"description": "The command immediately displays the job ID and returns control of the terminal to you. This way, you can continue to use the CLI. To check the status of the sandbox refresh, run \"<%= config.bin %> org resume sandbox\".",
|
|
1583
|
+
"exclusive": [
|
|
1584
|
+
"wait",
|
|
1585
|
+
"poll-interval"
|
|
1586
|
+
],
|
|
1587
|
+
"name": "async",
|
|
1588
|
+
"summary": "Request the sandbox refresh, but don't wait for it to complete.",
|
|
1589
|
+
"allowNo": false,
|
|
1590
|
+
"type": "boolean"
|
|
1591
|
+
},
|
|
1592
|
+
"name": {
|
|
1593
|
+
"char": "n",
|
|
1594
|
+
"name": "name",
|
|
1595
|
+
"summary": "Name of the existing sandbox org in your production org that you want to refresh.",
|
|
1596
|
+
"hasDynamicHelp": false,
|
|
1597
|
+
"multiple": false,
|
|
1598
|
+
"type": "option"
|
|
1599
|
+
},
|
|
1600
|
+
"definition-file": {
|
|
1601
|
+
"char": "f",
|
|
1602
|
+
"description": "The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name flag to specify the sandbox and don't use this flag. See <https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all the options you can specify in the definition file.",
|
|
1603
|
+
"name": "definition-file",
|
|
1604
|
+
"summary": "Path to a sandbox definition file for overriding its configuration when you refresh it.",
|
|
1605
|
+
"hasDynamicHelp": false,
|
|
1606
|
+
"multiple": false,
|
|
1607
|
+
"type": "option"
|
|
1608
|
+
},
|
|
1609
|
+
"target-org": {
|
|
1610
|
+
"char": "o",
|
|
1611
|
+
"name": "target-org",
|
|
1612
|
+
"noCacheDefault": true,
|
|
1613
|
+
"required": true,
|
|
1614
|
+
"summary": "Username or alias of the production org that contains the sandbox license.",
|
|
1615
|
+
"hasDynamicHelp": true,
|
|
1616
|
+
"multiple": false,
|
|
1617
|
+
"type": "option"
|
|
1618
|
+
},
|
|
1619
|
+
"no-prompt": {
|
|
1620
|
+
"name": "no-prompt",
|
|
1621
|
+
"summary": "Don't prompt for confirmation about the sandbox refresh.",
|
|
1622
|
+
"allowNo": false,
|
|
1623
|
+
"type": "boolean"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"hasDynamicHelp": true,
|
|
1627
|
+
"hiddenAliases": [],
|
|
1628
|
+
"id": "org:refresh:sandbox",
|
|
1629
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1630
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1631
|
+
"pluginType": "core",
|
|
1632
|
+
"strict": true,
|
|
1633
|
+
"summary": "Refresh a sandbox org using the sandbox name.",
|
|
1634
|
+
"isESM": true,
|
|
1635
|
+
"relativePath": [
|
|
1636
|
+
"lib",
|
|
1637
|
+
"commands",
|
|
1638
|
+
"org",
|
|
1639
|
+
"refresh",
|
|
1640
|
+
"sandbox.js"
|
|
1641
|
+
],
|
|
1642
|
+
"aliasPermutations": [],
|
|
1643
|
+
"permutations": [
|
|
1644
|
+
"org:refresh:sandbox",
|
|
1645
|
+
"refresh:org:sandbox",
|
|
1646
|
+
"refresh:sandbox:org",
|
|
1647
|
+
"org:sandbox:refresh",
|
|
1648
|
+
"sandbox:org:refresh",
|
|
1649
|
+
"sandbox:refresh:org"
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1501
1652
|
"org:open:agent": {
|
|
1502
1653
|
"aliases": [],
|
|
1503
1654
|
"args": {},
|
|
@@ -1744,157 +1895,6 @@
|
|
|
1744
1895
|
"authoring-bundle:open:org"
|
|
1745
1896
|
]
|
|
1746
1897
|
},
|
|
1747
|
-
"org:refresh:sandbox": {
|
|
1748
|
-
"aliases": [],
|
|
1749
|
-
"args": {},
|
|
1750
|
-
"description": "Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID. You can also use the --source-id or --source-sandbox-name flags to change the refreshed sandbox org's original source org to a new org; in this case, the refreshed sandbox org's metadata is updated with the new source org's metadata.\n\nYou're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox name, first delete it with the \"org delete sandbox\" command. And then recreate it with the \"org create sandbox\" command and give it a new name.",
|
|
1751
|
-
"examples": [
|
|
1752
|
-
"Refresh the sandbox named \"devSbx1\". The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --name devSbx1 --target-org prodOrg",
|
|
1753
|
-
"Refresh the sandbox named \"devSbx2\", and override the configuration of the refreshed sandbox with the properties in the specified defintion file. The default target org is the production org, so you don't need to specify the `--target-org` flag in this case.\n<%= config.bin %> <%= command.id %> --name devSbx2 --definition-file devSbx2-config.json",
|
|
1754
|
-
"Refresh the sandbox using the name defined in the definition file. The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --definition-file devSbx3-config.json --target-org prodOrg",
|
|
1755
|
-
"Refresh the sandbox named \"devSbx2\" by changing its original source org to be a sandbox called \"devSbx3\":\n<%= config.bin %> <%= command.id %> --name devSbx2 --source-sandbox-name devSbx3 --target-org prodOrg"
|
|
1756
|
-
],
|
|
1757
|
-
"flags": {
|
|
1758
|
-
"json": {
|
|
1759
|
-
"description": "Format output as json.",
|
|
1760
|
-
"helpGroup": "GLOBAL",
|
|
1761
|
-
"name": "json",
|
|
1762
|
-
"allowNo": false,
|
|
1763
|
-
"type": "boolean"
|
|
1764
|
-
},
|
|
1765
|
-
"flags-dir": {
|
|
1766
|
-
"helpGroup": "GLOBAL",
|
|
1767
|
-
"name": "flags-dir",
|
|
1768
|
-
"summary": "Import flag values from a directory.",
|
|
1769
|
-
"hasDynamicHelp": false,
|
|
1770
|
-
"multiple": false,
|
|
1771
|
-
"type": "option"
|
|
1772
|
-
},
|
|
1773
|
-
"no-auto-activate": {
|
|
1774
|
-
"description": "By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.",
|
|
1775
|
-
"name": "no-auto-activate",
|
|
1776
|
-
"summary": "Disable auto-activation of the sandbox after a successful refresh.",
|
|
1777
|
-
"allowNo": false,
|
|
1778
|
-
"type": "boolean"
|
|
1779
|
-
},
|
|
1780
|
-
"wait": {
|
|
1781
|
-
"char": "w",
|
|
1782
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays the \"<%= config.bin %> org resume sandbox\" command for you run to check the status of the refresh. The displayed command includes the job ID for the running sandbox refresh.",
|
|
1783
|
-
"exclusive": [
|
|
1784
|
-
"async"
|
|
1785
|
-
],
|
|
1786
|
-
"name": "wait",
|
|
1787
|
-
"summary": "Number of minutes to poll for sandbox refresh status.",
|
|
1788
|
-
"hasDynamicHelp": true,
|
|
1789
|
-
"helpValue": "<minutes>",
|
|
1790
|
-
"multiple": false,
|
|
1791
|
-
"type": "option"
|
|
1792
|
-
},
|
|
1793
|
-
"poll-interval": {
|
|
1794
|
-
"char": "i",
|
|
1795
|
-
"exclusive": [
|
|
1796
|
-
"async"
|
|
1797
|
-
],
|
|
1798
|
-
"name": "poll-interval",
|
|
1799
|
-
"summary": "Number of seconds to wait between status polling requests.",
|
|
1800
|
-
"hasDynamicHelp": true,
|
|
1801
|
-
"helpValue": "<seconds>",
|
|
1802
|
-
"multiple": false,
|
|
1803
|
-
"type": "option"
|
|
1804
|
-
},
|
|
1805
|
-
"source-sandbox-name": {
|
|
1806
|
-
"description": "The value of --source-sandbox-name must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.\n\nYou can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.",
|
|
1807
|
-
"exclusive": [
|
|
1808
|
-
"source-id"
|
|
1809
|
-
],
|
|
1810
|
-
"name": "source-sandbox-name",
|
|
1811
|
-
"summary": "Name of the sandbox org that becomes the new source org for the refreshed sandbox.",
|
|
1812
|
-
"hasDynamicHelp": false,
|
|
1813
|
-
"multiple": false,
|
|
1814
|
-
"type": "option"
|
|
1815
|
-
},
|
|
1816
|
-
"source-id": {
|
|
1817
|
-
"description": "The value of --source-id must be an existing sandbox. The new source sandbox, and the refreshed sandbox specified with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.\n\nYou can specify either --source-id or --source-sandbox-name when refreshing an existing sandbox, but not both.",
|
|
1818
|
-
"exclusive": [
|
|
1819
|
-
"source-sandbox-name"
|
|
1820
|
-
],
|
|
1821
|
-
"name": "source-id",
|
|
1822
|
-
"summary": "ID of the sandbox org that becomes the new source org for the refreshed sandbox.",
|
|
1823
|
-
"hasDynamicHelp": false,
|
|
1824
|
-
"multiple": false,
|
|
1825
|
-
"type": "option"
|
|
1826
|
-
},
|
|
1827
|
-
"async": {
|
|
1828
|
-
"description": "The command immediately displays the job ID and returns control of the terminal to you. This way, you can continue to use the CLI. To check the status of the sandbox refresh, run \"<%= config.bin %> org resume sandbox\".",
|
|
1829
|
-
"exclusive": [
|
|
1830
|
-
"wait",
|
|
1831
|
-
"poll-interval"
|
|
1832
|
-
],
|
|
1833
|
-
"name": "async",
|
|
1834
|
-
"summary": "Request the sandbox refresh, but don't wait for it to complete.",
|
|
1835
|
-
"allowNo": false,
|
|
1836
|
-
"type": "boolean"
|
|
1837
|
-
},
|
|
1838
|
-
"name": {
|
|
1839
|
-
"char": "n",
|
|
1840
|
-
"name": "name",
|
|
1841
|
-
"summary": "Name of the existing sandbox org in your production org that you want to refresh.",
|
|
1842
|
-
"hasDynamicHelp": false,
|
|
1843
|
-
"multiple": false,
|
|
1844
|
-
"type": "option"
|
|
1845
|
-
},
|
|
1846
|
-
"definition-file": {
|
|
1847
|
-
"char": "f",
|
|
1848
|
-
"description": "The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name flag to specify the sandbox and don't use this flag. See <https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all the options you can specify in the definition file.",
|
|
1849
|
-
"name": "definition-file",
|
|
1850
|
-
"summary": "Path to a sandbox definition file for overriding its configuration when you refresh it.",
|
|
1851
|
-
"hasDynamicHelp": false,
|
|
1852
|
-
"multiple": false,
|
|
1853
|
-
"type": "option"
|
|
1854
|
-
},
|
|
1855
|
-
"target-org": {
|
|
1856
|
-
"char": "o",
|
|
1857
|
-
"name": "target-org",
|
|
1858
|
-
"noCacheDefault": true,
|
|
1859
|
-
"required": true,
|
|
1860
|
-
"summary": "Username or alias of the production org that contains the sandbox license.",
|
|
1861
|
-
"hasDynamicHelp": true,
|
|
1862
|
-
"multiple": false,
|
|
1863
|
-
"type": "option"
|
|
1864
|
-
},
|
|
1865
|
-
"no-prompt": {
|
|
1866
|
-
"name": "no-prompt",
|
|
1867
|
-
"summary": "Don't prompt for confirmation about the sandbox refresh.",
|
|
1868
|
-
"allowNo": false,
|
|
1869
|
-
"type": "boolean"
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
"hasDynamicHelp": true,
|
|
1873
|
-
"hiddenAliases": [],
|
|
1874
|
-
"id": "org:refresh:sandbox",
|
|
1875
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1876
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1877
|
-
"pluginType": "core",
|
|
1878
|
-
"strict": true,
|
|
1879
|
-
"summary": "Refresh a sandbox org using the sandbox name.",
|
|
1880
|
-
"isESM": true,
|
|
1881
|
-
"relativePath": [
|
|
1882
|
-
"lib",
|
|
1883
|
-
"commands",
|
|
1884
|
-
"org",
|
|
1885
|
-
"refresh",
|
|
1886
|
-
"sandbox.js"
|
|
1887
|
-
],
|
|
1888
|
-
"aliasPermutations": [],
|
|
1889
|
-
"permutations": [
|
|
1890
|
-
"org:refresh:sandbox",
|
|
1891
|
-
"refresh:org:sandbox",
|
|
1892
|
-
"refresh:sandbox:org",
|
|
1893
|
-
"org:sandbox:refresh",
|
|
1894
|
-
"sandbox:org:refresh",
|
|
1895
|
-
"sandbox:refresh:org"
|
|
1896
|
-
]
|
|
1897
|
-
},
|
|
1898
1898
|
"org:resume:sandbox": {
|
|
1899
1899
|
"aliases": [
|
|
1900
1900
|
"env:resume:sandbox"
|
|
@@ -2098,5 +2098,5 @@
|
|
|
2098
2098
|
]
|
|
2099
2099
|
}
|
|
2100
2100
|
},
|
|
2101
|
-
"version": "5.10.
|
|
2101
|
+
"version": "5.10.9"
|
|
2102
2102
|
}
|
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.10.
|
|
4
|
+
"version": "5.10.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"exports": "./lib/index.js",
|
|
231
231
|
"type": "module",
|
|
232
232
|
"sfdx": {
|
|
233
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.
|
|
234
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.
|
|
233
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.9.crt",
|
|
234
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.9.sig"
|
|
235
235
|
}
|
|
236
236
|
}
|