@salesforce/plugin-org 5.2.29 → 5.2.31
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 +232 -232
- package/package.json +6 -6
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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/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.31/src/commands/org/resume/scratch.ts)_
|
|
1091
1091
|
|
|
1092
1092
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -385,237 +385,6 @@
|
|
|
385
385
|
"open:org"
|
|
386
386
|
]
|
|
387
387
|
},
|
|
388
|
-
"org:delete:sandbox": {
|
|
389
|
-
"aliases": [
|
|
390
|
-
"env:delete:sandbox"
|
|
391
|
-
],
|
|
392
|
-
"args": {},
|
|
393
|
-
"deprecateAliases": true,
|
|
394
|
-
"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.",
|
|
395
|
-
"examples": [
|
|
396
|
-
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
397
|
-
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
398
|
-
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
399
|
-
],
|
|
400
|
-
"flags": {
|
|
401
|
-
"json": {
|
|
402
|
-
"description": "Format output as json.",
|
|
403
|
-
"helpGroup": "GLOBAL",
|
|
404
|
-
"name": "json",
|
|
405
|
-
"allowNo": false,
|
|
406
|
-
"type": "boolean"
|
|
407
|
-
},
|
|
408
|
-
"flags-dir": {
|
|
409
|
-
"helpGroup": "GLOBAL",
|
|
410
|
-
"name": "flags-dir",
|
|
411
|
-
"summary": "Import flag values from a directory.",
|
|
412
|
-
"hasDynamicHelp": false,
|
|
413
|
-
"multiple": false,
|
|
414
|
-
"type": "option"
|
|
415
|
-
},
|
|
416
|
-
"target-org": {
|
|
417
|
-
"aliases": [
|
|
418
|
-
"targetusername",
|
|
419
|
-
"u"
|
|
420
|
-
],
|
|
421
|
-
"char": "o",
|
|
422
|
-
"deprecateAliases": true,
|
|
423
|
-
"name": "target-org",
|
|
424
|
-
"required": true,
|
|
425
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
426
|
-
"hasDynamicHelp": true,
|
|
427
|
-
"multiple": false,
|
|
428
|
-
"type": "option"
|
|
429
|
-
},
|
|
430
|
-
"no-prompt": {
|
|
431
|
-
"char": "p",
|
|
432
|
-
"name": "no-prompt",
|
|
433
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
434
|
-
"allowNo": false,
|
|
435
|
-
"type": "boolean"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
"hasDynamicHelp": true,
|
|
439
|
-
"hiddenAliases": [],
|
|
440
|
-
"id": "org:delete:sandbox",
|
|
441
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
442
|
-
"pluginName": "@salesforce/plugin-org",
|
|
443
|
-
"pluginType": "core",
|
|
444
|
-
"strict": true,
|
|
445
|
-
"summary": "Delete a sandbox.",
|
|
446
|
-
"enableJsonFlag": true,
|
|
447
|
-
"isESM": true,
|
|
448
|
-
"relativePath": [
|
|
449
|
-
"lib",
|
|
450
|
-
"commands",
|
|
451
|
-
"org",
|
|
452
|
-
"delete",
|
|
453
|
-
"sandbox.js"
|
|
454
|
-
],
|
|
455
|
-
"aliasPermutations": [
|
|
456
|
-
"env:delete:sandbox",
|
|
457
|
-
"delete:env:sandbox",
|
|
458
|
-
"delete:sandbox:env",
|
|
459
|
-
"env:sandbox:delete",
|
|
460
|
-
"sandbox:env:delete",
|
|
461
|
-
"sandbox:delete:env"
|
|
462
|
-
],
|
|
463
|
-
"permutations": [
|
|
464
|
-
"org:delete:sandbox",
|
|
465
|
-
"delete:org:sandbox",
|
|
466
|
-
"delete:sandbox:org",
|
|
467
|
-
"org:sandbox:delete",
|
|
468
|
-
"sandbox:org:delete",
|
|
469
|
-
"sandbox:delete:org"
|
|
470
|
-
]
|
|
471
|
-
},
|
|
472
|
-
"org:delete:scratch": {
|
|
473
|
-
"aliases": [
|
|
474
|
-
"env:delete:scratch"
|
|
475
|
-
],
|
|
476
|
-
"args": {},
|
|
477
|
-
"deprecateAliases": true,
|
|
478
|
-
"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.",
|
|
479
|
-
"examples": [
|
|
480
|
-
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
481
|
-
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
482
|
-
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
483
|
-
],
|
|
484
|
-
"flags": {
|
|
485
|
-
"json": {
|
|
486
|
-
"description": "Format output as json.",
|
|
487
|
-
"helpGroup": "GLOBAL",
|
|
488
|
-
"name": "json",
|
|
489
|
-
"allowNo": false,
|
|
490
|
-
"type": "boolean"
|
|
491
|
-
},
|
|
492
|
-
"flags-dir": {
|
|
493
|
-
"helpGroup": "GLOBAL",
|
|
494
|
-
"name": "flags-dir",
|
|
495
|
-
"summary": "Import flag values from a directory.",
|
|
496
|
-
"hasDynamicHelp": false,
|
|
497
|
-
"multiple": false,
|
|
498
|
-
"type": "option"
|
|
499
|
-
},
|
|
500
|
-
"target-org": {
|
|
501
|
-
"aliases": [
|
|
502
|
-
"targetusername",
|
|
503
|
-
"u"
|
|
504
|
-
],
|
|
505
|
-
"char": "o",
|
|
506
|
-
"deprecateAliases": true,
|
|
507
|
-
"name": "target-org",
|
|
508
|
-
"required": true,
|
|
509
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
510
|
-
"hasDynamicHelp": true,
|
|
511
|
-
"multiple": false,
|
|
512
|
-
"type": "option"
|
|
513
|
-
},
|
|
514
|
-
"no-prompt": {
|
|
515
|
-
"char": "p",
|
|
516
|
-
"name": "no-prompt",
|
|
517
|
-
"summary": "Don't prompt the user to confirm the deletion.",
|
|
518
|
-
"allowNo": false,
|
|
519
|
-
"type": "boolean"
|
|
520
|
-
}
|
|
521
|
-
},
|
|
522
|
-
"hasDynamicHelp": true,
|
|
523
|
-
"hiddenAliases": [],
|
|
524
|
-
"id": "org:delete:scratch",
|
|
525
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
526
|
-
"pluginName": "@salesforce/plugin-org",
|
|
527
|
-
"pluginType": "core",
|
|
528
|
-
"strict": true,
|
|
529
|
-
"summary": "Delete a scratch org.",
|
|
530
|
-
"enableJsonFlag": true,
|
|
531
|
-
"isESM": true,
|
|
532
|
-
"relativePath": [
|
|
533
|
-
"lib",
|
|
534
|
-
"commands",
|
|
535
|
-
"org",
|
|
536
|
-
"delete",
|
|
537
|
-
"scratch.js"
|
|
538
|
-
],
|
|
539
|
-
"aliasPermutations": [
|
|
540
|
-
"env:delete:scratch",
|
|
541
|
-
"delete:env:scratch",
|
|
542
|
-
"delete:scratch:env",
|
|
543
|
-
"env:scratch:delete",
|
|
544
|
-
"scratch:env:delete",
|
|
545
|
-
"scratch:delete:env"
|
|
546
|
-
],
|
|
547
|
-
"permutations": [
|
|
548
|
-
"org:delete:scratch",
|
|
549
|
-
"delete:org:scratch",
|
|
550
|
-
"delete:scratch:org",
|
|
551
|
-
"org:scratch:delete",
|
|
552
|
-
"scratch:org:delete",
|
|
553
|
-
"scratch:delete:org"
|
|
554
|
-
]
|
|
555
|
-
},
|
|
556
|
-
"org:disable:tracking": {
|
|
557
|
-
"aliases": [],
|
|
558
|
-
"args": {},
|
|
559
|
-
"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.",
|
|
560
|
-
"examples": [
|
|
561
|
-
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
562
|
-
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
563
|
-
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
564
|
-
],
|
|
565
|
-
"flags": {
|
|
566
|
-
"json": {
|
|
567
|
-
"description": "Format output as json.",
|
|
568
|
-
"helpGroup": "GLOBAL",
|
|
569
|
-
"name": "json",
|
|
570
|
-
"allowNo": false,
|
|
571
|
-
"type": "boolean"
|
|
572
|
-
},
|
|
573
|
-
"flags-dir": {
|
|
574
|
-
"helpGroup": "GLOBAL",
|
|
575
|
-
"name": "flags-dir",
|
|
576
|
-
"summary": "Import flag values from a directory.",
|
|
577
|
-
"hasDynamicHelp": false,
|
|
578
|
-
"multiple": false,
|
|
579
|
-
"type": "option"
|
|
580
|
-
},
|
|
581
|
-
"target-org": {
|
|
582
|
-
"char": "o",
|
|
583
|
-
"name": "target-org",
|
|
584
|
-
"noCacheDefault": true,
|
|
585
|
-
"required": true,
|
|
586
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
587
|
-
"hasDynamicHelp": true,
|
|
588
|
-
"multiple": false,
|
|
589
|
-
"type": "option"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"hasDynamicHelp": true,
|
|
593
|
-
"hiddenAliases": [],
|
|
594
|
-
"id": "org:disable:tracking",
|
|
595
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
596
|
-
"pluginName": "@salesforce/plugin-org",
|
|
597
|
-
"pluginType": "core",
|
|
598
|
-
"strict": true,
|
|
599
|
-
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
600
|
-
"enableJsonFlag": true,
|
|
601
|
-
"isESM": true,
|
|
602
|
-
"relativePath": [
|
|
603
|
-
"lib",
|
|
604
|
-
"commands",
|
|
605
|
-
"org",
|
|
606
|
-
"disable",
|
|
607
|
-
"tracking.js"
|
|
608
|
-
],
|
|
609
|
-
"aliasPermutations": [],
|
|
610
|
-
"permutations": [
|
|
611
|
-
"org:disable:tracking",
|
|
612
|
-
"disable:org:tracking",
|
|
613
|
-
"disable:tracking:org",
|
|
614
|
-
"org:tracking:disable",
|
|
615
|
-
"tracking:org:disable",
|
|
616
|
-
"tracking:disable:org"
|
|
617
|
-
]
|
|
618
|
-
},
|
|
619
388
|
"org:create:sandbox": {
|
|
620
389
|
"aliases": [
|
|
621
390
|
"env:create:sandbox"
|
|
@@ -1056,6 +825,237 @@
|
|
|
1056
825
|
"scratch:create:org"
|
|
1057
826
|
]
|
|
1058
827
|
},
|
|
828
|
+
"org:disable:tracking": {
|
|
829
|
+
"aliases": [],
|
|
830
|
+
"args": {},
|
|
831
|
+
"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.",
|
|
832
|
+
"examples": [
|
|
833
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
834
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
835
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
836
|
+
],
|
|
837
|
+
"flags": {
|
|
838
|
+
"json": {
|
|
839
|
+
"description": "Format output as json.",
|
|
840
|
+
"helpGroup": "GLOBAL",
|
|
841
|
+
"name": "json",
|
|
842
|
+
"allowNo": false,
|
|
843
|
+
"type": "boolean"
|
|
844
|
+
},
|
|
845
|
+
"flags-dir": {
|
|
846
|
+
"helpGroup": "GLOBAL",
|
|
847
|
+
"name": "flags-dir",
|
|
848
|
+
"summary": "Import flag values from a directory.",
|
|
849
|
+
"hasDynamicHelp": false,
|
|
850
|
+
"multiple": false,
|
|
851
|
+
"type": "option"
|
|
852
|
+
},
|
|
853
|
+
"target-org": {
|
|
854
|
+
"char": "o",
|
|
855
|
+
"name": "target-org",
|
|
856
|
+
"noCacheDefault": true,
|
|
857
|
+
"required": true,
|
|
858
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
859
|
+
"hasDynamicHelp": true,
|
|
860
|
+
"multiple": false,
|
|
861
|
+
"type": "option"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
"hasDynamicHelp": true,
|
|
865
|
+
"hiddenAliases": [],
|
|
866
|
+
"id": "org:disable:tracking",
|
|
867
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
868
|
+
"pluginName": "@salesforce/plugin-org",
|
|
869
|
+
"pluginType": "core",
|
|
870
|
+
"strict": true,
|
|
871
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
872
|
+
"enableJsonFlag": true,
|
|
873
|
+
"isESM": true,
|
|
874
|
+
"relativePath": [
|
|
875
|
+
"lib",
|
|
876
|
+
"commands",
|
|
877
|
+
"org",
|
|
878
|
+
"disable",
|
|
879
|
+
"tracking.js"
|
|
880
|
+
],
|
|
881
|
+
"aliasPermutations": [],
|
|
882
|
+
"permutations": [
|
|
883
|
+
"org:disable:tracking",
|
|
884
|
+
"disable:org:tracking",
|
|
885
|
+
"disable:tracking:org",
|
|
886
|
+
"org:tracking:disable",
|
|
887
|
+
"tracking:org:disable",
|
|
888
|
+
"tracking:disable:org"
|
|
889
|
+
]
|
|
890
|
+
},
|
|
891
|
+
"org:delete:sandbox": {
|
|
892
|
+
"aliases": [
|
|
893
|
+
"env:delete:sandbox"
|
|
894
|
+
],
|
|
895
|
+
"args": {},
|
|
896
|
+
"deprecateAliases": true,
|
|
897
|
+
"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.",
|
|
898
|
+
"examples": [
|
|
899
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
900
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
901
|
+
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
902
|
+
],
|
|
903
|
+
"flags": {
|
|
904
|
+
"json": {
|
|
905
|
+
"description": "Format output as json.",
|
|
906
|
+
"helpGroup": "GLOBAL",
|
|
907
|
+
"name": "json",
|
|
908
|
+
"allowNo": false,
|
|
909
|
+
"type": "boolean"
|
|
910
|
+
},
|
|
911
|
+
"flags-dir": {
|
|
912
|
+
"helpGroup": "GLOBAL",
|
|
913
|
+
"name": "flags-dir",
|
|
914
|
+
"summary": "Import flag values from a directory.",
|
|
915
|
+
"hasDynamicHelp": false,
|
|
916
|
+
"multiple": false,
|
|
917
|
+
"type": "option"
|
|
918
|
+
},
|
|
919
|
+
"target-org": {
|
|
920
|
+
"aliases": [
|
|
921
|
+
"targetusername",
|
|
922
|
+
"u"
|
|
923
|
+
],
|
|
924
|
+
"char": "o",
|
|
925
|
+
"deprecateAliases": true,
|
|
926
|
+
"name": "target-org",
|
|
927
|
+
"required": true,
|
|
928
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
929
|
+
"hasDynamicHelp": true,
|
|
930
|
+
"multiple": false,
|
|
931
|
+
"type": "option"
|
|
932
|
+
},
|
|
933
|
+
"no-prompt": {
|
|
934
|
+
"char": "p",
|
|
935
|
+
"name": "no-prompt",
|
|
936
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
937
|
+
"allowNo": false,
|
|
938
|
+
"type": "boolean"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"hasDynamicHelp": true,
|
|
942
|
+
"hiddenAliases": [],
|
|
943
|
+
"id": "org:delete:sandbox",
|
|
944
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
945
|
+
"pluginName": "@salesforce/plugin-org",
|
|
946
|
+
"pluginType": "core",
|
|
947
|
+
"strict": true,
|
|
948
|
+
"summary": "Delete a sandbox.",
|
|
949
|
+
"enableJsonFlag": true,
|
|
950
|
+
"isESM": true,
|
|
951
|
+
"relativePath": [
|
|
952
|
+
"lib",
|
|
953
|
+
"commands",
|
|
954
|
+
"org",
|
|
955
|
+
"delete",
|
|
956
|
+
"sandbox.js"
|
|
957
|
+
],
|
|
958
|
+
"aliasPermutations": [
|
|
959
|
+
"env:delete:sandbox",
|
|
960
|
+
"delete:env:sandbox",
|
|
961
|
+
"delete:sandbox:env",
|
|
962
|
+
"env:sandbox:delete",
|
|
963
|
+
"sandbox:env:delete",
|
|
964
|
+
"sandbox:delete:env"
|
|
965
|
+
],
|
|
966
|
+
"permutations": [
|
|
967
|
+
"org:delete:sandbox",
|
|
968
|
+
"delete:org:sandbox",
|
|
969
|
+
"delete:sandbox:org",
|
|
970
|
+
"org:sandbox:delete",
|
|
971
|
+
"sandbox:org:delete",
|
|
972
|
+
"sandbox:delete:org"
|
|
973
|
+
]
|
|
974
|
+
},
|
|
975
|
+
"org:delete:scratch": {
|
|
976
|
+
"aliases": [
|
|
977
|
+
"env:delete:scratch"
|
|
978
|
+
],
|
|
979
|
+
"args": {},
|
|
980
|
+
"deprecateAliases": true,
|
|
981
|
+
"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.",
|
|
982
|
+
"examples": [
|
|
983
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
984
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
985
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
986
|
+
],
|
|
987
|
+
"flags": {
|
|
988
|
+
"json": {
|
|
989
|
+
"description": "Format output as json.",
|
|
990
|
+
"helpGroup": "GLOBAL",
|
|
991
|
+
"name": "json",
|
|
992
|
+
"allowNo": false,
|
|
993
|
+
"type": "boolean"
|
|
994
|
+
},
|
|
995
|
+
"flags-dir": {
|
|
996
|
+
"helpGroup": "GLOBAL",
|
|
997
|
+
"name": "flags-dir",
|
|
998
|
+
"summary": "Import flag values from a directory.",
|
|
999
|
+
"hasDynamicHelp": false,
|
|
1000
|
+
"multiple": false,
|
|
1001
|
+
"type": "option"
|
|
1002
|
+
},
|
|
1003
|
+
"target-org": {
|
|
1004
|
+
"aliases": [
|
|
1005
|
+
"targetusername",
|
|
1006
|
+
"u"
|
|
1007
|
+
],
|
|
1008
|
+
"char": "o",
|
|
1009
|
+
"deprecateAliases": true,
|
|
1010
|
+
"name": "target-org",
|
|
1011
|
+
"required": true,
|
|
1012
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1013
|
+
"hasDynamicHelp": true,
|
|
1014
|
+
"multiple": false,
|
|
1015
|
+
"type": "option"
|
|
1016
|
+
},
|
|
1017
|
+
"no-prompt": {
|
|
1018
|
+
"char": "p",
|
|
1019
|
+
"name": "no-prompt",
|
|
1020
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1021
|
+
"allowNo": false,
|
|
1022
|
+
"type": "boolean"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"hasDynamicHelp": true,
|
|
1026
|
+
"hiddenAliases": [],
|
|
1027
|
+
"id": "org:delete:scratch",
|
|
1028
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1029
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1030
|
+
"pluginType": "core",
|
|
1031
|
+
"strict": true,
|
|
1032
|
+
"summary": "Delete a scratch org.",
|
|
1033
|
+
"enableJsonFlag": true,
|
|
1034
|
+
"isESM": true,
|
|
1035
|
+
"relativePath": [
|
|
1036
|
+
"lib",
|
|
1037
|
+
"commands",
|
|
1038
|
+
"org",
|
|
1039
|
+
"delete",
|
|
1040
|
+
"scratch.js"
|
|
1041
|
+
],
|
|
1042
|
+
"aliasPermutations": [
|
|
1043
|
+
"env:delete:scratch",
|
|
1044
|
+
"delete:env:scratch",
|
|
1045
|
+
"delete:scratch:env",
|
|
1046
|
+
"env:scratch:delete",
|
|
1047
|
+
"scratch:env:delete",
|
|
1048
|
+
"scratch:delete:env"
|
|
1049
|
+
],
|
|
1050
|
+
"permutations": [
|
|
1051
|
+
"org:delete:scratch",
|
|
1052
|
+
"delete:org:scratch",
|
|
1053
|
+
"delete:scratch:org",
|
|
1054
|
+
"org:scratch:delete",
|
|
1055
|
+
"scratch:org:delete",
|
|
1056
|
+
"scratch:delete:org"
|
|
1057
|
+
]
|
|
1058
|
+
},
|
|
1059
1059
|
"org:enable:tracking": {
|
|
1060
1060
|
"aliases": [],
|
|
1061
1061
|
"args": {},
|
|
@@ -1816,5 +1816,5 @@
|
|
|
1816
1816
|
]
|
|
1817
1817
|
}
|
|
1818
1818
|
},
|
|
1819
|
-
"version": "5.2.
|
|
1819
|
+
"version": "5.2.31"
|
|
1820
1820
|
}
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.31",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4.2.5",
|
|
9
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.7",
|
|
10
10
|
"@salesforce/core": "^8.8.2",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^12.14.1",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
15
|
"ansis": "^3.10.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"terminal-link": "^3.0.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
22
|
+
"@oclif/plugin-command-snapshot": "^5.2.31",
|
|
23
23
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
24
24
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
25
25
|
"@salesforce/plugin-command-reference": "^3.1.42",
|
|
@@ -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.31.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.2.31.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|