@salesforce/plugin-org 4.0.3 → 4.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 CHANGED
@@ -229,7 +229,7 @@ FLAG DESCRIPTIONS
229
229
  sandbox.
230
230
  ```
231
231
 
232
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/create/sandbox.ts)_
232
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/create/sandbox.ts)_
233
233
 
234
234
  ## `sf org create scratch`
235
235
 
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
383
383
  Omit this flag to have Salesforce generate a unique username for your org.
384
384
  ```
385
385
 
386
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/create/scratch.ts)_
386
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/create/scratch.ts)_
387
387
 
388
388
  ## `sf org delete sandbox`
389
389
 
@@ -428,7 +428,7 @@ EXAMPLES
428
428
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
429
429
  ```
430
430
 
431
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/delete/sandbox.ts)_
431
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/delete/sandbox.ts)_
432
432
 
433
433
  ## `sf org delete scratch`
434
434
 
@@ -471,7 +471,7 @@ EXAMPLES
471
471
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
472
472
  ```
473
473
 
474
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/delete/scratch.ts)_
474
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/delete/scratch.ts)_
475
475
 
476
476
  ## `sf org disable tracking`
477
477
 
@@ -510,7 +510,7 @@ EXAMPLES
510
510
  $ sf org disable tracking
511
511
  ```
512
512
 
513
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/disable/tracking.ts)_
513
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/disable/tracking.ts)_
514
514
 
515
515
  ## `sf org display`
516
516
 
@@ -555,7 +555,7 @@ EXAMPLES
555
555
  $ sf org display --target-org TestOrg1 --verbose
556
556
  ```
557
557
 
558
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/display.ts)_
558
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/display.ts)_
559
559
 
560
560
  ## `sf org enable tracking`
561
561
 
@@ -597,7 +597,7 @@ EXAMPLES
597
597
  $ sf org enable tracking
598
598
  ```
599
599
 
600
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/enable/tracking.ts)_
600
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/enable/tracking.ts)_
601
601
 
602
602
  ## `sf org list`
603
603
 
@@ -636,7 +636,7 @@ EXAMPLES
636
636
  $ sf org list --clean
637
637
  ```
638
638
 
639
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/list.ts)_
639
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/list.ts)_
640
640
 
641
641
  ## `sf org list metadata`
642
642
 
@@ -703,7 +703,7 @@ FLAG DESCRIPTIONS
703
703
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
704
704
  ```
705
705
 
706
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/list/metadata.ts)_
706
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/list/metadata.ts)_
707
707
 
708
708
  ## `sf org list metadata-types`
709
709
 
@@ -758,7 +758,7 @@ FLAG DESCRIPTIONS
758
758
  Override the api version used for api requests made by this command
759
759
  ```
760
760
 
761
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/list/metadata-types.ts)_
761
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/list/metadata-types.ts)_
762
762
 
763
763
  ## `sf org open`
764
764
 
@@ -830,7 +830,7 @@ EXAMPLES
830
830
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
831
831
  ```
832
832
 
833
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/open.ts)_
833
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/open.ts)_
834
834
 
835
835
  ## `sf org refresh sandbox`
836
836
 
@@ -858,9 +858,9 @@ GLOBAL FLAGS
858
858
  DESCRIPTION
859
859
  Refresh a sandbox org using the sandbox name.
860
860
 
861
- Refreshing a sandbox copies the metadata, and optionally data, from your production org to the refreshed sandbox org.
862
- You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as
863
- its license type or template ID.
861
+ Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You
862
+ can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its
863
+ license type or template ID.
864
864
 
865
865
  You're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox
866
866
  name, first delete it with the "org delete sandbox" command. And then recreate it with the "org create sandbox"
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
907
907
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
908
908
  ```
909
909
 
910
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/refresh/sandbox.ts)_
910
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/refresh/sandbox.ts)_
911
911
 
912
912
  ## `sf org resume sandbox`
913
913
 
@@ -970,7 +970,7 @@ FLAG DESCRIPTIONS
970
970
  returns the job ID. To resume checking the sandbox creation, rerun this command.
971
971
  ```
972
972
 
973
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/resume/sandbox.ts)_
973
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/resume/sandbox.ts)_
974
974
 
975
975
  ## `sf org resume scratch`
976
976
 
@@ -1017,6 +1017,6 @@ FLAG DESCRIPTIONS
1017
1017
  The job ID is valid for 24 hours after you start the scratch org creation.
1018
1018
  ```
1019
1019
 
1020
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.3/src/commands/org/resume/scratch.ts)_
1020
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.0.4/src/commands/org/resume/scratch.ts)_
1021
1021
 
1022
1022
  <!-- commandsstop -->
@@ -4,7 +4,7 @@ Refresh a sandbox org using the sandbox name.
4
4
 
5
5
  # description
6
6
 
7
- Refreshing a sandbox copies the metadata, and optionally data, from your production org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID.
7
+ Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID.
8
8
 
9
9
  You're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox name, first delete it with the "org delete sandbox" command. And then recreate it with the "org create sandbox" command and give it a new name.
10
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-org",
9
- "version": "4.0.3",
9
+ "version": "4.0.4",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.26.0",
@@ -1665,7 +1665,7 @@
1665
1665
  "org:refresh:sandbox": {
1666
1666
  "aliases": [],
1667
1667
  "args": {},
1668
- "description": "Refreshing a sandbox copies the metadata, and optionally data, from your production org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID.\n\nYou're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox name, first delete it with the \"org delete sandbox\" command. And then recreate it with the \"org create sandbox\" command and give it a new name.",
1668
+ "description": "Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID.\n\nYou're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox name, first delete it with the \"org delete sandbox\" command. And then recreate it with the \"org create sandbox\" command and give it a new name.",
1669
1669
  "examples": [
1670
1670
  "Refresh the sandbox named \"devSbx1\". The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --name devSbx1 --target-org prodOrg",
1671
1671
  "Refresh the sandbox named \"devSbx2\", and override the configuration of the refreshed sandbox with the properties in the specified defintion file. The default target org is the production org, so you don't need to specify the `--target-org` flag in this case.\n<%= config.bin %> <%= command.id %> --name devSbx2 --definition-file devSbx2-config.json",
@@ -1982,5 +1982,5 @@
1982
1982
  ]
1983
1983
  }
1984
1984
  },
1985
- "version": "4.0.3"
1985
+ "version": "4.0.4"
1986
1986
  }
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": "4.0.3",
4
+ "version": "4.0.4",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -235,7 +235,7 @@
235
235
  "exports": "./lib/index.js",
236
236
  "type": "module",
237
237
  "sfdx": {
238
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.3.crt",
239
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.3.sig"
238
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.4.crt",
239
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/4.0.4.sig"
240
240
  }
241
241
  }