@techdocs/cli 0.0.0-nightly-20251225024721 → 0.0.0-nightly-20251227024407
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/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20251227024407
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20251227024407
|
|
9
9
|
- @backstage/catalog-model@1.7.6
|
|
10
10
|
- @backstage/cli-common@0.1.16
|
|
11
11
|
- @backstage/config@1.3.6
|
|
@@ -1492,105 +1492,6 @@
|
|
|
1492
1492
|
},
|
|
1493
1493
|
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1494
1494
|
},
|
|
1495
|
-
{
|
|
1496
|
-
"path": "../backend-app-api/config.d.ts",
|
|
1497
|
-
"value": {
|
|
1498
|
-
"type": "object",
|
|
1499
|
-
"properties": {
|
|
1500
|
-
"backend": {
|
|
1501
|
-
"type": "object",
|
|
1502
|
-
"properties": {
|
|
1503
|
-
"packages": {
|
|
1504
|
-
"description": "Used by the feature discovery service",
|
|
1505
|
-
"anyOf": [
|
|
1506
|
-
{
|
|
1507
|
-
"type": "object",
|
|
1508
|
-
"properties": {
|
|
1509
|
-
"include": {
|
|
1510
|
-
"type": "array",
|
|
1511
|
-
"items": {
|
|
1512
|
-
"type": "string"
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
"exclude": {
|
|
1516
|
-
"type": "array",
|
|
1517
|
-
"items": {
|
|
1518
|
-
"type": "string"
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"const": "all",
|
|
1525
|
-
"type": "string"
|
|
1526
|
-
}
|
|
1527
|
-
]
|
|
1528
|
-
},
|
|
1529
|
-
"startup": {
|
|
1530
|
-
"type": "object",
|
|
1531
|
-
"properties": {
|
|
1532
|
-
"default": {
|
|
1533
|
-
"type": "object",
|
|
1534
|
-
"properties": {
|
|
1535
|
-
"onPluginBootFailure": {
|
|
1536
|
-
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
|
|
1537
|
-
"enum": [
|
|
1538
|
-
"abort",
|
|
1539
|
-
"continue"
|
|
1540
|
-
],
|
|
1541
|
-
"type": "string"
|
|
1542
|
-
},
|
|
1543
|
-
"onPluginModuleBootFailure": {
|
|
1544
|
-
"description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module.\nThis defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified\nfor backend startup to continue on plugin module boot failure. This can also be set to\n'continue', which flips the logic for individual plugin modules so that they must be set to\n`onPluginModuleBootFailure: abort` to be required.",
|
|
1545
|
-
"enum": [
|
|
1546
|
-
"abort",
|
|
1547
|
-
"continue"
|
|
1548
|
-
],
|
|
1549
|
-
"type": "string"
|
|
1550
|
-
}
|
|
1551
|
-
}
|
|
1552
|
-
},
|
|
1553
|
-
"plugins": {
|
|
1554
|
-
"type": "object",
|
|
1555
|
-
"additionalProperties": {
|
|
1556
|
-
"type": "object",
|
|
1557
|
-
"properties": {
|
|
1558
|
-
"onPluginBootFailure": {
|
|
1559
|
-
"description": "Used to control backend startup behavior when this plugin fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nfails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin failures for plugins\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
|
|
1560
|
-
"enum": [
|
|
1561
|
-
"abort",
|
|
1562
|
-
"continue"
|
|
1563
|
-
],
|
|
1564
|
-
"type": "string"
|
|
1565
|
-
},
|
|
1566
|
-
"modules": {
|
|
1567
|
-
"type": "object",
|
|
1568
|
-
"additionalProperties": {
|
|
1569
|
-
"type": "object",
|
|
1570
|
-
"properties": {
|
|
1571
|
-
"onPluginModuleBootFailure": {
|
|
1572
|
-
"description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nmodule fails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
|
|
1573
|
-
"enum": [
|
|
1574
|
-
"abort",
|
|
1575
|
-
"continue"
|
|
1576
|
-
],
|
|
1577
|
-
"type": "string"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
}
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1591
|
-
},
|
|
1592
|
-
"packageName": "@backstage/backend-app-api"
|
|
1593
|
-
},
|
|
1594
1495
|
{
|
|
1595
1496
|
"path": "../backend-defaults/config.d.ts",
|
|
1596
1497
|
"value": {
|
|
@@ -3162,6 +3063,105 @@
|
|
|
3162
3063
|
},
|
|
3163
3064
|
"packageName": "@backstage/backend-defaults"
|
|
3164
3065
|
},
|
|
3066
|
+
{
|
|
3067
|
+
"path": "../backend-app-api/config.d.ts",
|
|
3068
|
+
"value": {
|
|
3069
|
+
"type": "object",
|
|
3070
|
+
"properties": {
|
|
3071
|
+
"backend": {
|
|
3072
|
+
"type": "object",
|
|
3073
|
+
"properties": {
|
|
3074
|
+
"packages": {
|
|
3075
|
+
"description": "Used by the feature discovery service",
|
|
3076
|
+
"anyOf": [
|
|
3077
|
+
{
|
|
3078
|
+
"type": "object",
|
|
3079
|
+
"properties": {
|
|
3080
|
+
"include": {
|
|
3081
|
+
"type": "array",
|
|
3082
|
+
"items": {
|
|
3083
|
+
"type": "string"
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
"exclude": {
|
|
3087
|
+
"type": "array",
|
|
3088
|
+
"items": {
|
|
3089
|
+
"type": "string"
|
|
3090
|
+
}
|
|
3091
|
+
}
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
"const": "all",
|
|
3096
|
+
"type": "string"
|
|
3097
|
+
}
|
|
3098
|
+
]
|
|
3099
|
+
},
|
|
3100
|
+
"startup": {
|
|
3101
|
+
"type": "object",
|
|
3102
|
+
"properties": {
|
|
3103
|
+
"default": {
|
|
3104
|
+
"type": "object",
|
|
3105
|
+
"properties": {
|
|
3106
|
+
"onPluginBootFailure": {
|
|
3107
|
+
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
|
|
3108
|
+
"enum": [
|
|
3109
|
+
"abort",
|
|
3110
|
+
"continue"
|
|
3111
|
+
],
|
|
3112
|
+
"type": "string"
|
|
3113
|
+
},
|
|
3114
|
+
"onPluginModuleBootFailure": {
|
|
3115
|
+
"description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module.\nThis defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified\nfor backend startup to continue on plugin module boot failure. This can also be set to\n'continue', which flips the logic for individual plugin modules so that they must be set to\n`onPluginModuleBootFailure: abort` to be required.",
|
|
3116
|
+
"enum": [
|
|
3117
|
+
"abort",
|
|
3118
|
+
"continue"
|
|
3119
|
+
],
|
|
3120
|
+
"type": "string"
|
|
3121
|
+
}
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
3124
|
+
"plugins": {
|
|
3125
|
+
"type": "object",
|
|
3126
|
+
"additionalProperties": {
|
|
3127
|
+
"type": "object",
|
|
3128
|
+
"properties": {
|
|
3129
|
+
"onPluginBootFailure": {
|
|
3130
|
+
"description": "Used to control backend startup behavior when this plugin fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nfails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin failures for plugins\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
|
|
3131
|
+
"enum": [
|
|
3132
|
+
"abort",
|
|
3133
|
+
"continue"
|
|
3134
|
+
],
|
|
3135
|
+
"type": "string"
|
|
3136
|
+
},
|
|
3137
|
+
"modules": {
|
|
3138
|
+
"type": "object",
|
|
3139
|
+
"additionalProperties": {
|
|
3140
|
+
"type": "object",
|
|
3141
|
+
"properties": {
|
|
3142
|
+
"onPluginModuleBootFailure": {
|
|
3143
|
+
"description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nmodule fails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
|
|
3144
|
+
"enum": [
|
|
3145
|
+
"abort",
|
|
3146
|
+
"continue"
|
|
3147
|
+
],
|
|
3148
|
+
"type": "string"
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
}
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
}
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
}
|
|
3159
|
+
}
|
|
3160
|
+
},
|
|
3161
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3162
|
+
},
|
|
3163
|
+
"packageName": "@backstage/backend-app-api"
|
|
3164
|
+
},
|
|
3165
3165
|
{
|
|
3166
3166
|
"path": "../../plugins/events-node/config.d.ts",
|
|
3167
3167
|
"value": {
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20251227024407",
|
|
4
4
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"watch": "./src"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20251227024407",
|
|
48
48
|
"@backstage/catalog-model": "1.7.6",
|
|
49
49
|
"@backstage/cli-common": "0.1.16",
|
|
50
50
|
"@backstage/config": "1.3.6",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"winston": "^3.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
61
|
+
"@backstage/cli": "0.0.0-nightly-20251227024407",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|