@techdocs/cli 0.0.0-nightly-20250928024223 → 0.0.0-nightly-20250929024130

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,13 +1,13 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20250928024223
3
+ ## 0.0.0-nightly-20250929024130
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20250928024223
9
- - @backstage/config@0.0.0-nightly-20250928024223
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20250928024223
8
+ - @backstage/backend-defaults@0.0.0-nightly-20250929024130
9
+ - @backstage/config@0.0.0-nightly-20250929024130
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20250929024130
11
11
  - @backstage/catalog-model@1.7.5
12
12
  - @backstage/cli-common@0.1.15
13
13
 
@@ -1456,105 +1456,6 @@
1456
1456
  },
1457
1457
  "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1458
1458
  },
1459
- {
1460
- "path": "../backend-app-api/config.d.ts",
1461
- "value": {
1462
- "type": "object",
1463
- "properties": {
1464
- "backend": {
1465
- "type": "object",
1466
- "properties": {
1467
- "packages": {
1468
- "description": "Used by the feature discovery service",
1469
- "anyOf": [
1470
- {
1471
- "type": "object",
1472
- "properties": {
1473
- "include": {
1474
- "type": "array",
1475
- "items": {
1476
- "type": "string"
1477
- }
1478
- },
1479
- "exclude": {
1480
- "type": "array",
1481
- "items": {
1482
- "type": "string"
1483
- }
1484
- }
1485
- }
1486
- },
1487
- {
1488
- "const": "all",
1489
- "type": "string"
1490
- }
1491
- ]
1492
- },
1493
- "startup": {
1494
- "type": "object",
1495
- "properties": {
1496
- "default": {
1497
- "type": "object",
1498
- "properties": {
1499
- "onPluginBootFailure": {
1500
- "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.",
1501
- "enum": [
1502
- "abort",
1503
- "continue"
1504
- ],
1505
- "type": "string"
1506
- },
1507
- "onPluginModuleBootFailure": {
1508
- "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.",
1509
- "enum": [
1510
- "abort",
1511
- "continue"
1512
- ],
1513
- "type": "string"
1514
- }
1515
- }
1516
- },
1517
- "plugins": {
1518
- "type": "object",
1519
- "additionalProperties": {
1520
- "type": "object",
1521
- "properties": {
1522
- "onPluginBootFailure": {
1523
- "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).",
1524
- "enum": [
1525
- "abort",
1526
- "continue"
1527
- ],
1528
- "type": "string"
1529
- },
1530
- "modules": {
1531
- "type": "object",
1532
- "additionalProperties": {
1533
- "type": "object",
1534
- "properties": {
1535
- "onPluginModuleBootFailure": {
1536
- "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).",
1537
- "enum": [
1538
- "abort",
1539
- "continue"
1540
- ],
1541
- "type": "string"
1542
- }
1543
- }
1544
- }
1545
- }
1546
- }
1547
- }
1548
- }
1549
- }
1550
- }
1551
- }
1552
- }
1553
- },
1554
- "$schema": "http://json-schema.org/draft-07/schema#"
1555
- },
1556
- "packageName": "@backstage/backend-app-api"
1557
- },
1558
1459
  {
1559
1460
  "path": "../backend-defaults/config.d.ts",
1560
1461
  "value": {
@@ -3127,30 +3028,6 @@
3127
3028
  },
3128
3029
  "packageName": "@backstage/backend-defaults"
3129
3030
  },
3130
- {
3131
- "path": "../../plugins/events-node/config.d.ts",
3132
- "value": {
3133
- "type": "object",
3134
- "properties": {
3135
- "events": {
3136
- "type": "object",
3137
- "properties": {
3138
- "useEventBus": {
3139
- "description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
3140
- "enum": [
3141
- "always",
3142
- "auto",
3143
- "never"
3144
- ],
3145
- "type": "string"
3146
- }
3147
- }
3148
- }
3149
- },
3150
- "$schema": "http://json-schema.org/draft-07/schema#"
3151
- },
3152
- "packageName": "@backstage/plugin-events-node"
3153
- },
3154
3031
  {
3155
3032
  "path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
3156
3033
  "value": {
@@ -3275,6 +3152,129 @@
3275
3152
  },
3276
3153
  "packageName": "@backstage/plugin-auth-backend-module-google-provider"
3277
3154
  },
3155
+ {
3156
+ "path": "../../plugins/events-node/config.d.ts",
3157
+ "value": {
3158
+ "type": "object",
3159
+ "properties": {
3160
+ "events": {
3161
+ "type": "object",
3162
+ "properties": {
3163
+ "useEventBus": {
3164
+ "description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
3165
+ "enum": [
3166
+ "always",
3167
+ "auto",
3168
+ "never"
3169
+ ],
3170
+ "type": "string"
3171
+ }
3172
+ }
3173
+ }
3174
+ },
3175
+ "$schema": "http://json-schema.org/draft-07/schema#"
3176
+ },
3177
+ "packageName": "@backstage/plugin-events-node"
3178
+ },
3179
+ {
3180
+ "path": "../backend-app-api/config.d.ts",
3181
+ "value": {
3182
+ "type": "object",
3183
+ "properties": {
3184
+ "backend": {
3185
+ "type": "object",
3186
+ "properties": {
3187
+ "packages": {
3188
+ "description": "Used by the feature discovery service",
3189
+ "anyOf": [
3190
+ {
3191
+ "type": "object",
3192
+ "properties": {
3193
+ "include": {
3194
+ "type": "array",
3195
+ "items": {
3196
+ "type": "string"
3197
+ }
3198
+ },
3199
+ "exclude": {
3200
+ "type": "array",
3201
+ "items": {
3202
+ "type": "string"
3203
+ }
3204
+ }
3205
+ }
3206
+ },
3207
+ {
3208
+ "const": "all",
3209
+ "type": "string"
3210
+ }
3211
+ ]
3212
+ },
3213
+ "startup": {
3214
+ "type": "object",
3215
+ "properties": {
3216
+ "default": {
3217
+ "type": "object",
3218
+ "properties": {
3219
+ "onPluginBootFailure": {
3220
+ "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.",
3221
+ "enum": [
3222
+ "abort",
3223
+ "continue"
3224
+ ],
3225
+ "type": "string"
3226
+ },
3227
+ "onPluginModuleBootFailure": {
3228
+ "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.",
3229
+ "enum": [
3230
+ "abort",
3231
+ "continue"
3232
+ ],
3233
+ "type": "string"
3234
+ }
3235
+ }
3236
+ },
3237
+ "plugins": {
3238
+ "type": "object",
3239
+ "additionalProperties": {
3240
+ "type": "object",
3241
+ "properties": {
3242
+ "onPluginBootFailure": {
3243
+ "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).",
3244
+ "enum": [
3245
+ "abort",
3246
+ "continue"
3247
+ ],
3248
+ "type": "string"
3249
+ },
3250
+ "modules": {
3251
+ "type": "object",
3252
+ "additionalProperties": {
3253
+ "type": "object",
3254
+ "properties": {
3255
+ "onPluginModuleBootFailure": {
3256
+ "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).",
3257
+ "enum": [
3258
+ "abort",
3259
+ "continue"
3260
+ ],
3261
+ "type": "string"
3262
+ }
3263
+ }
3264
+ }
3265
+ }
3266
+ }
3267
+ }
3268
+ }
3269
+ }
3270
+ }
3271
+ }
3272
+ }
3273
+ },
3274
+ "$schema": "http://json-schema.org/draft-07/schema#"
3275
+ },
3276
+ "packageName": "@backstage/backend-app-api"
3277
+ },
3278
3278
  {
3279
3279
  "path": "../integration-aws-node/config.d.ts",
3280
3280
  "value": {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20250928024223";
3
+ var version = "0.0.0-nightly-20250929024130";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
- "version": "0.0.0-nightly-20250928024223",
3
+ "version": "0.0.0-nightly-20250929024130",
4
4
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -44,11 +44,11 @@
44
44
  "watch": "./src"
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/backend-defaults": "0.0.0-nightly-20250928024223",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250929024130",
48
48
  "@backstage/catalog-model": "1.7.5",
49
49
  "@backstage/cli-common": "0.1.15",
50
- "@backstage/config": "0.0.0-nightly-20250928024223",
51
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250928024223",
50
+ "@backstage/config": "0.0.0-nightly-20250929024130",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250929024130",
52
52
  "commander": "^12.0.0",
53
53
  "fs-extra": "^11.0.0",
54
54
  "global-agent": "^3.0.0",
@@ -58,7 +58,7 @@
58
58
  "winston": "^3.2.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/cli": "0.0.0-nightly-20250928024223",
61
+ "@backstage/cli": "0.0.0-nightly-20250929024130",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",