@salesforce/plugin-org 5.10.1 → 5.10.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 +17 -17
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/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.2/src/commands/org/resume/scratch.ts)_
|
|
1306
1306
|
|
|
1307
1307
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
8
8
|
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oclif/core": "^4.10.
|
|
10
|
+
"@oclif/core": "^4.10.6",
|
|
11
11
|
"@oclif/multi-stage-output": "^0.8.30",
|
|
12
12
|
"@salesforce/core": "^8.28.4",
|
|
13
13
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"terminal-link": "^3.0.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.3.16",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.3.53",
|
|
26
26
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^3.1.91",
|
|
@@ -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.2.crt",
|
|
234
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.10.2.sig"
|
|
235
235
|
}
|
|
236
236
|
}
|