@salesforce/plugin-org 5.9.78 → 5.9.79
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.9.
|
|
196
|
+
_See code: [src/commands/org/create/agent-user.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
330
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
512
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
558
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
602
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
641
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
686
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
728
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
767
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
834
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
889
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/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.9.
|
|
965
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/src/commands/org/open.ts)_
|
|
966
966
|
|
|
967
967
|
## `sf org open agent`
|
|
968
968
|
|
|
@@ -1013,7 +1013,7 @@ EXAMPLES
|
|
|
1013
1013
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
|
|
1014
1014
|
```
|
|
1015
1015
|
|
|
1016
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1016
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/src/commands/org/open/agent.ts)_
|
|
1017
1017
|
|
|
1018
1018
|
## `sf org open authoring-bundle`
|
|
1019
1019
|
|
|
@@ -1059,7 +1059,7 @@ EXAMPLES
|
|
|
1059
1059
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
1060
1060
|
```
|
|
1061
1061
|
|
|
1062
|
-
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1062
|
+
_See code: [src/commands/org/open/authoring-bundle.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/src/commands/org/open/authoring-bundle.ts)_
|
|
1063
1063
|
|
|
1064
1064
|
## `sf org refresh sandbox`
|
|
1065
1065
|
|
|
@@ -1162,7 +1162,7 @@ FLAG DESCRIPTIONS
|
|
|
1162
1162
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
1163
1163
|
```
|
|
1164
1164
|
|
|
1165
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1165
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/src/commands/org/refresh/sandbox.ts)_
|
|
1166
1166
|
|
|
1167
1167
|
## `sf org resume sandbox`
|
|
1168
1168
|
|
|
@@ -1225,7 +1225,7 @@ FLAG DESCRIPTIONS
|
|
|
1225
1225
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1226
1226
|
```
|
|
1227
1227
|
|
|
1228
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1228
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/src/commands/org/resume/sandbox.ts)_
|
|
1229
1229
|
|
|
1230
1230
|
## `sf org resume scratch`
|
|
1231
1231
|
|
|
@@ -1278,6 +1278,6 @@ FLAG DESCRIPTIONS
|
|
|
1278
1278
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
1279
1279
|
```
|
|
1280
1280
|
|
|
1281
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.
|
|
1281
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.9.79/src/commands/org/resume/scratch.ts)_
|
|
1282
1282
|
|
|
1283
1283
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
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.79",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@oclif/core": "^4.10.3",
|
|
11
11
|
"@oclif/multi-stage-output": "^0.8.30",
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.28.1",
|
|
13
13
|
"@salesforce/kit": "^3.2.4",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
15
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
15
|
+
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.12",
|
|
17
17
|
"ansis": "^3.16.0",
|
|
18
18
|
"change-case": "^5.4.4",
|
|
@@ -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.9.
|
|
234
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.
|
|
233
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.79.crt",
|
|
234
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.79.sig"
|
|
235
235
|
}
|
|
236
236
|
}
|