@salesforce/plugin-org 5.5.3 → 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 +370 -370
- package/package.json +5 -5
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,14 +1080,14 @@
|
|
|
849
1080
|
"scratch:create:org"
|
|
850
1081
|
]
|
|
851
1082
|
},
|
|
852
|
-
"org:
|
|
1083
|
+
"org:enable:tracking": {
|
|
853
1084
|
"aliases": [],
|
|
854
1085
|
"args": {},
|
|
855
|
-
"description": "
|
|
1086
|
+
"description": "Enabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that source tracking operations are executed when working with the org.\n\nThis command throws an error if the org doesn't support tracking. Examples of orgs that don't support source tracking include Developer Edition orgs, production orgs, Partial Copy sandboxes, and Full sandboxes.",
|
|
856
1087
|
"examples": [
|
|
857
|
-
"
|
|
858
|
-
"
|
|
859
|
-
"
|
|
1088
|
+
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1089
|
+
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1090
|
+
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
860
1091
|
],
|
|
861
1092
|
"flags": {
|
|
862
1093
|
"json": {
|
|
@@ -887,250 +1118,19 @@
|
|
|
887
1118
|
},
|
|
888
1119
|
"hasDynamicHelp": true,
|
|
889
1120
|
"hiddenAliases": [],
|
|
890
|
-
"id": "org:
|
|
1121
|
+
"id": "org:enable:tracking",
|
|
891
1122
|
"pluginAlias": "@salesforce/plugin-org",
|
|
892
1123
|
"pluginName": "@salesforce/plugin-org",
|
|
893
1124
|
"pluginType": "core",
|
|
894
1125
|
"strict": true,
|
|
895
|
-
"summary": "
|
|
1126
|
+
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
896
1127
|
"enableJsonFlag": true,
|
|
897
1128
|
"isESM": true,
|
|
898
1129
|
"relativePath": [
|
|
899
1130
|
"lib",
|
|
900
1131
|
"commands",
|
|
901
1132
|
"org",
|
|
902
|
-
"
|
|
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
|
-
"org:enable:tracking": {
|
|
1084
|
-
"aliases": [],
|
|
1085
|
-
"args": {},
|
|
1086
|
-
"description": "Enabling source tracking has no direct effect on the org, it affects only your local environment. Specifically, Salesforce CLI stores the setting in the org's local configuration file so that source tracking operations are executed when working with the org.\n\nThis command throws an error if the org doesn't support tracking. Examples of orgs that don't support source tracking include Developer Edition orgs, production orgs, Partial Copy sandboxes, and Full sandboxes.",
|
|
1087
|
-
"examples": [
|
|
1088
|
-
"Enable source tracking for an org with alias \"myscratch\":\n<%= config.bin %> <%= command.id %> --target-org myscratch",
|
|
1089
|
-
"Enable source tracking for an org using a username:\n<%= config.bin %> <%= command.id %> --target-org you@example.com",
|
|
1090
|
-
"Enable source tracking for your default org:\n<%= config.bin %> <%= command.id %>"
|
|
1091
|
-
],
|
|
1092
|
-
"flags": {
|
|
1093
|
-
"json": {
|
|
1094
|
-
"description": "Format output as json.",
|
|
1095
|
-
"helpGroup": "GLOBAL",
|
|
1096
|
-
"name": "json",
|
|
1097
|
-
"allowNo": false,
|
|
1098
|
-
"type": "boolean"
|
|
1099
|
-
},
|
|
1100
|
-
"flags-dir": {
|
|
1101
|
-
"helpGroup": "GLOBAL",
|
|
1102
|
-
"name": "flags-dir",
|
|
1103
|
-
"summary": "Import flag values from a directory.",
|
|
1104
|
-
"hasDynamicHelp": false,
|
|
1105
|
-
"multiple": false,
|
|
1106
|
-
"type": "option"
|
|
1107
|
-
},
|
|
1108
|
-
"target-org": {
|
|
1109
|
-
"char": "o",
|
|
1110
|
-
"name": "target-org",
|
|
1111
|
-
"noCacheDefault": true,
|
|
1112
|
-
"required": true,
|
|
1113
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1114
|
-
"hasDynamicHelp": true,
|
|
1115
|
-
"multiple": false,
|
|
1116
|
-
"type": "option"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
"hasDynamicHelp": true,
|
|
1120
|
-
"hiddenAliases": [],
|
|
1121
|
-
"id": "org:enable:tracking",
|
|
1122
|
-
"pluginAlias": "@salesforce/plugin-org",
|
|
1123
|
-
"pluginName": "@salesforce/plugin-org",
|
|
1124
|
-
"pluginType": "core",
|
|
1125
|
-
"strict": true,
|
|
1126
|
-
"summary": "Allow Salesforce CLI to track changes in your source files between your project and an org.",
|
|
1127
|
-
"enableJsonFlag": true,
|
|
1128
|
-
"isESM": true,
|
|
1129
|
-
"relativePath": [
|
|
1130
|
-
"lib",
|
|
1131
|
-
"commands",
|
|
1132
|
-
"org",
|
|
1133
|
-
"enable",
|
|
1133
|
+
"enable",
|
|
1134
1134
|
"tracking.js"
|
|
1135
1135
|
],
|
|
1136
1136
|
"aliasPermutations": [],
|
|
@@ -1402,14 +1402,14 @@
|
|
|
1402
1402
|
"metadata:list:org"
|
|
1403
1403
|
]
|
|
1404
1404
|
},
|
|
1405
|
-
"org:
|
|
1405
|
+
"org:open:agent": {
|
|
1406
1406
|
"aliases": [],
|
|
1407
1407
|
"args": {},
|
|
1408
|
-
"description": "
|
|
1408
|
+
"description": "Use the --name flag to open an agent using its API name in the Agent Builder UI of your org. To find the agent's API name, go to Setup in your org and navigate to the agent's details page.\n\nTo generate the URL but not launch it in your browser, specify --url-only.\n\nTo open Agent Builder in a specific browser, use the --browser flag. Supported browsers are \"chrome\", \"edge\", and \"firefox\". If you don't specify --browser, the org opens in your default browser.",
|
|
1409
1409
|
"examples": [
|
|
1410
|
-
"
|
|
1411
|
-
"
|
|
1412
|
-
"
|
|
1410
|
+
"Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:\n$ <%= config.bin %> <%= command.id %> --name Coral_Cloud_Agent",
|
|
1411
|
+
"Open the agent in an incognito window of your default browser:\n$ <%= config.bin %> <%= command.id %> --private --name Coral_Cloud_Agent:",
|
|
1412
|
+
"Open the agent in an org with alias MyTestOrg1 using the Firefox browser:\n$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent"
|
|
1413
1413
|
],
|
|
1414
1414
|
"flags": {
|
|
1415
1415
|
"json": {
|
|
@@ -1427,107 +1427,97 @@
|
|
|
1427
1427
|
"multiple": false,
|
|
1428
1428
|
"type": "option"
|
|
1429
1429
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1432
|
-
"name": "
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
},
|
|
1437
|
-
"wait": {
|
|
1438
|
-
"char": "w",
|
|
1439
|
-
"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.",
|
|
1440
|
-
"exclusive": [
|
|
1441
|
-
"async"
|
|
1442
|
-
],
|
|
1443
|
-
"name": "wait",
|
|
1444
|
-
"summary": "Number of minutes to poll for sandbox refresh status.",
|
|
1430
|
+
"target-org": {
|
|
1431
|
+
"char": "o",
|
|
1432
|
+
"name": "target-org",
|
|
1433
|
+
"noCacheDefault": true,
|
|
1434
|
+
"required": true,
|
|
1435
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1445
1436
|
"hasDynamicHelp": true,
|
|
1446
|
-
"helpValue": "<minutes>",
|
|
1447
1437
|
"multiple": false,
|
|
1448
1438
|
"type": "option"
|
|
1449
1439
|
},
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1452
|
-
"
|
|
1453
|
-
|
|
1454
|
-
],
|
|
1455
|
-
"name": "poll-interval",
|
|
1456
|
-
"summary": "Number of seconds to wait between status polling requests.",
|
|
1457
|
-
"hasDynamicHelp": true,
|
|
1458
|
-
"helpValue": "<seconds>",
|
|
1440
|
+
"api-version": {
|
|
1441
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1442
|
+
"name": "api-version",
|
|
1443
|
+
"hasDynamicHelp": false,
|
|
1459
1444
|
"multiple": false,
|
|
1460
1445
|
"type": "option"
|
|
1461
1446
|
},
|
|
1462
|
-
"async": {
|
|
1463
|
-
"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\".",
|
|
1464
|
-
"exclusive": [
|
|
1465
|
-
"wait",
|
|
1466
|
-
"poll-interval"
|
|
1467
|
-
],
|
|
1468
|
-
"name": "async",
|
|
1469
|
-
"summary": "Request the sandbox refresh, but don't wait for it to complete.",
|
|
1470
|
-
"allowNo": false,
|
|
1471
|
-
"type": "boolean"
|
|
1472
|
-
},
|
|
1473
1447
|
"name": {
|
|
1474
1448
|
"char": "n",
|
|
1475
1449
|
"name": "name",
|
|
1476
|
-
"
|
|
1450
|
+
"required": true,
|
|
1451
|
+
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1477
1452
|
"hasDynamicHelp": false,
|
|
1478
1453
|
"multiple": false,
|
|
1479
1454
|
"type": "option"
|
|
1480
1455
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
"
|
|
1456
|
+
"private": {
|
|
1457
|
+
"exclusive": [
|
|
1458
|
+
"url-only",
|
|
1459
|
+
"browser"
|
|
1460
|
+
],
|
|
1461
|
+
"name": "private",
|
|
1462
|
+
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1463
|
+
"allowNo": false,
|
|
1464
|
+
"type": "boolean"
|
|
1489
1465
|
},
|
|
1490
|
-
"
|
|
1491
|
-
"char": "
|
|
1492
|
-
"
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
"
|
|
1466
|
+
"browser": {
|
|
1467
|
+
"char": "b",
|
|
1468
|
+
"exclusive": [
|
|
1469
|
+
"url-only",
|
|
1470
|
+
"private"
|
|
1471
|
+
],
|
|
1472
|
+
"name": "browser",
|
|
1473
|
+
"summary": "Browser where the org opens.",
|
|
1474
|
+
"hasDynamicHelp": false,
|
|
1497
1475
|
"multiple": false,
|
|
1476
|
+
"options": [
|
|
1477
|
+
"chrome",
|
|
1478
|
+
"edge",
|
|
1479
|
+
"firefox"
|
|
1480
|
+
],
|
|
1498
1481
|
"type": "option"
|
|
1499
1482
|
},
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
|
|
1483
|
+
"url-only": {
|
|
1484
|
+
"aliases": [
|
|
1485
|
+
"urlonly"
|
|
1486
|
+
],
|
|
1487
|
+
"char": "r",
|
|
1488
|
+
"deprecateAliases": true,
|
|
1489
|
+
"name": "url-only",
|
|
1490
|
+
"summary": "Display navigation URL, but don’t launch browser.",
|
|
1503
1491
|
"allowNo": false,
|
|
1504
1492
|
"type": "boolean"
|
|
1505
1493
|
}
|
|
1506
1494
|
},
|
|
1507
1495
|
"hasDynamicHelp": true,
|
|
1508
1496
|
"hiddenAliases": [],
|
|
1509
|
-
"id": "org:
|
|
1497
|
+
"id": "org:open:agent",
|
|
1510
1498
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1511
1499
|
"pluginName": "@salesforce/plugin-org",
|
|
1512
1500
|
"pluginType": "core",
|
|
1501
|
+
"state": "beta",
|
|
1513
1502
|
"strict": true,
|
|
1514
|
-
"summary": "
|
|
1503
|
+
"summary": "Open an agent in your org's Agent Builder UI in a browser.",
|
|
1504
|
+
"enableJsonFlag": true,
|
|
1515
1505
|
"isESM": true,
|
|
1516
1506
|
"relativePath": [
|
|
1517
1507
|
"lib",
|
|
1518
1508
|
"commands",
|
|
1519
1509
|
"org",
|
|
1520
|
-
"
|
|
1521
|
-
"
|
|
1510
|
+
"open",
|
|
1511
|
+
"agent.js"
|
|
1522
1512
|
],
|
|
1523
1513
|
"aliasPermutations": [],
|
|
1524
1514
|
"permutations": [
|
|
1525
|
-
"org:
|
|
1526
|
-
"
|
|
1527
|
-
"
|
|
1528
|
-
"org:
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1515
|
+
"org:open:agent",
|
|
1516
|
+
"open:org:agent",
|
|
1517
|
+
"open:agent:org",
|
|
1518
|
+
"org:agent:open",
|
|
1519
|
+
"agent:org:open",
|
|
1520
|
+
"agent:open:org"
|
|
1531
1521
|
]
|
|
1532
1522
|
},
|
|
1533
1523
|
"org:resume:sandbox": {
|
|
@@ -1721,14 +1711,14 @@
|
|
|
1721
1711
|
"scratch:resume:org"
|
|
1722
1712
|
]
|
|
1723
1713
|
},
|
|
1724
|
-
"org:
|
|
1714
|
+
"org:refresh:sandbox": {
|
|
1725
1715
|
"aliases": [],
|
|
1726
1716
|
"args": {},
|
|
1727
|
-
"description": "
|
|
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.",
|
|
1728
1718
|
"examples": [
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
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"
|
|
1732
1722
|
],
|
|
1733
1723
|
"flags": {
|
|
1734
1724
|
"json": {
|
|
@@ -1746,99 +1736,109 @@
|
|
|
1746
1736
|
"multiple": false,
|
|
1747
1737
|
"type": "option"
|
|
1748
1738
|
},
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1751
|
-
"name": "
|
|
1752
|
-
"
|
|
1753
|
-
"
|
|
1754
|
-
"
|
|
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.",
|
|
1755
1754
|
"hasDynamicHelp": true,
|
|
1755
|
+
"helpValue": "<minutes>",
|
|
1756
1756
|
"multiple": false,
|
|
1757
1757
|
"type": "option"
|
|
1758
1758
|
},
|
|
1759
|
-
"
|
|
1760
|
-
"
|
|
1761
|
-
"
|
|
1762
|
-
|
|
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>",
|
|
1763
1768
|
"multiple": false,
|
|
1764
1769
|
"type": "option"
|
|
1765
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
|
+
},
|
|
1766
1782
|
"name": {
|
|
1767
1783
|
"char": "n",
|
|
1768
1784
|
"name": "name",
|
|
1769
|
-
"
|
|
1770
|
-
"summary": "API name, also known as developer name, of the agent you want to open in the org's Agent Builder UI.",
|
|
1785
|
+
"summary": "Name of the existing sandbox org in your production org that you want to refresh.",
|
|
1771
1786
|
"hasDynamicHelp": false,
|
|
1772
1787
|
"multiple": false,
|
|
1773
1788
|
"type": "option"
|
|
1774
1789
|
},
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
"name": "private",
|
|
1781
|
-
"summary": "Open the org in the default browser using private (incognito) mode.",
|
|
1782
|
-
"allowNo": false,
|
|
1783
|
-
"type": "boolean"
|
|
1784
|
-
},
|
|
1785
|
-
"browser": {
|
|
1786
|
-
"char": "b",
|
|
1787
|
-
"exclusive": [
|
|
1788
|
-
"url-only",
|
|
1789
|
-
"private"
|
|
1790
|
-
],
|
|
1791
|
-
"name": "browser",
|
|
1792
|
-
"summary": "Browser where the org opens.",
|
|
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.",
|
|
1793
1795
|
"hasDynamicHelp": false,
|
|
1794
1796
|
"multiple": false,
|
|
1795
|
-
"options": [
|
|
1796
|
-
"chrome",
|
|
1797
|
-
"edge",
|
|
1798
|
-
"firefox"
|
|
1799
|
-
],
|
|
1800
1797
|
"type": "option"
|
|
1801
1798
|
},
|
|
1802
|
-
"
|
|
1803
|
-
"
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
"
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1809
|
-
"
|
|
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.",
|
|
1810
1812
|
"allowNo": false,
|
|
1811
1813
|
"type": "boolean"
|
|
1812
1814
|
}
|
|
1813
1815
|
},
|
|
1814
1816
|
"hasDynamicHelp": true,
|
|
1815
1817
|
"hiddenAliases": [],
|
|
1816
|
-
"id": "org:
|
|
1818
|
+
"id": "org:refresh:sandbox",
|
|
1817
1819
|
"pluginAlias": "@salesforce/plugin-org",
|
|
1818
1820
|
"pluginName": "@salesforce/plugin-org",
|
|
1819
1821
|
"pluginType": "core",
|
|
1820
|
-
"state": "beta",
|
|
1821
1822
|
"strict": true,
|
|
1822
|
-
"summary": "
|
|
1823
|
-
"enableJsonFlag": true,
|
|
1823
|
+
"summary": "Refresh a sandbox org using the sandbox name.",
|
|
1824
1824
|
"isESM": true,
|
|
1825
1825
|
"relativePath": [
|
|
1826
1826
|
"lib",
|
|
1827
1827
|
"commands",
|
|
1828
1828
|
"org",
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1829
|
+
"refresh",
|
|
1830
|
+
"sandbox.js"
|
|
1831
1831
|
],
|
|
1832
1832
|
"aliasPermutations": [],
|
|
1833
1833
|
"permutations": [
|
|
1834
|
-
"org:
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
"org:
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
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
1840
|
]
|
|
1841
1841
|
}
|
|
1842
1842
|
},
|
|
1843
|
-
"version": "5.5.
|
|
1843
|
+
"version": "5.5.5"
|
|
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.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
|
-
"@salesforce/source-deploy-retrieve": "^12.16.
|
|
13
|
+
"@salesforce/source-deploy-retrieve": "^12.16.10",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.12",
|
|
15
15
|
"ansis": "^3.16.0",
|
|
16
16
|
"change-case": "^5.4.4",
|
|
@@ -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
|
}
|