@salesforce/plugin-org 3.4.0 → 3.4.1
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 +14 -14
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -227,7 +227,7 @@ FLAG DESCRIPTIONS
|
|
|
227
227
|
sandbox.
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
230
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/create/sandbox.ts)_
|
|
231
231
|
|
|
232
232
|
## `sf org create scratch`
|
|
233
233
|
|
|
@@ -380,7 +380,7 @@ FLAG DESCRIPTIONS
|
|
|
380
380
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
381
381
|
```
|
|
382
382
|
|
|
383
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
383
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/create/scratch.ts)_
|
|
384
384
|
|
|
385
385
|
## `sf org delete sandbox`
|
|
386
386
|
|
|
@@ -424,7 +424,7 @@ EXAMPLES
|
|
|
424
424
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
427
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/delete/sandbox.ts)_
|
|
428
428
|
|
|
429
429
|
## `sf org delete scratch`
|
|
430
430
|
|
|
@@ -466,7 +466,7 @@ EXAMPLES
|
|
|
466
466
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
469
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/delete/scratch.ts)_
|
|
470
470
|
|
|
471
471
|
## `sf org disable tracking`
|
|
472
472
|
|
|
@@ -504,7 +504,7 @@ EXAMPLES
|
|
|
504
504
|
$ sf org disable tracking
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
507
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/disable/tracking.ts)_
|
|
508
508
|
|
|
509
509
|
## `sf org display`
|
|
510
510
|
|
|
@@ -548,7 +548,7 @@ EXAMPLES
|
|
|
548
548
|
$ sf org display --target-org TestOrg1 --verbose
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
551
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/display.ts)_
|
|
552
552
|
|
|
553
553
|
## `sf org enable tracking`
|
|
554
554
|
|
|
@@ -589,7 +589,7 @@ EXAMPLES
|
|
|
589
589
|
$ sf org enable tracking
|
|
590
590
|
```
|
|
591
591
|
|
|
592
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
592
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/enable/tracking.ts)_
|
|
593
593
|
|
|
594
594
|
## `sf org list`
|
|
595
595
|
|
|
@@ -627,7 +627,7 @@ EXAMPLES
|
|
|
627
627
|
$ sf org list --clean
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
630
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/list.ts)_
|
|
631
631
|
|
|
632
632
|
## `sf org list metadata`
|
|
633
633
|
|
|
@@ -692,7 +692,7 @@ FLAG DESCRIPTIONS
|
|
|
692
692
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
693
693
|
```
|
|
694
694
|
|
|
695
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
695
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/list/metadata.ts)_
|
|
696
696
|
|
|
697
697
|
## `sf org list metadata-types`
|
|
698
698
|
|
|
@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
|
|
|
746
746
|
Override the api version used for api requests made by this command
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
749
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/list/metadata-types.ts)_
|
|
750
750
|
|
|
751
751
|
## `sf org open`
|
|
752
752
|
|
|
@@ -817,7 +817,7 @@ EXAMPLES
|
|
|
817
817
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
818
818
|
```
|
|
819
819
|
|
|
820
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
820
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/open.ts)_
|
|
821
821
|
|
|
822
822
|
## `sf org refresh sandbox`
|
|
823
823
|
|
|
@@ -889,7 +889,7 @@ FLAG DESCRIPTIONS
|
|
|
889
889
|
to use the CLI. To check the status of the sandbox refresh, run "sf org resume sandbox".
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
892
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/refresh/sandbox.ts)_
|
|
893
893
|
|
|
894
894
|
## `sf org resume sandbox`
|
|
895
895
|
|
|
@@ -951,7 +951,7 @@ FLAG DESCRIPTIONS
|
|
|
951
951
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
952
952
|
```
|
|
953
953
|
|
|
954
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
954
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/resume/sandbox.ts)_
|
|
955
955
|
|
|
956
956
|
## `sf org resume scratch`
|
|
957
957
|
|
|
@@ -997,6 +997,6 @@ FLAG DESCRIPTIONS
|
|
|
997
997
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
998
998
|
```
|
|
999
999
|
|
|
1000
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.
|
|
1000
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.4.1/src/commands/org/resume/scratch.ts)_
|
|
1001
1001
|
|
|
1002
1002
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-org",
|
|
9
|
-
"version": "3.4.
|
|
9
|
+
"version": "3.4.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.18.1",
|
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": "3.4.
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"exports": "./lib/index.js",
|
|
238
238
|
"type": "module",
|
|
239
239
|
"sfdx": {
|
|
240
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.4.
|
|
241
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.4.
|
|
240
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.4.1.crt",
|
|
241
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.4.1.sig"
|
|
242
242
|
}
|
|
243
243
|
}
|