@salesforce/plugin-org 5.5.6 → 5.5.8
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 +10 -10
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.5.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/create/sandbox.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf org create scratch`
|
|
248
248
|
|
|
@@ -424,7 +424,7 @@ FLAG DESCRIPTIONS
|
|
|
424
424
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
427
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/create/scratch.ts)_
|
|
428
428
|
|
|
429
429
|
## `sf org delete sandbox`
|
|
430
430
|
|
|
@@ -470,7 +470,7 @@ EXAMPLES
|
|
|
470
470
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
471
471
|
```
|
|
472
472
|
|
|
473
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
473
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/delete/sandbox.ts)_
|
|
474
474
|
|
|
475
475
|
## `sf org delete scratch`
|
|
476
476
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
517
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/delete/scratch.ts)_
|
|
518
518
|
|
|
519
519
|
## `sf org disable tracking`
|
|
520
520
|
|
|
@@ -553,7 +553,7 @@ EXAMPLES
|
|
|
553
553
|
$ sf org disable tracking
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
556
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/disable/tracking.ts)_
|
|
557
557
|
|
|
558
558
|
## `sf org display`
|
|
559
559
|
|
|
@@ -598,7 +598,7 @@ EXAMPLES
|
|
|
598
598
|
$ sf org display --target-org TestOrg1 --verbose
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
601
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/display.ts)_
|
|
602
602
|
|
|
603
603
|
## `sf org enable tracking`
|
|
604
604
|
|
|
@@ -640,7 +640,7 @@ EXAMPLES
|
|
|
640
640
|
$ sf org enable tracking
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
643
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/enable/tracking.ts)_
|
|
644
644
|
|
|
645
645
|
## `sf org list`
|
|
646
646
|
|
|
@@ -679,7 +679,7 @@ EXAMPLES
|
|
|
679
679
|
$ sf org list --clean
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
682
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list.ts)_
|
|
683
683
|
|
|
684
684
|
## `sf org list metadata`
|
|
685
685
|
|
|
@@ -746,7 +746,7 @@ FLAG DESCRIPTIONS
|
|
|
746
746
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
747
747
|
```
|
|
748
748
|
|
|
749
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
749
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list/metadata.ts)_
|
|
750
750
|
|
|
751
751
|
## `sf org list metadata-types`
|
|
752
752
|
|
|
@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
|
|
|
801
801
|
Override the api version used for api requests made by this command
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
804
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/list/metadata-types.ts)_
|
|
805
805
|
|
|
806
806
|
## `sf org open`
|
|
807
807
|
|
|
@@ -877,7 +877,7 @@ EXAMPLES
|
|
|
877
877
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
878
878
|
```
|
|
879
879
|
|
|
880
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
880
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/open.ts)_
|
|
881
881
|
|
|
882
882
|
## `sf org open agent`
|
|
883
883
|
|
|
@@ -928,7 +928,7 @@ EXAMPLES
|
|
|
928
928
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
931
|
+
_See code: [src/commands/org/open/agent.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/open/agent.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf org refresh sandbox`
|
|
934
934
|
|
|
@@ -1005,7 +1005,7 @@ FLAG DESCRIPTIONS
|
|
|
1005
1005
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
1006
1006
|
```
|
|
1007
1007
|
|
|
1008
|
-
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
1008
|
+
_See code: [src/commands/org/refresh/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/refresh/sandbox.ts)_
|
|
1009
1009
|
|
|
1010
1010
|
## `sf org resume sandbox`
|
|
1011
1011
|
|
|
@@ -1068,7 +1068,7 @@ FLAG DESCRIPTIONS
|
|
|
1068
1068
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
1071
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/resume/sandbox.ts)_
|
|
1072
1072
|
|
|
1073
1073
|
## `sf org resume scratch`
|
|
1074
1074
|
|
|
@@ -1115,6 +1115,6 @@ FLAG DESCRIPTIONS
|
|
|
1115
1115
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
1118
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.8/src/commands/org/resume/scratch.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
<!-- 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"
|
|
@@ -1080,6 +849,237 @@
|
|
|
1080
849
|
"scratch:create:org"
|
|
1081
850
|
]
|
|
1082
851
|
},
|
|
852
|
+
"org:disable:tracking": {
|
|
853
|
+
"aliases": [],
|
|
854
|
+
"args": {},
|
|
855
|
+
"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.",
|
|
856
|
+
"examples": [
|
|
857
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
858
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
859
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
860
|
+
],
|
|
861
|
+
"flags": {
|
|
862
|
+
"json": {
|
|
863
|
+
"description": "Format output as json.",
|
|
864
|
+
"helpGroup": "GLOBAL",
|
|
865
|
+
"name": "json",
|
|
866
|
+
"allowNo": false,
|
|
867
|
+
"type": "boolean"
|
|
868
|
+
},
|
|
869
|
+
"flags-dir": {
|
|
870
|
+
"helpGroup": "GLOBAL",
|
|
871
|
+
"name": "flags-dir",
|
|
872
|
+
"summary": "Import flag values from a directory.",
|
|
873
|
+
"hasDynamicHelp": false,
|
|
874
|
+
"multiple": false,
|
|
875
|
+
"type": "option"
|
|
876
|
+
},
|
|
877
|
+
"target-org": {
|
|
878
|
+
"char": "o",
|
|
879
|
+
"name": "target-org",
|
|
880
|
+
"noCacheDefault": true,
|
|
881
|
+
"required": true,
|
|
882
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
883
|
+
"hasDynamicHelp": true,
|
|
884
|
+
"multiple": false,
|
|
885
|
+
"type": "option"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"hasDynamicHelp": true,
|
|
889
|
+
"hiddenAliases": [],
|
|
890
|
+
"id": "org:disable:tracking",
|
|
891
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
892
|
+
"pluginName": "@salesforce/plugin-org",
|
|
893
|
+
"pluginType": "core",
|
|
894
|
+
"strict": true,
|
|
895
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
896
|
+
"enableJsonFlag": true,
|
|
897
|
+
"isESM": true,
|
|
898
|
+
"relativePath": [
|
|
899
|
+
"lib",
|
|
900
|
+
"commands",
|
|
901
|
+
"org",
|
|
902
|
+
"disable",
|
|
903
|
+
"tracking.js"
|
|
904
|
+
],
|
|
905
|
+
"aliasPermutations": [],
|
|
906
|
+
"permutations": [
|
|
907
|
+
"org:disable:tracking",
|
|
908
|
+
"disable:org:tracking",
|
|
909
|
+
"disable:tracking:org",
|
|
910
|
+
"org:tracking:disable",
|
|
911
|
+
"tracking:org:disable",
|
|
912
|
+
"tracking:disable:org"
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
"org:delete:sandbox": {
|
|
916
|
+
"aliases": [
|
|
917
|
+
"env:delete:sandbox"
|
|
918
|
+
],
|
|
919
|
+
"args": {},
|
|
920
|
+
"deprecateAliases": true,
|
|
921
|
+
"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.",
|
|
922
|
+
"examples": [
|
|
923
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
924
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
925
|
+
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
926
|
+
],
|
|
927
|
+
"flags": {
|
|
928
|
+
"json": {
|
|
929
|
+
"description": "Format output as json.",
|
|
930
|
+
"helpGroup": "GLOBAL",
|
|
931
|
+
"name": "json",
|
|
932
|
+
"allowNo": false,
|
|
933
|
+
"type": "boolean"
|
|
934
|
+
},
|
|
935
|
+
"flags-dir": {
|
|
936
|
+
"helpGroup": "GLOBAL",
|
|
937
|
+
"name": "flags-dir",
|
|
938
|
+
"summary": "Import flag values from a directory.",
|
|
939
|
+
"hasDynamicHelp": false,
|
|
940
|
+
"multiple": false,
|
|
941
|
+
"type": "option"
|
|
942
|
+
},
|
|
943
|
+
"target-org": {
|
|
944
|
+
"aliases": [
|
|
945
|
+
"targetusername",
|
|
946
|
+
"u"
|
|
947
|
+
],
|
|
948
|
+
"char": "o",
|
|
949
|
+
"deprecateAliases": true,
|
|
950
|
+
"name": "target-org",
|
|
951
|
+
"required": true,
|
|
952
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
953
|
+
"hasDynamicHelp": true,
|
|
954
|
+
"multiple": false,
|
|
955
|
+
"type": "option"
|
|
956
|
+
},
|
|
957
|
+
"no-prompt": {
|
|
958
|
+
"char": "p",
|
|
959
|
+
"name": "no-prompt",
|
|
960
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
961
|
+
"allowNo": false,
|
|
962
|
+
"type": "boolean"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"hasDynamicHelp": true,
|
|
966
|
+
"hiddenAliases": [],
|
|
967
|
+
"id": "org:delete:sandbox",
|
|
968
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
969
|
+
"pluginName": "@salesforce/plugin-org",
|
|
970
|
+
"pluginType": "core",
|
|
971
|
+
"strict": true,
|
|
972
|
+
"summary": "Delete a sandbox.",
|
|
973
|
+
"enableJsonFlag": true,
|
|
974
|
+
"isESM": true,
|
|
975
|
+
"relativePath": [
|
|
976
|
+
"lib",
|
|
977
|
+
"commands",
|
|
978
|
+
"org",
|
|
979
|
+
"delete",
|
|
980
|
+
"sandbox.js"
|
|
981
|
+
],
|
|
982
|
+
"aliasPermutations": [
|
|
983
|
+
"env:delete:sandbox",
|
|
984
|
+
"delete:env:sandbox",
|
|
985
|
+
"delete:sandbox:env",
|
|
986
|
+
"env:sandbox:delete",
|
|
987
|
+
"sandbox:env:delete",
|
|
988
|
+
"sandbox:delete:env"
|
|
989
|
+
],
|
|
990
|
+
"permutations": [
|
|
991
|
+
"org:delete:sandbox",
|
|
992
|
+
"delete:org:sandbox",
|
|
993
|
+
"delete:sandbox:org",
|
|
994
|
+
"org:sandbox:delete",
|
|
995
|
+
"sandbox:org:delete",
|
|
996
|
+
"sandbox:delete:org"
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
"org:delete:scratch": {
|
|
1000
|
+
"aliases": [
|
|
1001
|
+
"env:delete:scratch"
|
|
1002
|
+
],
|
|
1003
|
+
"args": {},
|
|
1004
|
+
"deprecateAliases": true,
|
|
1005
|
+
"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.",
|
|
1006
|
+
"examples": [
|
|
1007
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
1008
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
1009
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
1010
|
+
],
|
|
1011
|
+
"flags": {
|
|
1012
|
+
"json": {
|
|
1013
|
+
"description": "Format output as json.",
|
|
1014
|
+
"helpGroup": "GLOBAL",
|
|
1015
|
+
"name": "json",
|
|
1016
|
+
"allowNo": false,
|
|
1017
|
+
"type": "boolean"
|
|
1018
|
+
},
|
|
1019
|
+
"flags-dir": {
|
|
1020
|
+
"helpGroup": "GLOBAL",
|
|
1021
|
+
"name": "flags-dir",
|
|
1022
|
+
"summary": "Import flag values from a directory.",
|
|
1023
|
+
"hasDynamicHelp": false,
|
|
1024
|
+
"multiple": false,
|
|
1025
|
+
"type": "option"
|
|
1026
|
+
},
|
|
1027
|
+
"target-org": {
|
|
1028
|
+
"aliases": [
|
|
1029
|
+
"targetusername",
|
|
1030
|
+
"u"
|
|
1031
|
+
],
|
|
1032
|
+
"char": "o",
|
|
1033
|
+
"deprecateAliases": true,
|
|
1034
|
+
"name": "target-org",
|
|
1035
|
+
"required": true,
|
|
1036
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1037
|
+
"hasDynamicHelp": true,
|
|
1038
|
+
"multiple": false,
|
|
1039
|
+
"type": "option"
|
|
1040
|
+
},
|
|
1041
|
+
"no-prompt": {
|
|
1042
|
+
"char": "p",
|
|
1043
|
+
"name": "no-prompt",
|
|
1044
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
1045
|
+
"allowNo": false,
|
|
1046
|
+
"type": "boolean"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"hasDynamicHelp": true,
|
|
1050
|
+
"hiddenAliases": [],
|
|
1051
|
+
"id": "org:delete:scratch",
|
|
1052
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1053
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1054
|
+
"pluginType": "core",
|
|
1055
|
+
"strict": true,
|
|
1056
|
+
"summary": "Delete a scratch org.",
|
|
1057
|
+
"enableJsonFlag": true,
|
|
1058
|
+
"isESM": true,
|
|
1059
|
+
"relativePath": [
|
|
1060
|
+
"lib",
|
|
1061
|
+
"commands",
|
|
1062
|
+
"org",
|
|
1063
|
+
"delete",
|
|
1064
|
+
"scratch.js"
|
|
1065
|
+
],
|
|
1066
|
+
"aliasPermutations": [
|
|
1067
|
+
"env:delete:scratch",
|
|
1068
|
+
"delete:env:scratch",
|
|
1069
|
+
"delete:scratch:env",
|
|
1070
|
+
"env:scratch:delete",
|
|
1071
|
+
"scratch:env:delete",
|
|
1072
|
+
"scratch:delete:env"
|
|
1073
|
+
],
|
|
1074
|
+
"permutations": [
|
|
1075
|
+
"org:delete:scratch",
|
|
1076
|
+
"delete:org:scratch",
|
|
1077
|
+
"delete:scratch:org",
|
|
1078
|
+
"org:scratch:delete",
|
|
1079
|
+
"scratch:org:delete",
|
|
1080
|
+
"scratch:delete:org"
|
|
1081
|
+
]
|
|
1082
|
+
},
|
|
1083
1083
|
"org:enable:tracking": {
|
|
1084
1084
|
"aliases": [],
|
|
1085
1085
|
"args": {},
|
|
@@ -1840,5 +1840,5 @@
|
|
|
1840
1840
|
]
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
1843
|
-
"version": "5.5.
|
|
1843
|
+
"version": "5.5.8"
|
|
1844
1844
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "5.5.
|
|
4
|
+
"version": "5.5.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4.2.10",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.12",
|
|
10
|
-
"@salesforce/core": "^8.8.
|
|
10
|
+
"@salesforce/core": "^8.8.7",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
13
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^12.18.2",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
15
|
"ansis": "^3.16.0",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
@@ -19,16 +19,16 @@
|
|
|
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.38",
|
|
23
23
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
24
24
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
25
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
25
|
+
"@salesforce/plugin-command-reference": "^3.1.49",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
27
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
27
|
+
"eslint-plugin-sf-plugin": "^1.20.18",
|
|
28
28
|
"moment": "^2.30.1",
|
|
29
|
-
"oclif": "^4.17.
|
|
29
|
+
"oclif": "^4.17.42",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
|
-
"typescript": "^5.8.
|
|
31
|
+
"typescript": "^5.8.3"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=18.0.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.5.
|
|
231
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.5.
|
|
230
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.5.8.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.5.8.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|