@salesforce/plugin-org 5.2.36 → 5.2.37
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.manifest.json +115 -115
- package/package.json +4 -4
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.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
399
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
445
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
489
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
528
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
573
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
615
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
654
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
721
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
776
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
852
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
903
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
980
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
1043
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/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.
|
|
1090
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.2.37/src/commands/org/resume/scratch.ts)_
|
|
1091
1091
|
|
|
1092
1092
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -825,17 +825,14 @@
|
|
|
825
825
|
"scratch:create:org"
|
|
826
826
|
]
|
|
827
827
|
},
|
|
828
|
-
"org:
|
|
829
|
-
"aliases": [
|
|
830
|
-
"env:delete:sandbox"
|
|
831
|
-
],
|
|
828
|
+
"org:enable:tracking": {
|
|
829
|
+
"aliases": [],
|
|
832
830
|
"args": {},
|
|
833
|
-
"
|
|
834
|
-
"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.",
|
|
831
|
+
"description": "Enabling 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 source tracking operations are executed when working with the org.\n\nThis command throws an error if the org doesn't support tracking. Examples of orgs that don't support source tracking include Developer Edition orgs, production orgs, Partial Copy sandboxes, and Full sandboxes.",
|
|
835
832
|
"examples": [
|
|
836
|
-
"
|
|
837
|
-
"
|
|
838
|
-
"
|
|
833
|
+
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
834
|
+
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
835
|
+
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
839
836
|
],
|
|
840
837
|
"flags": {
|
|
841
838
|
"json": {
|
|
@@ -854,72 +851,51 @@
|
|
|
854
851
|
"type": "option"
|
|
855
852
|
},
|
|
856
853
|
"target-org": {
|
|
857
|
-
"aliases": [
|
|
858
|
-
"targetusername",
|
|
859
|
-
"u"
|
|
860
|
-
],
|
|
861
854
|
"char": "o",
|
|
862
|
-
"deprecateAliases": true,
|
|
863
855
|
"name": "target-org",
|
|
856
|
+
"noCacheDefault": true,
|
|
864
857
|
"required": true,
|
|
865
858
|
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
866
859
|
"hasDynamicHelp": true,
|
|
867
860
|
"multiple": false,
|
|
868
861
|
"type": "option"
|
|
869
|
-
},
|
|
870
|
-
"no-prompt": {
|
|
871
|
-
"char": "p",
|
|
872
|
-
"name": "no-prompt",
|
|
873
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
874
|
-
"allowNo": false,
|
|
875
|
-
"type": "boolean"
|
|
876
862
|
}
|
|
877
863
|
},
|
|
878
864
|
"hasDynamicHelp": true,
|
|
879
865
|
"hiddenAliases": [],
|
|
880
|
-
"id": "org:
|
|
866
|
+
"id": "org:enable:tracking",
|
|
881
867
|
"pluginAlias": "@salesforce/plugin-org",
|
|
882
868
|
"pluginName": "@salesforce/plugin-org",
|
|
883
869
|
"pluginType": "core",
|
|
884
870
|
"strict": true,
|
|
885
|
-
"summary": "
|
|
871
|
+
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
886
872
|
"enableJsonFlag": true,
|
|
887
873
|
"isESM": true,
|
|
888
874
|
"relativePath": [
|
|
889
875
|
"lib",
|
|
890
876
|
"commands",
|
|
891
877
|
"org",
|
|
892
|
-
"
|
|
893
|
-
"
|
|
894
|
-
],
|
|
895
|
-
"aliasPermutations": [
|
|
896
|
-
"env:delete:sandbox",
|
|
897
|
-
"delete:env:sandbox",
|
|
898
|
-
"delete:sandbox:env",
|
|
899
|
-
"env:sandbox:delete",
|
|
900
|
-
"sandbox:env:delete",
|
|
901
|
-
"sandbox:delete:env"
|
|
878
|
+
"enable",
|
|
879
|
+
"tracking.js"
|
|
902
880
|
],
|
|
881
|
+
"aliasPermutations": [],
|
|
903
882
|
"permutations": [
|
|
904
|
-
"org:
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
"org:
|
|
908
|
-
"
|
|
909
|
-
"
|
|
883
|
+
"org:enable:tracking",
|
|
884
|
+
"enable:org:tracking",
|
|
885
|
+
"enable:tracking:org",
|
|
886
|
+
"org:tracking:enable",
|
|
887
|
+
"tracking:org:enable",
|
|
888
|
+
"tracking:enable:org"
|
|
910
889
|
]
|
|
911
890
|
},
|
|
912
|
-
"org:
|
|
913
|
-
"aliases": [
|
|
914
|
-
"env:delete:scratch"
|
|
915
|
-
],
|
|
891
|
+
"org:disable:tracking": {
|
|
892
|
+
"aliases": [],
|
|
916
893
|
"args": {},
|
|
917
|
-
"
|
|
918
|
-
"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.",
|
|
894
|
+
"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.",
|
|
919
895
|
"examples": [
|
|
920
|
-
"
|
|
921
|
-
"
|
|
922
|
-
"
|
|
896
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
897
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
898
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
923
899
|
],
|
|
924
900
|
"flags": {
|
|
925
901
|
"json": {
|
|
@@ -938,69 +914,54 @@
|
|
|
938
914
|
"type": "option"
|
|
939
915
|
},
|
|
940
916
|
"target-org": {
|
|
941
|
-
"aliases": [
|
|
942
|
-
"targetusername",
|
|
943
|
-
"u"
|
|
944
|
-
],
|
|
945
917
|
"char": "o",
|
|
946
|
-
"deprecateAliases": true,
|
|
947
918
|
"name": "target-org",
|
|
919
|
+
"noCacheDefault": true,
|
|
948
920
|
"required": true,
|
|
949
921
|
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
950
922
|
"hasDynamicHelp": true,
|
|
951
923
|
"multiple": false,
|
|
952
924
|
"type": "option"
|
|
953
|
-
},
|
|
954
|
-
"no-prompt": {
|
|
955
|
-
"char": "p",
|
|
956
|
-
"name": "no-prompt",
|
|
957
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
958
|
-
"allowNo": false,
|
|
959
|
-
"type": "boolean"
|
|
960
925
|
}
|
|
961
926
|
},
|
|
962
927
|
"hasDynamicHelp": true,
|
|
963
928
|
"hiddenAliases": [],
|
|
964
|
-
"id": "org:
|
|
929
|
+
"id": "org:disable:tracking",
|
|
965
930
|
"pluginAlias": "@salesforce/plugin-org",
|
|
966
931
|
"pluginName": "@salesforce/plugin-org",
|
|
967
932
|
"pluginType": "core",
|
|
968
933
|
"strict": true,
|
|
969
|
-
"summary": "
|
|
934
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
970
935
|
"enableJsonFlag": true,
|
|
971
936
|
"isESM": true,
|
|
972
937
|
"relativePath": [
|
|
973
938
|
"lib",
|
|
974
939
|
"commands",
|
|
975
940
|
"org",
|
|
976
|
-
"
|
|
977
|
-
"
|
|
978
|
-
],
|
|
979
|
-
"aliasPermutations": [
|
|
980
|
-
"env:delete:scratch",
|
|
981
|
-
"delete:env:scratch",
|
|
982
|
-
"delete:scratch:env",
|
|
983
|
-
"env:scratch:delete",
|
|
984
|
-
"scratch:env:delete",
|
|
985
|
-
"scratch:delete:env"
|
|
941
|
+
"disable",
|
|
942
|
+
"tracking.js"
|
|
986
943
|
],
|
|
944
|
+
"aliasPermutations": [],
|
|
987
945
|
"permutations": [
|
|
988
|
-
"org:
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
"org:
|
|
992
|
-
"
|
|
993
|
-
"
|
|
946
|
+
"org:disable:tracking",
|
|
947
|
+
"disable:org:tracking",
|
|
948
|
+
"disable:tracking:org",
|
|
949
|
+
"org:tracking:disable",
|
|
950
|
+
"tracking:org:disable",
|
|
951
|
+
"tracking:disable:org"
|
|
994
952
|
]
|
|
995
953
|
},
|
|
996
|
-
"org:
|
|
997
|
-
"aliases": [
|
|
954
|
+
"org:delete:sandbox": {
|
|
955
|
+
"aliases": [
|
|
956
|
+
"env:delete:sandbox"
|
|
957
|
+
],
|
|
998
958
|
"args": {},
|
|
999
|
-
"
|
|
959
|
+
"deprecateAliases": true,
|
|
960
|
+
"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.",
|
|
1000
961
|
"examples": [
|
|
1001
|
-
"
|
|
1002
|
-
"
|
|
1003
|
-
"
|
|
962
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
963
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
964
|
+
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
1004
965
|
],
|
|
1005
966
|
"flags": {
|
|
1006
967
|
"json": {
|
|
@@ -1019,51 +980,72 @@
|
|
|
1019
980
|
"type": "option"
|
|
1020
981
|
},
|
|
1021
982
|
"target-org": {
|
|
983
|
+
"aliases": [
|
|
984
|
+
"targetusername",
|
|
985
|
+
"u"
|
|
986
|
+
],
|
|
1022
987
|
"char": "o",
|
|
988
|
+
"deprecateAliases": true,
|
|
1023
989
|
"name": "target-org",
|
|
1024
|
-
"noCacheDefault": true,
|
|
1025
990
|
"required": true,
|
|
1026
991
|
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1027
992
|
"hasDynamicHelp": true,
|
|
1028
993
|
"multiple": false,
|
|
1029
994
|
"type": "option"
|
|
995
|
+
},
|
|
996
|
+
"no-prompt": {
|
|
997
|
+
"char": "p",
|
|
998
|
+
"name": "no-prompt",
|
|
999
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1000
|
+
"allowNo": false,
|
|
1001
|
+
"type": "boolean"
|
|
1030
1002
|
}
|
|
1031
1003
|
},
|
|
1032
1004
|
"hasDynamicHelp": true,
|
|
1033
1005
|
"hiddenAliases": [],
|
|
1034
|
-
"id": "org:
|
|
1006
|
+
"id": "org:delete:sandbox",
|
|
1035
1007
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1036
1008
|
"pluginName": "@salesforce/plugin-org",
|
|
1037
1009
|
"pluginType": "core",
|
|
1038
1010
|
"strict": true,
|
|
1039
|
-
"summary": "
|
|
1011
|
+
"summary": "Delete a sandbox.",
|
|
1040
1012
|
"enableJsonFlag": true,
|
|
1041
1013
|
"isESM": true,
|
|
1042
1014
|
"relativePath": [
|
|
1043
1015
|
"lib",
|
|
1044
1016
|
"commands",
|
|
1045
1017
|
"org",
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1018
|
+
"delete",
|
|
1019
|
+
"sandbox.js"
|
|
1020
|
+
],
|
|
1021
|
+
"aliasPermutations": [
|
|
1022
|
+
"env:delete:sandbox",
|
|
1023
|
+
"delete:env:sandbox",
|
|
1024
|
+
"delete:sandbox:env",
|
|
1025
|
+
"env:sandbox:delete",
|
|
1026
|
+
"sandbox:env:delete",
|
|
1027
|
+
"sandbox:delete:env"
|
|
1048
1028
|
],
|
|
1049
|
-
"aliasPermutations": [],
|
|
1050
1029
|
"permutations": [
|
|
1051
|
-
"org:
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1054
|
-
"org:
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1030
|
+
"org:delete:sandbox",
|
|
1031
|
+
"delete:org:sandbox",
|
|
1032
|
+
"delete:sandbox:org",
|
|
1033
|
+
"org:sandbox:delete",
|
|
1034
|
+
"sandbox:org:delete",
|
|
1035
|
+
"sandbox:delete:org"
|
|
1057
1036
|
]
|
|
1058
1037
|
},
|
|
1059
|
-
"org:
|
|
1060
|
-
"aliases": [
|
|
1038
|
+
"org:delete:scratch": {
|
|
1039
|
+
"aliases": [
|
|
1040
|
+
"env:delete:scratch"
|
|
1041
|
+
],
|
|
1061
1042
|
"args": {},
|
|
1062
|
-
"
|
|
1043
|
+
"deprecateAliases": true,
|
|
1044
|
+
"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.",
|
|
1063
1045
|
"examples": [
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
1046
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
1047
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
1048
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
1067
1049
|
],
|
|
1068
1050
|
"flags": {
|
|
1069
1051
|
"json": {
|
|
@@ -1082,41 +1064,59 @@
|
|
|
1082
1064
|
"type": "option"
|
|
1083
1065
|
},
|
|
1084
1066
|
"target-org": {
|
|
1067
|
+
"aliases": [
|
|
1068
|
+
"targetusername",
|
|
1069
|
+
"u"
|
|
1070
|
+
],
|
|
1085
1071
|
"char": "o",
|
|
1072
|
+
"deprecateAliases": true,
|
|
1086
1073
|
"name": "target-org",
|
|
1087
|
-
"noCacheDefault": true,
|
|
1088
1074
|
"required": true,
|
|
1089
1075
|
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1090
1076
|
"hasDynamicHelp": true,
|
|
1091
1077
|
"multiple": false,
|
|
1092
1078
|
"type": "option"
|
|
1079
|
+
},
|
|
1080
|
+
"no-prompt": {
|
|
1081
|
+
"char": "p",
|
|
1082
|
+
"name": "no-prompt",
|
|
1083
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1084
|
+
"allowNo": false,
|
|
1085
|
+
"type": "boolean"
|
|
1093
1086
|
}
|
|
1094
1087
|
},
|
|
1095
1088
|
"hasDynamicHelp": true,
|
|
1096
1089
|
"hiddenAliases": [],
|
|
1097
|
-
"id": "org:
|
|
1090
|
+
"id": "org:delete:scratch",
|
|
1098
1091
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1099
1092
|
"pluginName": "@salesforce/plugin-org",
|
|
1100
1093
|
"pluginType": "core",
|
|
1101
1094
|
"strict": true,
|
|
1102
|
-
"summary": "
|
|
1095
|
+
"summary": "Delete a scratch org.",
|
|
1103
1096
|
"enableJsonFlag": true,
|
|
1104
1097
|
"isESM": true,
|
|
1105
1098
|
"relativePath": [
|
|
1106
1099
|
"lib",
|
|
1107
1100
|
"commands",
|
|
1108
1101
|
"org",
|
|
1109
|
-
"
|
|
1110
|
-
"
|
|
1102
|
+
"delete",
|
|
1103
|
+
"scratch.js"
|
|
1104
|
+
],
|
|
1105
|
+
"aliasPermutations": [
|
|
1106
|
+
"env:delete:scratch",
|
|
1107
|
+
"delete:env:scratch",
|
|
1108
|
+
"delete:scratch:env",
|
|
1109
|
+
"env:scratch:delete",
|
|
1110
|
+
"scratch:env:delete",
|
|
1111
|
+
"scratch:delete:env"
|
|
1111
1112
|
],
|
|
1112
|
-
"aliasPermutations": [],
|
|
1113
1113
|
"permutations": [
|
|
1114
|
-
"org:
|
|
1115
|
-
"
|
|
1116
|
-
"
|
|
1117
|
-
"org:
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1114
|
+
"org:delete:scratch",
|
|
1115
|
+
"delete:org:scratch",
|
|
1116
|
+
"delete:scratch:org",
|
|
1117
|
+
"org:scratch:delete",
|
|
1118
|
+
"scratch:org:delete",
|
|
1119
|
+
"scratch:delete:org"
|
|
1120
1120
|
]
|
|
1121
1121
|
},
|
|
1122
1122
|
"org:list:metadata-types": {
|
|
@@ -1816,5 +1816,5 @@
|
|
|
1816
1816
|
]
|
|
1817
1817
|
}
|
|
1818
1818
|
},
|
|
1819
|
-
"version": "5.2.
|
|
1819
|
+
"version": "5.2.37"
|
|
1820
1820
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "5.2.
|
|
4
|
+
"version": "5.2.37",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4.2.6",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.9",
|
|
10
|
-
"@salesforce/core": "^8.8.
|
|
10
|
+
"@salesforce/core": "^8.8.3",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^12.15.0",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"exports": "./lib/index.js",
|
|
228
228
|
"type": "module",
|
|
229
229
|
"sfdx": {
|
|
230
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.37.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.37.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|