@salesforce/plugin-org 3.3.6 → 3.3.7
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 -13
- package/oclif.lock +10 -10
- package/oclif.manifest.json +208 -208
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -216,7 +216,7 @@ FLAG DESCRIPTIONS
|
|
|
216
216
|
sandbox.
|
|
217
217
|
```
|
|
218
218
|
|
|
219
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
219
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/create/sandbox.ts)_
|
|
220
220
|
|
|
221
221
|
## `sf org create scratch`
|
|
222
222
|
|
|
@@ -369,7 +369,7 @@ FLAG DESCRIPTIONS
|
|
|
369
369
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
372
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/create/scratch.ts)_
|
|
373
373
|
|
|
374
374
|
## `sf org delete sandbox`
|
|
375
375
|
|
|
@@ -413,7 +413,7 @@ EXAMPLES
|
|
|
413
413
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
414
414
|
```
|
|
415
415
|
|
|
416
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
416
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/delete/sandbox.ts)_
|
|
417
417
|
|
|
418
418
|
## `sf org delete scratch`
|
|
419
419
|
|
|
@@ -455,7 +455,7 @@ EXAMPLES
|
|
|
455
455
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
456
456
|
```
|
|
457
457
|
|
|
458
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
458
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/delete/scratch.ts)_
|
|
459
459
|
|
|
460
460
|
## `sf org disable tracking`
|
|
461
461
|
|
|
@@ -493,7 +493,7 @@ EXAMPLES
|
|
|
493
493
|
$ sf org disable tracking
|
|
494
494
|
```
|
|
495
495
|
|
|
496
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
496
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/disable/tracking.ts)_
|
|
497
497
|
|
|
498
498
|
## `sf org display`
|
|
499
499
|
|
|
@@ -537,7 +537,7 @@ EXAMPLES
|
|
|
537
537
|
$ sf org display --target-org TestOrg1 --verbose
|
|
538
538
|
```
|
|
539
539
|
|
|
540
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
540
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/display.ts)_
|
|
541
541
|
|
|
542
542
|
## `sf org enable tracking`
|
|
543
543
|
|
|
@@ -578,7 +578,7 @@ EXAMPLES
|
|
|
578
578
|
$ sf org enable tracking
|
|
579
579
|
```
|
|
580
580
|
|
|
581
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
581
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/enable/tracking.ts)_
|
|
582
582
|
|
|
583
583
|
## `sf org list`
|
|
584
584
|
|
|
@@ -616,7 +616,7 @@ EXAMPLES
|
|
|
616
616
|
$ sf org list --clean
|
|
617
617
|
```
|
|
618
618
|
|
|
619
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
619
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/list.ts)_
|
|
620
620
|
|
|
621
621
|
## `sf org list metadata`
|
|
622
622
|
|
|
@@ -681,7 +681,7 @@ FLAG DESCRIPTIONS
|
|
|
681
681
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
682
682
|
```
|
|
683
683
|
|
|
684
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
684
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/list/metadata.ts)_
|
|
685
685
|
|
|
686
686
|
## `sf org list metadata-types`
|
|
687
687
|
|
|
@@ -735,7 +735,7 @@ FLAG DESCRIPTIONS
|
|
|
735
735
|
Override the api version used for api requests made by this command
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
738
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/list/metadata-types.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf org open`
|
|
741
741
|
|
|
@@ -806,7 +806,7 @@ EXAMPLES
|
|
|
806
806
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
807
807
|
```
|
|
808
808
|
|
|
809
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
809
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/open.ts)_
|
|
810
810
|
|
|
811
811
|
## `sf org resume sandbox`
|
|
812
812
|
|
|
@@ -868,7 +868,7 @@ FLAG DESCRIPTIONS
|
|
|
868
868
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
871
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/resume/sandbox.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf org resume scratch`
|
|
874
874
|
|
|
@@ -914,6 +914,6 @@ FLAG DESCRIPTIONS
|
|
|
914
914
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
915
915
|
```
|
|
916
916
|
|
|
917
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
917
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/resume/scratch.ts)_
|
|
918
918
|
|
|
919
919
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -833,12 +833,12 @@
|
|
|
833
833
|
wordwrap "^1.0.0"
|
|
834
834
|
wrap-ansi "^7.0.0"
|
|
835
835
|
|
|
836
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
837
|
-
version "5.0.
|
|
838
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
839
|
-
integrity sha512
|
|
836
|
+
"@oclif/plugin-command-snapshot@^5.0.6":
|
|
837
|
+
version "5.0.6"
|
|
838
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
|
|
839
|
+
integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
|
|
840
840
|
dependencies:
|
|
841
|
-
"@oclif/core" "^3.
|
|
841
|
+
"@oclif/core" "^3.16.0"
|
|
842
842
|
"@types/lodash.difference" "^4.5.9"
|
|
843
843
|
chalk "^5.3.0"
|
|
844
844
|
just-diff "^5.2.0"
|
|
@@ -1102,14 +1102,14 @@
|
|
|
1102
1102
|
chalk "^4"
|
|
1103
1103
|
inquirer "^8.2.5"
|
|
1104
1104
|
|
|
1105
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
1106
|
-
version "7.1.
|
|
1107
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
1108
|
-
integrity sha512-
|
|
1105
|
+
"@salesforce/sf-plugins-core@^7.1.3":
|
|
1106
|
+
version "7.1.3"
|
|
1107
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.3.tgz#2d1a15da9e5ebbee435f8699f13cc9aa787df1ca"
|
|
1108
|
+
integrity sha512-HaXEjtose1SOgxXsRYl3HA0f6OYIJTUqS1fGdIKgLZQR8tC3a/BnfDUuJRTjesp+GJZEjc6bUxzd92sn51AuGA==
|
|
1109
1109
|
dependencies:
|
|
1110
1110
|
"@inquirer/confirm" "^2.0.15"
|
|
1111
1111
|
"@inquirer/password" "^1.1.14"
|
|
1112
|
-
"@oclif/core" "^3.
|
|
1112
|
+
"@oclif/core" "^3.18.1"
|
|
1113
1113
|
"@salesforce/core" "^6.4.7"
|
|
1114
1114
|
"@salesforce/kit" "^3.0.15"
|
|
1115
1115
|
"@salesforce/ts-types" "^2.0.9"
|
package/oclif.manifest.json
CHANGED
|
@@ -906,6 +906,213 @@
|
|
|
906
906
|
"status:org:force"
|
|
907
907
|
]
|
|
908
908
|
},
|
|
909
|
+
"org:delete:sandbox": {
|
|
910
|
+
"aliases": [
|
|
911
|
+
"env:delete:sandbox"
|
|
912
|
+
],
|
|
913
|
+
"args": {},
|
|
914
|
+
"deprecateAliases": true,
|
|
915
|
+
"description": "Salesforce CLI marks the org for deletion in the production org that contains the sandbox licenses and then deletes all local references to the org from your computer.\nSpecify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including sandboxes, and their aliases.\nBoth the sandbox and the associated production org must already be authenticated with the CLI to successfully delete the sandbox.",
|
|
916
|
+
"examples": [
|
|
917
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
918
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
919
|
+
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
920
|
+
],
|
|
921
|
+
"flags": {
|
|
922
|
+
"json": {
|
|
923
|
+
"description": "Format output as json.",
|
|
924
|
+
"helpGroup": "GLOBAL",
|
|
925
|
+
"name": "json",
|
|
926
|
+
"allowNo": false,
|
|
927
|
+
"type": "boolean"
|
|
928
|
+
},
|
|
929
|
+
"target-org": {
|
|
930
|
+
"aliases": [
|
|
931
|
+
"targetusername",
|
|
932
|
+
"u"
|
|
933
|
+
],
|
|
934
|
+
"char": "o",
|
|
935
|
+
"deprecateAliases": true,
|
|
936
|
+
"name": "target-org",
|
|
937
|
+
"required": true,
|
|
938
|
+
"summary": "Sandbox alias or login user.",
|
|
939
|
+
"hasDynamicHelp": true,
|
|
940
|
+
"multiple": false,
|
|
941
|
+
"type": "option"
|
|
942
|
+
},
|
|
943
|
+
"no-prompt": {
|
|
944
|
+
"char": "p",
|
|
945
|
+
"name": "no-prompt",
|
|
946
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
947
|
+
"allowNo": false,
|
|
948
|
+
"type": "boolean"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"hasDynamicHelp": true,
|
|
952
|
+
"hiddenAliases": [],
|
|
953
|
+
"id": "org:delete:sandbox",
|
|
954
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
955
|
+
"pluginName": "@salesforce/plugin-org",
|
|
956
|
+
"pluginType": "core",
|
|
957
|
+
"strict": true,
|
|
958
|
+
"summary": "Delete a sandbox.",
|
|
959
|
+
"enableJsonFlag": true,
|
|
960
|
+
"isESM": true,
|
|
961
|
+
"relativePath": [
|
|
962
|
+
"lib",
|
|
963
|
+
"commands",
|
|
964
|
+
"org",
|
|
965
|
+
"delete",
|
|
966
|
+
"sandbox.js"
|
|
967
|
+
],
|
|
968
|
+
"aliasPermutations": [
|
|
969
|
+
"env:delete:sandbox",
|
|
970
|
+
"delete:env:sandbox",
|
|
971
|
+
"delete:sandbox:env",
|
|
972
|
+
"env:sandbox:delete",
|
|
973
|
+
"sandbox:env:delete",
|
|
974
|
+
"sandbox:delete:env"
|
|
975
|
+
],
|
|
976
|
+
"permutations": [
|
|
977
|
+
"org:delete:sandbox",
|
|
978
|
+
"delete:org:sandbox",
|
|
979
|
+
"delete:sandbox:org",
|
|
980
|
+
"org:sandbox:delete",
|
|
981
|
+
"sandbox:org:delete",
|
|
982
|
+
"sandbox:delete:org"
|
|
983
|
+
]
|
|
984
|
+
},
|
|
985
|
+
"org:delete:scratch": {
|
|
986
|
+
"aliases": [
|
|
987
|
+
"env:delete:scratch"
|
|
988
|
+
],
|
|
989
|
+
"args": {},
|
|
990
|
+
"deprecateAliases": true,
|
|
991
|
+
"description": "Salesforce CLI marks the org for deletion in the Dev Hub org and then deletes all local references to the org from your computer.\nSpecify a scratch org with either the username or the alias you gave the scratch org when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including scratch orgs, and their aliases.",
|
|
992
|
+
"examples": [
|
|
993
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
994
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
995
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
996
|
+
],
|
|
997
|
+
"flags": {
|
|
998
|
+
"json": {
|
|
999
|
+
"description": "Format output as json.",
|
|
1000
|
+
"helpGroup": "GLOBAL",
|
|
1001
|
+
"name": "json",
|
|
1002
|
+
"allowNo": false,
|
|
1003
|
+
"type": "boolean"
|
|
1004
|
+
},
|
|
1005
|
+
"target-org": {
|
|
1006
|
+
"aliases": [
|
|
1007
|
+
"targetusername",
|
|
1008
|
+
"u"
|
|
1009
|
+
],
|
|
1010
|
+
"char": "o",
|
|
1011
|
+
"deprecateAliases": true,
|
|
1012
|
+
"name": "target-org",
|
|
1013
|
+
"required": true,
|
|
1014
|
+
"summary": "Scratch org alias or login user.",
|
|
1015
|
+
"hasDynamicHelp": true,
|
|
1016
|
+
"multiple": false,
|
|
1017
|
+
"type": "option"
|
|
1018
|
+
},
|
|
1019
|
+
"no-prompt": {
|
|
1020
|
+
"char": "p",
|
|
1021
|
+
"name": "no-prompt",
|
|
1022
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1023
|
+
"allowNo": false,
|
|
1024
|
+
"type": "boolean"
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"hasDynamicHelp": true,
|
|
1028
|
+
"hiddenAliases": [],
|
|
1029
|
+
"id": "org:delete:scratch",
|
|
1030
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1031
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1032
|
+
"pluginType": "core",
|
|
1033
|
+
"strict": true,
|
|
1034
|
+
"summary": "Delete a scratch org.",
|
|
1035
|
+
"enableJsonFlag": true,
|
|
1036
|
+
"isESM": true,
|
|
1037
|
+
"relativePath": [
|
|
1038
|
+
"lib",
|
|
1039
|
+
"commands",
|
|
1040
|
+
"org",
|
|
1041
|
+
"delete",
|
|
1042
|
+
"scratch.js"
|
|
1043
|
+
],
|
|
1044
|
+
"aliasPermutations": [
|
|
1045
|
+
"env:delete:scratch",
|
|
1046
|
+
"delete:env:scratch",
|
|
1047
|
+
"delete:scratch:env",
|
|
1048
|
+
"env:scratch:delete",
|
|
1049
|
+
"scratch:env:delete",
|
|
1050
|
+
"scratch:delete:env"
|
|
1051
|
+
],
|
|
1052
|
+
"permutations": [
|
|
1053
|
+
"org:delete:scratch",
|
|
1054
|
+
"delete:org:scratch",
|
|
1055
|
+
"delete:scratch:org",
|
|
1056
|
+
"org:scratch:delete",
|
|
1057
|
+
"scratch:org:delete",
|
|
1058
|
+
"scratch:delete:org"
|
|
1059
|
+
]
|
|
1060
|
+
},
|
|
1061
|
+
"org:disable:tracking": {
|
|
1062
|
+
"aliases": [],
|
|
1063
|
+
"args": {},
|
|
1064
|
+
"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.",
|
|
1065
|
+
"examples": [
|
|
1066
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1067
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1068
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1069
|
+
],
|
|
1070
|
+
"flags": {
|
|
1071
|
+
"json": {
|
|
1072
|
+
"description": "Format output as json.",
|
|
1073
|
+
"helpGroup": "GLOBAL",
|
|
1074
|
+
"name": "json",
|
|
1075
|
+
"allowNo": false,
|
|
1076
|
+
"type": "boolean"
|
|
1077
|
+
},
|
|
1078
|
+
"target-org": {
|
|
1079
|
+
"char": "o",
|
|
1080
|
+
"name": "target-org",
|
|
1081
|
+
"noCacheDefault": true,
|
|
1082
|
+
"required": true,
|
|
1083
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1084
|
+
"hasDynamicHelp": true,
|
|
1085
|
+
"multiple": false,
|
|
1086
|
+
"type": "option"
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"hasDynamicHelp": true,
|
|
1090
|
+
"hiddenAliases": [],
|
|
1091
|
+
"id": "org:disable:tracking",
|
|
1092
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1093
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1094
|
+
"pluginType": "core",
|
|
1095
|
+
"strict": true,
|
|
1096
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
1097
|
+
"enableJsonFlag": true,
|
|
1098
|
+
"isESM": true,
|
|
1099
|
+
"relativePath": [
|
|
1100
|
+
"lib",
|
|
1101
|
+
"commands",
|
|
1102
|
+
"org",
|
|
1103
|
+
"disable",
|
|
1104
|
+
"tracking.js"
|
|
1105
|
+
],
|
|
1106
|
+
"aliasPermutations": [],
|
|
1107
|
+
"permutations": [
|
|
1108
|
+
"org:disable:tracking",
|
|
1109
|
+
"disable:org:tracking",
|
|
1110
|
+
"disable:tracking:org",
|
|
1111
|
+
"org:tracking:disable",
|
|
1112
|
+
"tracking:org:disable",
|
|
1113
|
+
"tracking:disable:org"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
909
1116
|
"org:create:sandbox": {
|
|
910
1117
|
"aliases": [
|
|
911
1118
|
"env:create:sandbox"
|
|
@@ -1336,213 +1543,6 @@
|
|
|
1336
1543
|
"scratch:create:org"
|
|
1337
1544
|
]
|
|
1338
1545
|
},
|
|
1339
|
-
"org:delete:sandbox": {
|
|
1340
|
-
"aliases": [
|
|
1341
|
-
"env:delete:sandbox"
|
|
1342
|
-
],
|
|
1343
|
-
"args": {},
|
|
1344
|
-
"deprecateAliases": true,
|
|
1345
|
-
"description": "Salesforce CLI marks the org for deletion in the production org that contains the sandbox licenses and then deletes all local references to the org from your computer.\nSpecify a sandbox with either the username you used when you logged into it, or the alias you gave the sandbox when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including sandboxes, and their aliases.\nBoth the sandbox and the associated production org must already be authenticated with the CLI to successfully delete the sandbox.",
|
|
1346
|
-
"examples": [
|
|
1347
|
-
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
1348
|
-
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
1349
|
-
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
1350
|
-
],
|
|
1351
|
-
"flags": {
|
|
1352
|
-
"json": {
|
|
1353
|
-
"description": "Format output as json.",
|
|
1354
|
-
"helpGroup": "GLOBAL",
|
|
1355
|
-
"name": "json",
|
|
1356
|
-
"allowNo": false,
|
|
1357
|
-
"type": "boolean"
|
|
1358
|
-
},
|
|
1359
|
-
"target-org": {
|
|
1360
|
-
"aliases": [
|
|
1361
|
-
"targetusername",
|
|
1362
|
-
"u"
|
|
1363
|
-
],
|
|
1364
|
-
"char": "o",
|
|
1365
|
-
"deprecateAliases": true,
|
|
1366
|
-
"name": "target-org",
|
|
1367
|
-
"required": true,
|
|
1368
|
-
"summary": "Sandbox alias or login user.",
|
|
1369
|
-
"hasDynamicHelp": true,
|
|
1370
|
-
"multiple": false,
|
|
1371
|
-
"type": "option"
|
|
1372
|
-
},
|
|
1373
|
-
"no-prompt": {
|
|
1374
|
-
"char": "p",
|
|
1375
|
-
"name": "no-prompt",
|
|
1376
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1377
|
-
"allowNo": false,
|
|
1378
|
-
"type": "boolean"
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
"hasDynamicHelp": true,
|
|
1382
|
-
"hiddenAliases": [],
|
|
1383
|
-
"id": "org:delete:sandbox",
|
|
1384
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1385
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1386
|
-
"pluginType": "core",
|
|
1387
|
-
"strict": true,
|
|
1388
|
-
"summary": "Delete a sandbox.",
|
|
1389
|
-
"enableJsonFlag": true,
|
|
1390
|
-
"isESM": true,
|
|
1391
|
-
"relativePath": [
|
|
1392
|
-
"lib",
|
|
1393
|
-
"commands",
|
|
1394
|
-
"org",
|
|
1395
|
-
"delete",
|
|
1396
|
-
"sandbox.js"
|
|
1397
|
-
],
|
|
1398
|
-
"aliasPermutations": [
|
|
1399
|
-
"env:delete:sandbox",
|
|
1400
|
-
"delete:env:sandbox",
|
|
1401
|
-
"delete:sandbox:env",
|
|
1402
|
-
"env:sandbox:delete",
|
|
1403
|
-
"sandbox:env:delete",
|
|
1404
|
-
"sandbox:delete:env"
|
|
1405
|
-
],
|
|
1406
|
-
"permutations": [
|
|
1407
|
-
"org:delete:sandbox",
|
|
1408
|
-
"delete:org:sandbox",
|
|
1409
|
-
"delete:sandbox:org",
|
|
1410
|
-
"org:sandbox:delete",
|
|
1411
|
-
"sandbox:org:delete",
|
|
1412
|
-
"sandbox:delete:org"
|
|
1413
|
-
]
|
|
1414
|
-
},
|
|
1415
|
-
"org:delete:scratch": {
|
|
1416
|
-
"aliases": [
|
|
1417
|
-
"env:delete:scratch"
|
|
1418
|
-
],
|
|
1419
|
-
"args": {},
|
|
1420
|
-
"deprecateAliases": true,
|
|
1421
|
-
"description": "Salesforce CLI marks the org for deletion in the Dev Hub org and then deletes all local references to the org from your computer.\nSpecify a scratch org with either the username or the alias you gave the scratch org when you created it. Run \"<%= config.bin %> org list\" to view all your orgs, including scratch orgs, and their aliases.",
|
|
1422
|
-
"examples": [
|
|
1423
|
-
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
1424
|
-
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
1425
|
-
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
1426
|
-
],
|
|
1427
|
-
"flags": {
|
|
1428
|
-
"json": {
|
|
1429
|
-
"description": "Format output as json.",
|
|
1430
|
-
"helpGroup": "GLOBAL",
|
|
1431
|
-
"name": "json",
|
|
1432
|
-
"allowNo": false,
|
|
1433
|
-
"type": "boolean"
|
|
1434
|
-
},
|
|
1435
|
-
"target-org": {
|
|
1436
|
-
"aliases": [
|
|
1437
|
-
"targetusername",
|
|
1438
|
-
"u"
|
|
1439
|
-
],
|
|
1440
|
-
"char": "o",
|
|
1441
|
-
"deprecateAliases": true,
|
|
1442
|
-
"name": "target-org",
|
|
1443
|
-
"required": true,
|
|
1444
|
-
"summary": "Scratch org alias or login user.",
|
|
1445
|
-
"hasDynamicHelp": true,
|
|
1446
|
-
"multiple": false,
|
|
1447
|
-
"type": "option"
|
|
1448
|
-
},
|
|
1449
|
-
"no-prompt": {
|
|
1450
|
-
"char": "p",
|
|
1451
|
-
"name": "no-prompt",
|
|
1452
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1453
|
-
"allowNo": false,
|
|
1454
|
-
"type": "boolean"
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
|
-
"hasDynamicHelp": true,
|
|
1458
|
-
"hiddenAliases": [],
|
|
1459
|
-
"id": "org:delete:scratch",
|
|
1460
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1461
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1462
|
-
"pluginType": "core",
|
|
1463
|
-
"strict": true,
|
|
1464
|
-
"summary": "Delete a scratch org.",
|
|
1465
|
-
"enableJsonFlag": true,
|
|
1466
|
-
"isESM": true,
|
|
1467
|
-
"relativePath": [
|
|
1468
|
-
"lib",
|
|
1469
|
-
"commands",
|
|
1470
|
-
"org",
|
|
1471
|
-
"delete",
|
|
1472
|
-
"scratch.js"
|
|
1473
|
-
],
|
|
1474
|
-
"aliasPermutations": [
|
|
1475
|
-
"env:delete:scratch",
|
|
1476
|
-
"delete:env:scratch",
|
|
1477
|
-
"delete:scratch:env",
|
|
1478
|
-
"env:scratch:delete",
|
|
1479
|
-
"scratch:env:delete",
|
|
1480
|
-
"scratch:delete:env"
|
|
1481
|
-
],
|
|
1482
|
-
"permutations": [
|
|
1483
|
-
"org:delete:scratch",
|
|
1484
|
-
"delete:org:scratch",
|
|
1485
|
-
"delete:scratch:org",
|
|
1486
|
-
"org:scratch:delete",
|
|
1487
|
-
"scratch:org:delete",
|
|
1488
|
-
"scratch:delete:org"
|
|
1489
|
-
]
|
|
1490
|
-
},
|
|
1491
|
-
"org:disable:tracking": {
|
|
1492
|
-
"aliases": [],
|
|
1493
|
-
"args": {},
|
|
1494
|
-
"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.",
|
|
1495
|
-
"examples": [
|
|
1496
|
-
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1497
|
-
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1498
|
-
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1499
|
-
],
|
|
1500
|
-
"flags": {
|
|
1501
|
-
"json": {
|
|
1502
|
-
"description": "Format output as json.",
|
|
1503
|
-
"helpGroup": "GLOBAL",
|
|
1504
|
-
"name": "json",
|
|
1505
|
-
"allowNo": false,
|
|
1506
|
-
"type": "boolean"
|
|
1507
|
-
},
|
|
1508
|
-
"target-org": {
|
|
1509
|
-
"char": "o",
|
|
1510
|
-
"name": "target-org",
|
|
1511
|
-
"noCacheDefault": true,
|
|
1512
|
-
"required": true,
|
|
1513
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1514
|
-
"hasDynamicHelp": true,
|
|
1515
|
-
"multiple": false,
|
|
1516
|
-
"type": "option"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
|
-
"hasDynamicHelp": true,
|
|
1520
|
-
"hiddenAliases": [],
|
|
1521
|
-
"id": "org:disable:tracking",
|
|
1522
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1523
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1524
|
-
"pluginType": "core",
|
|
1525
|
-
"strict": true,
|
|
1526
|
-
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
1527
|
-
"enableJsonFlag": true,
|
|
1528
|
-
"isESM": true,
|
|
1529
|
-
"relativePath": [
|
|
1530
|
-
"lib",
|
|
1531
|
-
"commands",
|
|
1532
|
-
"org",
|
|
1533
|
-
"disable",
|
|
1534
|
-
"tracking.js"
|
|
1535
|
-
],
|
|
1536
|
-
"aliasPermutations": [],
|
|
1537
|
-
"permutations": [
|
|
1538
|
-
"org:disable:tracking",
|
|
1539
|
-
"disable:org:tracking",
|
|
1540
|
-
"disable:tracking:org",
|
|
1541
|
-
"org:tracking:disable",
|
|
1542
|
-
"tracking:org:disable",
|
|
1543
|
-
"tracking:disable:org"
|
|
1544
|
-
]
|
|
1545
|
-
},
|
|
1546
1546
|
"org:enable:tracking": {
|
|
1547
1547
|
"aliases": [],
|
|
1548
1548
|
"args": {},
|
|
@@ -2020,5 +2020,5 @@
|
|
|
2020
2020
|
]
|
|
2021
2021
|
}
|
|
2022
2022
|
},
|
|
2023
|
-
"version": "3.3.
|
|
2023
|
+
"version": "3.3.7"
|
|
2024
2024
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.18.1",
|
|
9
9
|
"@salesforce/core": "^6.4.4",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^7.1.3",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^10.2.11",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"change-case": "^5.4.2",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"open": "^10.0.3"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.61",
|
|
@@ -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.
|
|
242
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.
|
|
241
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.7.crt",
|
|
242
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.3.7.sig"
|
|
243
243
|
}
|
|
244
244
|
}
|