@salesforce/plugin-org 3.3.15-dev.0 → 3.3.15
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 +13 -15
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@salesforce/plugin-org) [](https://npmjs.org/package/@salesforce/plugin-org) [](https://raw.githubusercontent.com/salesforcecli/plugin-org/main/LICENSE.txt)
|
|
4
4
|
|
|
5
|
-
# Testing prerelease
|
|
6
|
-
|
|
7
5
|
Commands for working with Salesforce orgs. As the Salesforce CLI is transitioning commands owned by various teams to
|
|
8
6
|
open source, it may not represent all of the `org` commands.
|
|
9
7
|
|
|
@@ -218,7 +216,7 @@ FLAG DESCRIPTIONS
|
|
|
218
216
|
sandbox.
|
|
219
217
|
```
|
|
220
218
|
|
|
221
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
219
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/create/sandbox.ts)_
|
|
222
220
|
|
|
223
221
|
## `sf org create scratch`
|
|
224
222
|
|
|
@@ -371,7 +369,7 @@ FLAG DESCRIPTIONS
|
|
|
371
369
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
372
370
|
```
|
|
373
371
|
|
|
374
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
372
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/create/scratch.ts)_
|
|
375
373
|
|
|
376
374
|
## `sf org delete sandbox`
|
|
377
375
|
|
|
@@ -415,7 +413,7 @@ EXAMPLES
|
|
|
415
413
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
416
414
|
```
|
|
417
415
|
|
|
418
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
416
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/delete/sandbox.ts)_
|
|
419
417
|
|
|
420
418
|
## `sf org delete scratch`
|
|
421
419
|
|
|
@@ -457,7 +455,7 @@ EXAMPLES
|
|
|
457
455
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
458
456
|
```
|
|
459
457
|
|
|
460
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
458
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/delete/scratch.ts)_
|
|
461
459
|
|
|
462
460
|
## `sf org disable tracking`
|
|
463
461
|
|
|
@@ -495,7 +493,7 @@ EXAMPLES
|
|
|
495
493
|
$ sf org disable tracking
|
|
496
494
|
```
|
|
497
495
|
|
|
498
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
496
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/disable/tracking.ts)_
|
|
499
497
|
|
|
500
498
|
## `sf org display`
|
|
501
499
|
|
|
@@ -539,7 +537,7 @@ EXAMPLES
|
|
|
539
537
|
$ sf org display --target-org TestOrg1 --verbose
|
|
540
538
|
```
|
|
541
539
|
|
|
542
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
540
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/display.ts)_
|
|
543
541
|
|
|
544
542
|
## `sf org enable tracking`
|
|
545
543
|
|
|
@@ -580,7 +578,7 @@ EXAMPLES
|
|
|
580
578
|
$ sf org enable tracking
|
|
581
579
|
```
|
|
582
580
|
|
|
583
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
581
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/enable/tracking.ts)_
|
|
584
582
|
|
|
585
583
|
## `sf org list`
|
|
586
584
|
|
|
@@ -618,7 +616,7 @@ EXAMPLES
|
|
|
618
616
|
$ sf org list --clean
|
|
619
617
|
```
|
|
620
618
|
|
|
621
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
619
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/list.ts)_
|
|
622
620
|
|
|
623
621
|
## `sf org list metadata`
|
|
624
622
|
|
|
@@ -683,7 +681,7 @@ FLAG DESCRIPTIONS
|
|
|
683
681
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
684
682
|
```
|
|
685
683
|
|
|
686
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
684
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/list/metadata.ts)_
|
|
687
685
|
|
|
688
686
|
## `sf org list metadata-types`
|
|
689
687
|
|
|
@@ -737,7 +735,7 @@ FLAG DESCRIPTIONS
|
|
|
737
735
|
Override the api version used for api requests made by this command
|
|
738
736
|
```
|
|
739
737
|
|
|
740
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
738
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/list/metadata-types.ts)_
|
|
741
739
|
|
|
742
740
|
## `sf org open`
|
|
743
741
|
|
|
@@ -808,7 +806,7 @@ EXAMPLES
|
|
|
808
806
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
809
807
|
```
|
|
810
808
|
|
|
811
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
809
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/open.ts)_
|
|
812
810
|
|
|
813
811
|
## `sf org resume sandbox`
|
|
814
812
|
|
|
@@ -870,7 +868,7 @@ FLAG DESCRIPTIONS
|
|
|
870
868
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
871
869
|
```
|
|
872
870
|
|
|
873
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
871
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/resume/sandbox.ts)_
|
|
874
872
|
|
|
875
873
|
## `sf org resume scratch`
|
|
876
874
|
|
|
@@ -916,6 +914,6 @@ FLAG DESCRIPTIONS
|
|
|
916
914
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
917
915
|
```
|
|
918
916
|
|
|
919
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15
|
|
917
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.15/src/commands/org/resume/scratch.ts)_
|
|
920
918
|
|
|
921
919
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -3450,10 +3450,10 @@ change-case@^4, change-case@^4.1.2:
|
|
|
3450
3450
|
snake-case "^3.0.4"
|
|
3451
3451
|
tslib "^2.0.3"
|
|
3452
3452
|
|
|
3453
|
-
change-case@^5.4.
|
|
3454
|
-
version "5.4.
|
|
3455
|
-
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.
|
|
3456
|
-
integrity sha512-
|
|
3453
|
+
change-case@^5.4.3:
|
|
3454
|
+
version "5.4.3"
|
|
3455
|
+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.3.tgz#26cb398945027c894a306198cc72933c3db13588"
|
|
3456
|
+
integrity sha512-4cdyvorTy/lViZlVzw2O8/hHCLUuHqp4KpSSP3DlauhFCf3LdnfF+p5s0EAhjKsU7bqrMzu7iQArYfoPiHO2nw==
|
|
3457
3457
|
|
|
3458
3458
|
chardet@^0.7.0:
|
|
3459
3459
|
version "0.7.0"
|
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.3.15
|
|
4
|
+
"version": "3.3.15",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^10.3.8",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
|
-
"change-case": "^5.4.
|
|
14
|
+
"change-case": "^5.4.3",
|
|
15
15
|
"is-wsl": "^3.1.0",
|
|
16
16
|
"open": "^10.0.3"
|
|
17
17
|
},
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"exports": "./lib/index.js",
|
|
239
239
|
"type": "module",
|
|
240
240
|
"sfdx": {
|
|
241
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.15
|
|
242
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.15
|
|
241
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.15.crt",
|
|
242
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.15.sig"
|
|
243
243
|
}
|
|
244
244
|
}
|