@salesforce/plugin-org 5.2.41 → 5.2.42

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.
Files changed (3) hide show
  1. package/README.md +15 -15
  2. package/oclif.manifest.json +553 -553
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -242,7 +242,7 @@ FLAG DESCRIPTIONS
242
242
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
243
243
  ```
244
244
 
245
- _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/create/sandbox.ts)_
245
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/create/sandbox.ts)_
246
246
 
247
247
  ## `sf org create scratch`
248
248
 
@@ -396,7 +396,7 @@ FLAG DESCRIPTIONS
396
396
  Omit this flag to have Salesforce generate a unique username for your org.
397
397
  ```
398
398
 
399
- _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/create/scratch.ts)_
399
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/create/scratch.ts)_
400
400
 
401
401
  ## `sf org delete sandbox`
402
402
 
@@ -442,7 +442,7 @@ EXAMPLES
442
442
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
443
443
  ```
444
444
 
445
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/delete/sandbox.ts)_
445
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/delete/sandbox.ts)_
446
446
 
447
447
  ## `sf org delete scratch`
448
448
 
@@ -486,7 +486,7 @@ EXAMPLES
486
486
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
487
487
  ```
488
488
 
489
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/delete/scratch.ts)_
489
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/delete/scratch.ts)_
490
490
 
491
491
  ## `sf org disable tracking`
492
492
 
@@ -525,7 +525,7 @@ EXAMPLES
525
525
  $ sf org disable tracking
526
526
  ```
527
527
 
528
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/disable/tracking.ts)_
528
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/disable/tracking.ts)_
529
529
 
530
530
  ## `sf org display`
531
531
 
@@ -570,7 +570,7 @@ EXAMPLES
570
570
  $ sf org display --target-org TestOrg1 --verbose
571
571
  ```
572
572
 
573
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/display.ts)_
573
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/display.ts)_
574
574
 
575
575
  ## `sf org enable tracking`
576
576
 
@@ -612,7 +612,7 @@ EXAMPLES
612
612
  $ sf org enable tracking
613
613
  ```
614
614
 
615
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/enable/tracking.ts)_
615
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/enable/tracking.ts)_
616
616
 
617
617
  ## `sf org list`
618
618
 
@@ -651,7 +651,7 @@ EXAMPLES
651
651
  $ sf org list --clean
652
652
  ```
653
653
 
654
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/list.ts)_
654
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/list.ts)_
655
655
 
656
656
  ## `sf org list metadata`
657
657
 
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
718
718
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
719
719
  ```
720
720
 
721
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/list/metadata.ts)_
721
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/list/metadata.ts)_
722
722
 
723
723
  ## `sf org list metadata-types`
724
724
 
@@ -773,7 +773,7 @@ FLAG DESCRIPTIONS
773
773
  Override the api version used for api requests made by this command
774
774
  ```
775
775
 
776
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/list/metadata-types.ts)_
776
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/list/metadata-types.ts)_
777
777
 
778
778
  ## `sf org open`
779
779
 
@@ -849,7 +849,7 @@ EXAMPLES
849
849
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
850
850
  ```
851
851
 
852
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/open.ts)_
852
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/open.ts)_
853
853
 
854
854
  ## `sf org open agent`
855
855
 
@@ -900,7 +900,7 @@ EXAMPLES
900
900
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
901
901
  ```
902
902
 
903
- _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/open/agent.ts)_
903
+ _See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/open/agent.ts)_
904
904
 
905
905
  ## `sf org refresh sandbox`
906
906
 
@@ -977,7 +977,7 @@ FLAG DESCRIPTIONS
977
977
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
978
978
  ```
979
979
 
980
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/refresh/sandbox.ts)_
980
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/refresh/sandbox.ts)_
981
981
 
982
982
  ## `sf org resume sandbox`
983
983
 
@@ -1040,7 +1040,7 @@ FLAG DESCRIPTIONS
1040
1040
  returns the job ID. To resume checking the sandbox creation, rerun this command.
1041
1041
  ```
1042
1042
 
1043
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/resume/sandbox.ts)_
1043
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/resume/sandbox.ts)_
1044
1044
 
1045
1045
  ## `sf org resume scratch`
1046
1046
 
@@ -1087,6 +1087,6 @@ FLAG DESCRIPTIONS
1087
1087
  The job ID is valid for 24 hours after you start the scratch org creation.
1088
1088
  ```
1089
1089
 
1090
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.41/src/commands/org/resume/scratch.ts)_
1090
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.42/src/commands/org/resume/scratch.ts)_
1091
1091
 
1092
1092
  <!-- commandsstop -->