@salesforce/plugin-org 3.0.3 → 3.0.4
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 +15 -15
- package/oclif.lock +4 -4
- package/oclif.manifest.json +430 -430
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
|
|
|
160
160
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
163
|
+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/clone.ts)_
|
|
164
164
|
|
|
165
165
|
## `sf force org create`
|
|
166
166
|
|
|
@@ -208,7 +208,7 @@ EXAMPLES
|
|
|
208
208
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
211
|
+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/create.ts)_
|
|
212
212
|
|
|
213
213
|
## `sf force org delete`
|
|
214
214
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sf force org delete -u MyOrgAlias -p
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
243
|
+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/delete.ts)_
|
|
244
244
|
|
|
245
245
|
## `sf force org status`
|
|
246
246
|
|
|
@@ -278,7 +278,7 @@ EXAMPLES
|
|
|
278
278
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
281
|
+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/status.ts)_
|
|
282
282
|
|
|
283
283
|
## `sf org create sandbox`
|
|
284
284
|
|
|
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
|
|
|
383
383
|
sandbox.
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
386
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/sandbox.ts)_
|
|
387
387
|
|
|
388
388
|
## `sf org create scratch`
|
|
389
389
|
|
|
@@ -536,7 +536,7 @@ FLAG DESCRIPTIONS
|
|
|
536
536
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
539
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/scratch.ts)_
|
|
540
540
|
|
|
541
541
|
## `sf org delete sandbox`
|
|
542
542
|
|
|
@@ -580,7 +580,7 @@ EXAMPLES
|
|
|
580
580
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
583
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/sandbox.ts)_
|
|
584
584
|
|
|
585
585
|
## `sf org delete scratch`
|
|
586
586
|
|
|
@@ -622,7 +622,7 @@ EXAMPLES
|
|
|
622
622
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
625
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/scratch.ts)_
|
|
626
626
|
|
|
627
627
|
## `sf org display`
|
|
628
628
|
|
|
@@ -665,7 +665,7 @@ EXAMPLES
|
|
|
665
665
|
$ sf org display --target-org TestOrg1 --verbose
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
668
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/display.ts)_
|
|
669
669
|
|
|
670
670
|
## `sf org list`
|
|
671
671
|
|
|
@@ -703,7 +703,7 @@ EXAMPLES
|
|
|
703
703
|
$ sf org list --clean
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
706
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list.ts)_
|
|
707
707
|
|
|
708
708
|
## `sf org list metadata`
|
|
709
709
|
|
|
@@ -767,7 +767,7 @@ FLAG DESCRIPTIONS
|
|
|
767
767
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
770
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata.ts)_
|
|
771
771
|
|
|
772
772
|
## `sf org list metadata-types`
|
|
773
773
|
|
|
@@ -820,7 +820,7 @@ FLAG DESCRIPTIONS
|
|
|
820
820
|
Override the api version used for api requests made by this command
|
|
821
821
|
```
|
|
822
822
|
|
|
823
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
823
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata-types.ts)_
|
|
824
824
|
|
|
825
825
|
## `sf org open`
|
|
826
826
|
|
|
@@ -885,7 +885,7 @@ EXAMPLES
|
|
|
885
885
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
886
886
|
```
|
|
887
887
|
|
|
888
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
888
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/open.ts)_
|
|
889
889
|
|
|
890
890
|
## `sf org resume sandbox`
|
|
891
891
|
|
|
@@ -947,7 +947,7 @@ FLAG DESCRIPTIONS
|
|
|
947
947
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
948
948
|
```
|
|
949
949
|
|
|
950
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
950
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/sandbox.ts)_
|
|
951
951
|
|
|
952
952
|
## `sf org resume scratch`
|
|
953
953
|
|
|
@@ -993,6 +993,6 @@ FLAG DESCRIPTIONS
|
|
|
993
993
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
994
994
|
```
|
|
995
995
|
|
|
996
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
996
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/scratch.ts)_
|
|
997
997
|
|
|
998
998
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -788,10 +788,10 @@
|
|
|
788
788
|
wordwrap "^1.0.0"
|
|
789
789
|
wrap-ansi "^7.0.0"
|
|
790
790
|
|
|
791
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.
|
|
792
|
-
version "3.10.
|
|
793
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.
|
|
794
|
-
integrity sha512-
|
|
791
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
|
|
792
|
+
version "3.10.8"
|
|
793
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
|
|
794
|
+
integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
|
|
795
795
|
dependencies:
|
|
796
796
|
ansi-escapes "^4.3.2"
|
|
797
797
|
ansi-styles "^4.3.0"
|