@salesforce/plugin-org 5.0.0 → 5.0.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 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.8.2/src/commands/org/create/sandbox.ts)_
232
+ _See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/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.8.2/src/commands/org/create/scratch.ts)_
386
+ _See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/create/scratch.ts)_
387
387
 
388
388
  ## `sf org delete sandbox`
389
389
 
@@ -394,8 +394,8 @@ USAGE
394
394
  $ sf org delete sandbox -o <value> [--json] [--flags-dir <value>] [-p]
395
395
 
396
396
  FLAGS
397
- -o, --target-org=<value> (required) Username or alias of the target org. Not
398
- required if the `target-org` configuration variable is already set.
397
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
398
+ configuration variable is already set.
399
399
  -p, --no-prompt Don't prompt the user to confirm the deletion.
400
400
 
401
401
  GLOBAL FLAGS
@@ -429,7 +429,7 @@ EXAMPLES
429
429
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
430
430
  ```
431
431
 
432
- _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/delete/sandbox.ts)_
432
+ _See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/delete/sandbox.ts)_
433
433
 
434
434
  ## `sf org delete scratch`
435
435
 
@@ -440,8 +440,8 @@ USAGE
440
440
  $ sf org delete scratch -o <value> [--json] [--flags-dir <value>] [-p]
441
441
 
442
442
  FLAGS
443
- -o, --target-org=<value> (required) Username or alias of the target org. Not
444
- required if the `target-org` configuration variable is already set.
443
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
444
+ configuration variable is already set.
445
445
  -p, --no-prompt Don't prompt the user to confirm the deletion.
446
446
 
447
447
  GLOBAL FLAGS
@@ -473,7 +473,7 @@ EXAMPLES
473
473
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
474
474
  ```
475
475
 
476
- _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/delete/scratch.ts)_
476
+ _See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/delete/scratch.ts)_
477
477
 
478
478
  ## `sf org disable tracking`
479
479
 
@@ -512,7 +512,7 @@ EXAMPLES
512
512
  $ sf org disable tracking
513
513
  ```
514
514
 
515
- _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/disable/tracking.ts)_
515
+ _See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/disable/tracking.ts)_
516
516
 
517
517
  ## `sf org display`
518
518
 
@@ -557,7 +557,7 @@ EXAMPLES
557
557
  $ sf org display --target-org TestOrg1 --verbose
558
558
  ```
559
559
 
560
- _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/display.ts)_
560
+ _See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/display.ts)_
561
561
 
562
562
  ## `sf org enable tracking`
563
563
 
@@ -599,7 +599,7 @@ EXAMPLES
599
599
  $ sf org enable tracking
600
600
  ```
601
601
 
602
- _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/enable/tracking.ts)_
602
+ _See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/enable/tracking.ts)_
603
603
 
604
604
  ## `sf org list`
605
605
 
@@ -638,7 +638,7 @@ EXAMPLES
638
638
  $ sf org list --clean
639
639
  ```
640
640
 
641
- _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/list.ts)_
641
+ _See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/list.ts)_
642
642
 
643
643
  ## `sf org list metadata`
644
644
 
@@ -705,7 +705,7 @@ FLAG DESCRIPTIONS
705
705
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
706
706
  ```
707
707
 
708
- _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/list/metadata.ts)_
708
+ _See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/list/metadata.ts)_
709
709
 
710
710
  ## `sf org list metadata-types`
711
711
 
@@ -760,7 +760,7 @@ FLAG DESCRIPTIONS
760
760
  Override the api version used for api requests made by this command
761
761
  ```
762
762
 
763
- _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/list/metadata-types.ts)_
763
+ _See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/list/metadata-types.ts)_
764
764
 
765
765
  ## `sf org open`
766
766
 
@@ -836,7 +836,7 @@ EXAMPLES
836
836
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
837
837
  ```
838
838
 
839
- _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/open.ts)_
839
+ _See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/open.ts)_
840
840
 
841
841
  ## `sf org refresh sandbox`
842
842
 
@@ -913,7 +913,7 @@ FLAG DESCRIPTIONS
913
913
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
914
914
  ```
915
915
 
916
- _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/refresh/sandbox.ts)_
916
+ _See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/refresh/sandbox.ts)_
917
917
 
918
918
  ## `sf org resume sandbox`
919
919
 
@@ -976,7 +976,7 @@ FLAG DESCRIPTIONS
976
976
  returns the job ID. To resume checking the sandbox creation, rerun this command.
977
977
  ```
978
978
 
979
- _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/resume/sandbox.ts)_
979
+ _See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/resume/sandbox.ts)_
980
980
 
981
981
  ## `sf org resume scratch`
982
982
 
@@ -1023,6 +1023,6 @@ FLAG DESCRIPTIONS
1023
1023
  The job ID is valid for 24 hours after you start the scratch org creation.
1024
1024
  ```
1025
1025
 
1026
- _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/4.8.2/src/commands/org/resume/scratch.ts)_
1026
+ _See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.0.1/src/commands/org/resume/scratch.ts)_
1027
1027
 
1028
1028
  <!-- commandsstop -->
@@ -808,69 +808,6 @@
808
808
  "scratch:create:org"
809
809
  ]
810
810
  },
811
- "org:disable:tracking": {
812
- "aliases": [],
813
- "args": {},
814
- "description": "Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that no source tracking operations are executed when working with the org.",
815
- "examples": [
816
- "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
817
- "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
818
- "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
819
- ],
820
- "flags": {
821
- "json": {
822
- "description": "Format output as json.",
823
- "helpGroup": "GLOBAL",
824
- "name": "json",
825
- "allowNo": false,
826
- "type": "boolean"
827
- },
828
- "flags-dir": {
829
- "helpGroup": "GLOBAL",
830
- "name": "flags-dir",
831
- "summary": "Import flag values from a directory.",
832
- "hasDynamicHelp": false,
833
- "multiple": false,
834
- "type": "option"
835
- },
836
- "target-org": {
837
- "char": "o",
838
- "name": "target-org",
839
- "noCacheDefault": true,
840
- "required": true,
841
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
842
- "hasDynamicHelp": true,
843
- "multiple": false,
844
- "type": "option"
845
- }
846
- },
847
- "hasDynamicHelp": true,
848
- "hiddenAliases": [],
849
- "id": "org:disable:tracking",
850
- "pluginAlias": "@salesforce/plugin-org",
851
- "pluginName": "@salesforce/plugin-org",
852
- "pluginType": "core",
853
- "strict": true,
854
- "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
855
- "enableJsonFlag": true,
856
- "isESM": true,
857
- "relativePath": [
858
- "lib",
859
- "commands",
860
- "org",
861
- "disable",
862
- "tracking.js"
863
- ],
864
- "aliasPermutations": [],
865
- "permutations": [
866
- "org:disable:tracking",
867
- "disable:org:tracking",
868
- "disable:tracking:org",
869
- "org:tracking:disable",
870
- "tracking:org:disable",
871
- "tracking:disable:org"
872
- ]
873
- },
874
811
  "org:delete:sandbox": {
875
812
  "aliases": [
876
813
  "env:delete:sandbox"
@@ -1039,6 +976,69 @@
1039
976
  "scratch:delete:org"
1040
977
  ]
1041
978
  },
979
+ "org:disable:tracking": {
980
+ "aliases": [],
981
+ "args": {},
982
+ "description": "Disabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that no source tracking operations are executed when working with the org.",
983
+ "examples": [
984
+ "Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
985
+ "Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
986
+ "Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
987
+ ],
988
+ "flags": {
989
+ "json": {
990
+ "description": "Format output as json.",
991
+ "helpGroup": "GLOBAL",
992
+ "name": "json",
993
+ "allowNo": false,
994
+ "type": "boolean"
995
+ },
996
+ "flags-dir": {
997
+ "helpGroup": "GLOBAL",
998
+ "name": "flags-dir",
999
+ "summary": "Import flag values from a directory.",
1000
+ "hasDynamicHelp": false,
1001
+ "multiple": false,
1002
+ "type": "option"
1003
+ },
1004
+ "target-org": {
1005
+ "char": "o",
1006
+ "name": "target-org",
1007
+ "noCacheDefault": true,
1008
+ "required": true,
1009
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1010
+ "hasDynamicHelp": true,
1011
+ "multiple": false,
1012
+ "type": "option"
1013
+ }
1014
+ },
1015
+ "hasDynamicHelp": true,
1016
+ "hiddenAliases": [],
1017
+ "id": "org:disable:tracking",
1018
+ "pluginAlias": "@salesforce/plugin-org",
1019
+ "pluginName": "@salesforce/plugin-org",
1020
+ "pluginType": "core",
1021
+ "strict": true,
1022
+ "summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
1023
+ "enableJsonFlag": true,
1024
+ "isESM": true,
1025
+ "relativePath": [
1026
+ "lib",
1027
+ "commands",
1028
+ "org",
1029
+ "disable",
1030
+ "tracking.js"
1031
+ ],
1032
+ "aliasPermutations": [],
1033
+ "permutations": [
1034
+ "org:disable:tracking",
1035
+ "disable:org:tracking",
1036
+ "disable:tracking:org",
1037
+ "org:tracking:disable",
1038
+ "tracking:org:disable",
1039
+ "tracking:disable:org"
1040
+ ]
1041
+ },
1042
1042
  "org:enable:tracking": {
1043
1043
  "aliases": [],
1044
1044
  "args": {},
@@ -1681,5 +1681,5 @@
1681
1681
  ]
1682
1682
  }
1683
1683
  },
1684
- "version": "5.0.0"
1684
+ "version": "5.0.1"
1685
1685
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "5.0.0",
4
+ "version": "5.0.1",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4.0.29",
9
- "@oclif/multi-stage-output": "^0.7.7",
9
+ "@oclif/multi-stage-output": "^0.7.8",
10
10
  "@salesforce/core": "^8.6.3",
11
11
  "@salesforce/kit": "^3.2.3",
12
12
  "@salesforce/sf-plugins-core": "^12.0.9",
@@ -25,7 +25,7 @@
25
25
  "@salesforce/ts-sinon": "^1.4.27",
26
26
  "eslint-plugin-sf-plugin": "^1.20.8",
27
27
  "moment": "^2.30.1",
28
- "oclif": "^4.15.9",
28
+ "oclif": "^4.15.12",
29
29
  "ts-node": "^10.9.2",
30
30
  "typescript": "^5.6.3"
31
31
  },
@@ -226,7 +226,7 @@
226
226
  "exports": "./lib/index.js",
227
227
  "type": "module",
228
228
  "sfdx": {
229
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.0.0.crt",
230
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.0.0.sig"
229
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.0.1.crt",
230
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.0.1.sig"
231
231
  }
232
232
  }