@salesforce/plugin-org 5.9.63 → 5.9.65
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 +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.65/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.65/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.65/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.65/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.65/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.65/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.65/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.65/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.65/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.65/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.65/src/commands/org/open.ts)_
|
|
887
887
|
|
|
888
888
|
## `sf org open agent`
|
|
889
889
|
|
|
@@ -934,7 +934,7 @@ 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.65/src/commands/org/open/agent.ts)_
|
|
938
938
|
|
|
939
939
|
## `sf org open authoring-bundle`
|
|
940
940
|
|
|
@@ -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.65/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.65/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.65/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.65/src/commands/org/resume/scratch.ts)_
|
|
1203
1203
|
|
|
1204
1204
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.65",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4.5.6",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.29",
|
|
10
|
-
"@salesforce/core": "^8.25.
|
|
10
|
+
"@salesforce/core": "^8.25.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.4",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^12.31.
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^12.31.10",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
15
|
"ansis": "^3.16.0",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
28
28
|
"moment": "^2.30.1",
|
|
29
|
-
"oclif": "^4.22.
|
|
29
|
+
"oclif": "^4.22.70",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^5.9.3"
|
|
32
32
|
},
|
|
@@ -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.65.crt",
|
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.9.65.sig"
|
|
233
233
|
}
|
|
234
234
|
}
|