@salesforce/plugin-org 5.5.4 → 5.5.5
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 +360 -360
- 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.5.
|
|
245
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/5.5.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/src/commands/org/resume/scratch.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -385,6 +385,237 @@
|
|
|
385
385
|
"open:org"
|
|
386
386
|
]
|
|
387
387
|
},
|
|
388
|
+
"org:disable:tracking": {
|
|
389
|
+
"aliases": [],
|
|
390
|
+
"args": {},
|
|
391
|
+
"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.",
|
|
392
|
+
"examples": [
|
|
393
|
+
"Disable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
394
|
+
"Disable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
395
|
+
"Disable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
396
|
+
],
|
|
397
|
+
"flags": {
|
|
398
|
+
"json": {
|
|
399
|
+
"description": "Format output as json.",
|
|
400
|
+
"helpGroup": "GLOBAL",
|
|
401
|
+
"name": "json",
|
|
402
|
+
"allowNo": false,
|
|
403
|
+
"type": "boolean"
|
|
404
|
+
},
|
|
405
|
+
"flags-dir": {
|
|
406
|
+
"helpGroup": "GLOBAL",
|
|
407
|
+
"name": "flags-dir",
|
|
408
|
+
"summary": "Import flag values from a directory.",
|
|
409
|
+
"hasDynamicHelp": false,
|
|
410
|
+
"multiple": false,
|
|
411
|
+
"type": "option"
|
|
412
|
+
},
|
|
413
|
+
"target-org": {
|
|
414
|
+
"char": "o",
|
|
415
|
+
"name": "target-org",
|
|
416
|
+
"noCacheDefault": true,
|
|
417
|
+
"required": true,
|
|
418
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
419
|
+
"hasDynamicHelp": true,
|
|
420
|
+
"multiple": false,
|
|
421
|
+
"type": "option"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"hasDynamicHelp": true,
|
|
425
|
+
"hiddenAliases": [],
|
|
426
|
+
"id": "org:disable:tracking",
|
|
427
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
428
|
+
"pluginName": "@salesforce/plugin-org",
|
|
429
|
+
"pluginType": "core",
|
|
430
|
+
"strict": true,
|
|
431
|
+
"summary": "Prevent Salesforce CLI from tracking changes in your source files between your project and an org.",
|
|
432
|
+
"enableJsonFlag": true,
|
|
433
|
+
"isESM": true,
|
|
434
|
+
"relativePath": [
|
|
435
|
+
"lib",
|
|
436
|
+
"commands",
|
|
437
|
+
"org",
|
|
438
|
+
"disable",
|
|
439
|
+
"tracking.js"
|
|
440
|
+
],
|
|
441
|
+
"aliasPermutations": [],
|
|
442
|
+
"permutations": [
|
|
443
|
+
"org:disable:tracking",
|
|
444
|
+
"disable:org:tracking",
|
|
445
|
+
"disable:tracking:org",
|
|
446
|
+
"org:tracking:disable",
|
|
447
|
+
"tracking:org:disable",
|
|
448
|
+
"tracking:disable:org"
|
|
449
|
+
]
|
|
450
|
+
},
|
|
451
|
+
"org:delete:sandbox": {
|
|
452
|
+
"aliases": [
|
|
453
|
+
"env:delete:sandbox"
|
|
454
|
+
],
|
|
455
|
+
"args": {},
|
|
456
|
+
"deprecateAliases": true,
|
|
457
|
+
"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.",
|
|
458
|
+
"examples": [
|
|
459
|
+
"Delete a sandbox with alias my-sandbox:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox",
|
|
460
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org myusername@example.com.qa",
|
|
461
|
+
"Delete the sandbox without prompting to confirm:\n<%= config.bin %> <%= command.id %> --target-org my-sandbox --no-prompt"
|
|
462
|
+
],
|
|
463
|
+
"flags": {
|
|
464
|
+
"json": {
|
|
465
|
+
"description": "Format output as json.",
|
|
466
|
+
"helpGroup": "GLOBAL",
|
|
467
|
+
"name": "json",
|
|
468
|
+
"allowNo": false,
|
|
469
|
+
"type": "boolean"
|
|
470
|
+
},
|
|
471
|
+
"flags-dir": {
|
|
472
|
+
"helpGroup": "GLOBAL",
|
|
473
|
+
"name": "flags-dir",
|
|
474
|
+
"summary": "Import flag values from a directory.",
|
|
475
|
+
"hasDynamicHelp": false,
|
|
476
|
+
"multiple": false,
|
|
477
|
+
"type": "option"
|
|
478
|
+
},
|
|
479
|
+
"target-org": {
|
|
480
|
+
"aliases": [
|
|
481
|
+
"targetusername",
|
|
482
|
+
"u"
|
|
483
|
+
],
|
|
484
|
+
"char": "o",
|
|
485
|
+
"deprecateAliases": true,
|
|
486
|
+
"name": "target-org",
|
|
487
|
+
"required": true,
|
|
488
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
489
|
+
"hasDynamicHelp": true,
|
|
490
|
+
"multiple": false,
|
|
491
|
+
"type": "option"
|
|
492
|
+
},
|
|
493
|
+
"no-prompt": {
|
|
494
|
+
"char": "p",
|
|
495
|
+
"name": "no-prompt",
|
|
496
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
497
|
+
"allowNo": false,
|
|
498
|
+
"type": "boolean"
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"hasDynamicHelp": true,
|
|
502
|
+
"hiddenAliases": [],
|
|
503
|
+
"id": "org:delete:sandbox",
|
|
504
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
505
|
+
"pluginName": "@salesforce/plugin-org",
|
|
506
|
+
"pluginType": "core",
|
|
507
|
+
"strict": true,
|
|
508
|
+
"summary": "Delete a sandbox.",
|
|
509
|
+
"enableJsonFlag": true,
|
|
510
|
+
"isESM": true,
|
|
511
|
+
"relativePath": [
|
|
512
|
+
"lib",
|
|
513
|
+
"commands",
|
|
514
|
+
"org",
|
|
515
|
+
"delete",
|
|
516
|
+
"sandbox.js"
|
|
517
|
+
],
|
|
518
|
+
"aliasPermutations": [
|
|
519
|
+
"env:delete:sandbox",
|
|
520
|
+
"delete:env:sandbox",
|
|
521
|
+
"delete:sandbox:env",
|
|
522
|
+
"env:sandbox:delete",
|
|
523
|
+
"sandbox:env:delete",
|
|
524
|
+
"sandbox:delete:env"
|
|
525
|
+
],
|
|
526
|
+
"permutations": [
|
|
527
|
+
"org:delete:sandbox",
|
|
528
|
+
"delete:org:sandbox",
|
|
529
|
+
"delete:sandbox:org",
|
|
530
|
+
"org:sandbox:delete",
|
|
531
|
+
"sandbox:org:delete",
|
|
532
|
+
"sandbox:delete:org"
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
"org:delete:scratch": {
|
|
536
|
+
"aliases": [
|
|
537
|
+
"env:delete:scratch"
|
|
538
|
+
],
|
|
539
|
+
"args": {},
|
|
540
|
+
"deprecateAliases": true,
|
|
541
|
+
"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.",
|
|
542
|
+
"examples": [
|
|
543
|
+
"Delete a scratch org with alias my-scratch-org:\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org",
|
|
544
|
+
"Specify a username instead of an alias:\n<%= config.bin %> <%= command.id %> --target-org test-123456-abcdefg@example.com",
|
|
545
|
+
"Delete the scratch org without prompting to confirm :\n<%= config.bin %> <%= command.id %> --target-org my-scratch-org --no-prompt"
|
|
546
|
+
],
|
|
547
|
+
"flags": {
|
|
548
|
+
"json": {
|
|
549
|
+
"description": "Format output as json.",
|
|
550
|
+
"helpGroup": "GLOBAL",
|
|
551
|
+
"name": "json",
|
|
552
|
+
"allowNo": false,
|
|
553
|
+
"type": "boolean"
|
|
554
|
+
},
|
|
555
|
+
"flags-dir": {
|
|
556
|
+
"helpGroup": "GLOBAL",
|
|
557
|
+
"name": "flags-dir",
|
|
558
|
+
"summary": "Import flag values from a directory.",
|
|
559
|
+
"hasDynamicHelp": false,
|
|
560
|
+
"multiple": false,
|
|
561
|
+
"type": "option"
|
|
562
|
+
},
|
|
563
|
+
"target-org": {
|
|
564
|
+
"aliases": [
|
|
565
|
+
"targetusername",
|
|
566
|
+
"u"
|
|
567
|
+
],
|
|
568
|
+
"char": "o",
|
|
569
|
+
"deprecateAliases": true,
|
|
570
|
+
"name": "target-org",
|
|
571
|
+
"required": true,
|
|
572
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
573
|
+
"hasDynamicHelp": true,
|
|
574
|
+
"multiple": false,
|
|
575
|
+
"type": "option"
|
|
576
|
+
},
|
|
577
|
+
"no-prompt": {
|
|
578
|
+
"char": "p",
|
|
579
|
+
"name": "no-prompt",
|
|
580
|
+
"summary": "Don't prompt the user to confirm the deletion.",
|
|
581
|
+
"allowNo": false,
|
|
582
|
+
"type": "boolean"
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
"hasDynamicHelp": true,
|
|
586
|
+
"hiddenAliases": [],
|
|
587
|
+
"id": "org:delete:scratch",
|
|
588
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
589
|
+
"pluginName": "@salesforce/plugin-org",
|
|
590
|
+
"pluginType": "core",
|
|
591
|
+
"strict": true,
|
|
592
|
+
"summary": "Delete a scratch org.",
|
|
593
|
+
"enableJsonFlag": true,
|
|
594
|
+
"isESM": true,
|
|
595
|
+
"relativePath": [
|
|
596
|
+
"lib",
|
|
597
|
+
"commands",
|
|
598
|
+
"org",
|
|
599
|
+
"delete",
|
|
600
|
+
"scratch.js"
|
|
601
|
+
],
|
|
602
|
+
"aliasPermutations": [
|
|
603
|
+
"env:delete:scratch",
|
|
604
|
+
"delete:env:scratch",
|
|
605
|
+
"delete:scratch:env",
|
|
606
|
+
"env:scratch:delete",
|
|
607
|
+
"scratch:env:delete",
|
|
608
|
+
"scratch:delete:env"
|
|
609
|
+
],
|
|
610
|
+
"permutations": [
|
|
611
|
+
"org:delete:scratch",
|
|
612
|
+
"delete:org:scratch",
|
|
613
|
+
"delete:scratch:org",
|
|
614
|
+
"org:scratch:delete",
|
|
615
|
+
"scratch:org:delete",
|
|
616
|
+
"scratch:delete:org"
|
|
617
|
+
]
|
|
618
|
+
},
|
|
388
619
|
"org:create:sandbox": {
|
|
389
620
|
"aliases": [
|
|
390
621
|
"env:create:sandbox"
|
|
@@ -849,237 +1080,6 @@
|
|
|
849
1080
|
"scratch:create:org"
|
|
850
1081
|
]
|
|
851
1082
|
},
|
|
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": {},
|
|
@@ -1520,134 +1520,6 @@
|
|
|
1520
1520
|
"agent:open:org"
|
|
1521
1521
|
]
|
|
1522
1522
|
},
|
|
1523
|
-
"org:refresh:sandbox": {
|
|
1524
|
-
"aliases": [],
|
|
1525
|
-
"args": {},
|
|
1526
|
-
"description": "Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID.\n\nYou're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox name, first delete it with the \"org delete sandbox\" command. And then recreate it with the \"org create sandbox\" command and give it a new name.",
|
|
1527
|
-
"examples": [
|
|
1528
|
-
"Refresh the sandbox named \"devSbx1\". The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --name devSbx1 --target-org prodOrg",
|
|
1529
|
-
"Refresh the sandbox named \"devSbx2\", and override the configuration of the refreshed sandbox with the properties in the specified defintion file. The default target org is the production org, so you don't need to specify the `--target-org` flag in this case.\n<%= config.bin %> <%= command.id %> --name devSbx2 --definition-file devSbx2-config.json",
|
|
1530
|
-
"Refresh the sandbox using the name defined in the definition file. The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --definition-file devSbx3-config.json --target-org prodOrg"
|
|
1531
|
-
],
|
|
1532
|
-
"flags": {
|
|
1533
|
-
"json": {
|
|
1534
|
-
"description": "Format output as json.",
|
|
1535
|
-
"helpGroup": "GLOBAL",
|
|
1536
|
-
"name": "json",
|
|
1537
|
-
"allowNo": false,
|
|
1538
|
-
"type": "boolean"
|
|
1539
|
-
},
|
|
1540
|
-
"flags-dir": {
|
|
1541
|
-
"helpGroup": "GLOBAL",
|
|
1542
|
-
"name": "flags-dir",
|
|
1543
|
-
"summary": "Import flag values from a directory.",
|
|
1544
|
-
"hasDynamicHelp": false,
|
|
1545
|
-
"multiple": false,
|
|
1546
|
-
"type": "option"
|
|
1547
|
-
},
|
|
1548
|
-
"no-auto-activate": {
|
|
1549
|
-
"description": "By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.",
|
|
1550
|
-
"name": "no-auto-activate",
|
|
1551
|
-
"summary": "Disable auto-activation of the sandbox after a successful refresh.",
|
|
1552
|
-
"allowNo": false,
|
|
1553
|
-
"type": "boolean"
|
|
1554
|
-
},
|
|
1555
|
-
"wait": {
|
|
1556
|
-
"char": "w",
|
|
1557
|
-
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays the \"<%= config.bin %> org resume sandbox\" command for you run to check the status of the refresh. The displayed command includes the job ID for the running sandbox refresh.",
|
|
1558
|
-
"exclusive": [
|
|
1559
|
-
"async"
|
|
1560
|
-
],
|
|
1561
|
-
"name": "wait",
|
|
1562
|
-
"summary": "Number of minutes to poll for sandbox refresh status.",
|
|
1563
|
-
"hasDynamicHelp": true,
|
|
1564
|
-
"helpValue": "<minutes>",
|
|
1565
|
-
"multiple": false,
|
|
1566
|
-
"type": "option"
|
|
1567
|
-
},
|
|
1568
|
-
"poll-interval": {
|
|
1569
|
-
"char": "i",
|
|
1570
|
-
"exclusive": [
|
|
1571
|
-
"async"
|
|
1572
|
-
],
|
|
1573
|
-
"name": "poll-interval",
|
|
1574
|
-
"summary": "Number of seconds to wait between status polling requests.",
|
|
1575
|
-
"hasDynamicHelp": true,
|
|
1576
|
-
"helpValue": "<seconds>",
|
|
1577
|
-
"multiple": false,
|
|
1578
|
-
"type": "option"
|
|
1579
|
-
},
|
|
1580
|
-
"async": {
|
|
1581
|
-
"description": "The command immediately displays the job ID and returns control of the terminal to you. This way, you can continue to use the CLI. To check the status of the sandbox refresh, run \"<%= config.bin %> org resume sandbox\".",
|
|
1582
|
-
"exclusive": [
|
|
1583
|
-
"wait",
|
|
1584
|
-
"poll-interval"
|
|
1585
|
-
],
|
|
1586
|
-
"name": "async",
|
|
1587
|
-
"summary": "Request the sandbox refresh, but don't wait for it to complete.",
|
|
1588
|
-
"allowNo": false,
|
|
1589
|
-
"type": "boolean"
|
|
1590
|
-
},
|
|
1591
|
-
"name": {
|
|
1592
|
-
"char": "n",
|
|
1593
|
-
"name": "name",
|
|
1594
|
-
"summary": "Name of the existing sandbox org in your production org that you want to refresh.",
|
|
1595
|
-
"hasDynamicHelp": false,
|
|
1596
|
-
"multiple": false,
|
|
1597
|
-
"type": "option"
|
|
1598
|
-
},
|
|
1599
|
-
"definition-file": {
|
|
1600
|
-
"char": "f",
|
|
1601
|
-
"description": "The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name flag to specify the sandbox and don't use this flag. See <https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all the options you can specify in the definition file.",
|
|
1602
|
-
"name": "definition-file",
|
|
1603
|
-
"summary": "Path to a sandbox definition file for overriding its configuration when you refresh it.",
|
|
1604
|
-
"hasDynamicHelp": false,
|
|
1605
|
-
"multiple": false,
|
|
1606
|
-
"type": "option"
|
|
1607
|
-
},
|
|
1608
|
-
"target-org": {
|
|
1609
|
-
"char": "o",
|
|
1610
|
-
"name": "target-org",
|
|
1611
|
-
"noCacheDefault": true,
|
|
1612
|
-
"required": true,
|
|
1613
|
-
"summary": "Username or alias of the production org that contains the sandbox license.",
|
|
1614
|
-
"hasDynamicHelp": true,
|
|
1615
|
-
"multiple": false,
|
|
1616
|
-
"type": "option"
|
|
1617
|
-
},
|
|
1618
|
-
"no-prompt": {
|
|
1619
|
-
"name": "no-prompt",
|
|
1620
|
-
"summary": "Don't prompt for confirmation about the sandbox refresh.",
|
|
1621
|
-
"allowNo": false,
|
|
1622
|
-
"type": "boolean"
|
|
1623
|
-
}
|
|
1624
|
-
},
|
|
1625
|
-
"hasDynamicHelp": true,
|
|
1626
|
-
"hiddenAliases": [],
|
|
1627
|
-
"id": "org:refresh:sandbox",
|
|
1628
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1629
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1630
|
-
"pluginType": "core",
|
|
1631
|
-
"strict": true,
|
|
1632
|
-
"summary": "Refresh a sandbox org using the sandbox name.",
|
|
1633
|
-
"isESM": true,
|
|
1634
|
-
"relativePath": [
|
|
1635
|
-
"lib",
|
|
1636
|
-
"commands",
|
|
1637
|
-
"org",
|
|
1638
|
-
"refresh",
|
|
1639
|
-
"sandbox.js"
|
|
1640
|
-
],
|
|
1641
|
-
"aliasPermutations": [],
|
|
1642
|
-
"permutations": [
|
|
1643
|
-
"org:refresh:sandbox",
|
|
1644
|
-
"refresh:org:sandbox",
|
|
1645
|
-
"refresh:sandbox:org",
|
|
1646
|
-
"org:sandbox:refresh",
|
|
1647
|
-
"sandbox:org:refresh",
|
|
1648
|
-
"sandbox:refresh:org"
|
|
1649
|
-
]
|
|
1650
|
-
},
|
|
1651
1523
|
"org:resume:sandbox": {
|
|
1652
1524
|
"aliases": [
|
|
1653
1525
|
"env:resume:sandbox"
|
|
@@ -1838,7 +1710,135 @@
|
|
|
1838
1710
|
"scratch:org:resume",
|
|
1839
1711
|
"scratch:resume:org"
|
|
1840
1712
|
]
|
|
1713
|
+
},
|
|
1714
|
+
"org:refresh:sandbox": {
|
|
1715
|
+
"aliases": [],
|
|
1716
|
+
"args": {},
|
|
1717
|
+
"description": "Refreshing a sandbox copies the metadata, and optionally data, from your source org to the refreshed sandbox org. You can optionally specify a definition file if you want to change the configuration of the refreshed sandbox, such as its license type or template ID.\n\nYou're not allowed to change the sandbox name when you refresh it with this command. If you want to change the sandbox name, first delete it with the \"org delete sandbox\" command. And then recreate it with the \"org create sandbox\" command and give it a new name.",
|
|
1718
|
+
"examples": [
|
|
1719
|
+
"Refresh the sandbox named \"devSbx1\". The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --name devSbx1 --target-org prodOrg",
|
|
1720
|
+
"Refresh the sandbox named \"devSbx2\", and override the configuration of the refreshed sandbox with the properties in the specified defintion file. The default target org is the production org, so you don't need to specify the `--target-org` flag in this case.\n<%= config.bin %> <%= command.id %> --name devSbx2 --definition-file devSbx2-config.json",
|
|
1721
|
+
"Refresh the sandbox using the name defined in the definition file. The production org that contains the sandbox license has the alias \"prodOrg\".\n<%= config.bin %> <%= command.id %> --definition-file devSbx3-config.json --target-org prodOrg"
|
|
1722
|
+
],
|
|
1723
|
+
"flags": {
|
|
1724
|
+
"json": {
|
|
1725
|
+
"description": "Format output as json.",
|
|
1726
|
+
"helpGroup": "GLOBAL",
|
|
1727
|
+
"name": "json",
|
|
1728
|
+
"allowNo": false,
|
|
1729
|
+
"type": "boolean"
|
|
1730
|
+
},
|
|
1731
|
+
"flags-dir": {
|
|
1732
|
+
"helpGroup": "GLOBAL",
|
|
1733
|
+
"name": "flags-dir",
|
|
1734
|
+
"summary": "Import flag values from a directory.",
|
|
1735
|
+
"hasDynamicHelp": false,
|
|
1736
|
+
"multiple": false,
|
|
1737
|
+
"type": "option"
|
|
1738
|
+
},
|
|
1739
|
+
"no-auto-activate": {
|
|
1740
|
+
"description": "By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.",
|
|
1741
|
+
"name": "no-auto-activate",
|
|
1742
|
+
"summary": "Disable auto-activation of the sandbox after a successful refresh.",
|
|
1743
|
+
"allowNo": false,
|
|
1744
|
+
"type": "boolean"
|
|
1745
|
+
},
|
|
1746
|
+
"wait": {
|
|
1747
|
+
"char": "w",
|
|
1748
|
+
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal to you and displays the \"<%= config.bin %> org resume sandbox\" command for you run to check the status of the refresh. The displayed command includes the job ID for the running sandbox refresh.",
|
|
1749
|
+
"exclusive": [
|
|
1750
|
+
"async"
|
|
1751
|
+
],
|
|
1752
|
+
"name": "wait",
|
|
1753
|
+
"summary": "Number of minutes to poll for sandbox refresh status.",
|
|
1754
|
+
"hasDynamicHelp": true,
|
|
1755
|
+
"helpValue": "<minutes>",
|
|
1756
|
+
"multiple": false,
|
|
1757
|
+
"type": "option"
|
|
1758
|
+
},
|
|
1759
|
+
"poll-interval": {
|
|
1760
|
+
"char": "i",
|
|
1761
|
+
"exclusive": [
|
|
1762
|
+
"async"
|
|
1763
|
+
],
|
|
1764
|
+
"name": "poll-interval",
|
|
1765
|
+
"summary": "Number of seconds to wait between status polling requests.",
|
|
1766
|
+
"hasDynamicHelp": true,
|
|
1767
|
+
"helpValue": "<seconds>",
|
|
1768
|
+
"multiple": false,
|
|
1769
|
+
"type": "option"
|
|
1770
|
+
},
|
|
1771
|
+
"async": {
|
|
1772
|
+
"description": "The command immediately displays the job ID and returns control of the terminal to you. This way, you can continue to use the CLI. To check the status of the sandbox refresh, run \"<%= config.bin %> org resume sandbox\".",
|
|
1773
|
+
"exclusive": [
|
|
1774
|
+
"wait",
|
|
1775
|
+
"poll-interval"
|
|
1776
|
+
],
|
|
1777
|
+
"name": "async",
|
|
1778
|
+
"summary": "Request the sandbox refresh, but don't wait for it to complete.",
|
|
1779
|
+
"allowNo": false,
|
|
1780
|
+
"type": "boolean"
|
|
1781
|
+
},
|
|
1782
|
+
"name": {
|
|
1783
|
+
"char": "n",
|
|
1784
|
+
"name": "name",
|
|
1785
|
+
"summary": "Name of the existing sandbox org in your production org that you want to refresh.",
|
|
1786
|
+
"hasDynamicHelp": false,
|
|
1787
|
+
"multiple": false,
|
|
1788
|
+
"type": "option"
|
|
1789
|
+
},
|
|
1790
|
+
"definition-file": {
|
|
1791
|
+
"char": "f",
|
|
1792
|
+
"description": "The sandbox definition file is a blueprint for the sandbox; use the file to change the sandbox configuration during a refresh. If you don't want to change the sandbox configuration when you refresh it, then simply use the --name flag to specify the sandbox and don't use this flag. See <https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm> for all the options you can specify in the definition file.",
|
|
1793
|
+
"name": "definition-file",
|
|
1794
|
+
"summary": "Path to a sandbox definition file for overriding its configuration when you refresh it.",
|
|
1795
|
+
"hasDynamicHelp": false,
|
|
1796
|
+
"multiple": false,
|
|
1797
|
+
"type": "option"
|
|
1798
|
+
},
|
|
1799
|
+
"target-org": {
|
|
1800
|
+
"char": "o",
|
|
1801
|
+
"name": "target-org",
|
|
1802
|
+
"noCacheDefault": true,
|
|
1803
|
+
"required": true,
|
|
1804
|
+
"summary": "Username or alias of the production org that contains the sandbox license.",
|
|
1805
|
+
"hasDynamicHelp": true,
|
|
1806
|
+
"multiple": false,
|
|
1807
|
+
"type": "option"
|
|
1808
|
+
},
|
|
1809
|
+
"no-prompt": {
|
|
1810
|
+
"name": "no-prompt",
|
|
1811
|
+
"summary": "Don't prompt for confirmation about the sandbox refresh.",
|
|
1812
|
+
"allowNo": false,
|
|
1813
|
+
"type": "boolean"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
"hasDynamicHelp": true,
|
|
1817
|
+
"hiddenAliases": [],
|
|
1818
|
+
"id": "org:refresh:sandbox",
|
|
1819
|
+
"pluginAlias": "@salesforce/plugin-org",
|
|
1820
|
+
"pluginName": "@salesforce/plugin-org",
|
|
1821
|
+
"pluginType": "core",
|
|
1822
|
+
"strict": true,
|
|
1823
|
+
"summary": "Refresh a sandbox org using the sandbox name.",
|
|
1824
|
+
"isESM": true,
|
|
1825
|
+
"relativePath": [
|
|
1826
|
+
"lib",
|
|
1827
|
+
"commands",
|
|
1828
|
+
"org",
|
|
1829
|
+
"refresh",
|
|
1830
|
+
"sandbox.js"
|
|
1831
|
+
],
|
|
1832
|
+
"aliasPermutations": [],
|
|
1833
|
+
"permutations": [
|
|
1834
|
+
"org:refresh:sandbox",
|
|
1835
|
+
"refresh:org:sandbox",
|
|
1836
|
+
"refresh:sandbox:org",
|
|
1837
|
+
"org:sandbox:refresh",
|
|
1838
|
+
"sandbox:org:refresh",
|
|
1839
|
+
"sandbox:refresh:org"
|
|
1840
|
+
]
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
1843
|
-
"version": "5.5.
|
|
1843
|
+
"version": "5.5.5"
|
|
1844
1844
|
}
|
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.5.
|
|
4
|
+
"version": "5.5.5",
|
|
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.6",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^12.16.10",
|
|
@@ -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.5.crt",
|
|
231
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/5.5.5.sig"
|
|
232
232
|
}
|
|
233
233
|
}
|