@techdocs/cli 0.0.0-nightly-20251108024037 → 0.0.0-nightly-20251109024152

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,15 +1,15 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20251108024037
3
+ ## 0.0.0-nightly-20251109024152
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c2a2017: Fix for missing styles due to move to BUI.
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20251108024037
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20251108024037
11
- - @backstage/config@0.0.0-nightly-20251108024037
12
- - @backstage/catalog-model@0.0.0-nightly-20251108024037
9
+ - @backstage/backend-defaults@0.0.0-nightly-20251109024152
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20251109024152
11
+ - @backstage/config@0.0.0-nightly-20251109024152
12
+ - @backstage/catalog-model@0.0.0-nightly-20251109024152
13
13
  - @backstage/cli-common@0.1.15
14
14
 
15
15
  ## 1.10.1-next.0
@@ -358,52 +358,6 @@
358
358
  },
359
359
  "packageName": "@backstage/core-app-api"
360
360
  },
361
- {
362
- "path": "../core-components/config.d.ts",
363
- "value": {
364
- "type": "object",
365
- "properties": {
366
- "auth": {
367
- "type": "object",
368
- "properties": {
369
- "autologout": {
370
- "description": "Autologout feature configuration",
371
- "type": "object",
372
- "properties": {
373
- "enabled": {
374
- "description": "Enable or disable the autologout feature",
375
- "visibility": "frontend",
376
- "type": "boolean"
377
- },
378
- "idleTimeoutMinutes": {
379
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
380
- "visibility": "frontend",
381
- "type": "number"
382
- },
383
- "promptBeforeIdleSeconds": {
384
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
385
- "visibility": "frontend",
386
- "type": "number"
387
- },
388
- "useWorkerTimers": {
389
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
390
- "visibility": "frontend",
391
- "type": "boolean"
392
- },
393
- "logoutIfDisconnected": {
394
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
395
- "visibility": "frontend",
396
- "type": "boolean"
397
- }
398
- }
399
- }
400
- }
401
- }
402
- },
403
- "$schema": "http://json-schema.org/draft-07/schema#"
404
- },
405
- "packageName": "@backstage/core-components"
406
- },
407
361
  {
408
362
  "path": "../../plugins/techdocs/config.d.ts",
409
363
  "value": {
@@ -465,6 +419,52 @@
465
419
  },
466
420
  "packageName": "@backstage/plugin-techdocs"
467
421
  },
422
+ {
423
+ "path": "../core-components/config.d.ts",
424
+ "value": {
425
+ "type": "object",
426
+ "properties": {
427
+ "auth": {
428
+ "type": "object",
429
+ "properties": {
430
+ "autologout": {
431
+ "description": "Autologout feature configuration",
432
+ "type": "object",
433
+ "properties": {
434
+ "enabled": {
435
+ "description": "Enable or disable the autologout feature",
436
+ "visibility": "frontend",
437
+ "type": "boolean"
438
+ },
439
+ "idleTimeoutMinutes": {
440
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
441
+ "visibility": "frontend",
442
+ "type": "number"
443
+ },
444
+ "promptBeforeIdleSeconds": {
445
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
446
+ "visibility": "frontend",
447
+ "type": "number"
448
+ },
449
+ "useWorkerTimers": {
450
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
451
+ "visibility": "frontend",
452
+ "type": "boolean"
453
+ },
454
+ "logoutIfDisconnected": {
455
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
456
+ "visibility": "frontend",
457
+ "type": "boolean"
458
+ }
459
+ }
460
+ }
461
+ }
462
+ }
463
+ },
464
+ "$schema": "http://json-schema.org/draft-07/schema#"
465
+ },
466
+ "packageName": "@backstage/core-components"
467
+ },
468
468
  {
469
469
  "path": "../integration/config.d.ts",
470
470
  "value": {
@@ -1020,6 +1020,37 @@
1020
1020
  },
1021
1021
  "packageName": "@backstage/integration"
1022
1022
  },
1023
+ {
1024
+ "path": "../../plugins/catalog/config.d.ts",
1025
+ "value": {
1026
+ "type": "object",
1027
+ "properties": {
1028
+ "catalog": {
1029
+ "type": "object",
1030
+ "properties": {
1031
+ "experimentalPagination": {
1032
+ "deepVisibility": "frontend",
1033
+ "anyOf": [
1034
+ {
1035
+ "type": "object",
1036
+ "properties": {
1037
+ "limit": {
1038
+ "type": "number"
1039
+ }
1040
+ }
1041
+ },
1042
+ {
1043
+ "type": "boolean"
1044
+ }
1045
+ ]
1046
+ }
1047
+ }
1048
+ }
1049
+ },
1050
+ "$schema": "http://json-schema.org/draft-07/schema#"
1051
+ },
1052
+ "packageName": "@backstage/plugin-catalog"
1053
+ },
1023
1054
  {
1024
1055
  "path": "../frontend-app-api/config.d.ts",
1025
1056
  "value": {
@@ -1225,37 +1256,6 @@
1225
1256
  },
1226
1257
  "packageName": "@backstage/frontend-app-api"
1227
1258
  },
1228
- {
1229
- "path": "../../plugins/catalog/config.d.ts",
1230
- "value": {
1231
- "type": "object",
1232
- "properties": {
1233
- "catalog": {
1234
- "type": "object",
1235
- "properties": {
1236
- "experimentalPagination": {
1237
- "deepVisibility": "frontend",
1238
- "anyOf": [
1239
- {
1240
- "type": "object",
1241
- "properties": {
1242
- "limit": {
1243
- "type": "number"
1244
- }
1245
- }
1246
- },
1247
- {
1248
- "type": "boolean"
1249
- }
1250
- ]
1251
- }
1252
- }
1253
- }
1254
- },
1255
- "$schema": "http://json-schema.org/draft-07/schema#"
1256
- },
1257
- "packageName": "@backstage/plugin-catalog"
1258
- },
1259
1259
  {
1260
1260
  "path": "../backend-plugin-api/config.d.ts",
1261
1261
  "value": {
@@ -1477,103 +1477,28 @@
1477
1477
  "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1478
1478
  },
1479
1479
  {
1480
- "path": "../backend-app-api/config.d.ts",
1480
+ "path": "../../plugins/events-node/config.d.ts",
1481
1481
  "value": {
1482
1482
  "type": "object",
1483
1483
  "properties": {
1484
- "backend": {
1484
+ "events": {
1485
1485
  "type": "object",
1486
1486
  "properties": {
1487
- "packages": {
1488
- "description": "Used by the feature discovery service",
1489
- "anyOf": [
1490
- {
1491
- "type": "object",
1492
- "properties": {
1493
- "include": {
1494
- "type": "array",
1495
- "items": {
1496
- "type": "string"
1497
- }
1498
- },
1499
- "exclude": {
1500
- "type": "array",
1501
- "items": {
1502
- "type": "string"
1503
- }
1504
- }
1505
- }
1506
- },
1507
- {
1508
- "const": "all",
1509
- "type": "string"
1510
- }
1511
- ]
1512
- },
1513
- "startup": {
1514
- "type": "object",
1515
- "properties": {
1516
- "default": {
1517
- "type": "object",
1518
- "properties": {
1519
- "onPluginBootFailure": {
1520
- "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.",
1521
- "enum": [
1522
- "abort",
1523
- "continue"
1524
- ],
1525
- "type": "string"
1526
- },
1527
- "onPluginModuleBootFailure": {
1528
- "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.",
1529
- "enum": [
1530
- "abort",
1531
- "continue"
1532
- ],
1533
- "type": "string"
1534
- }
1535
- }
1536
- },
1537
- "plugins": {
1538
- "type": "object",
1539
- "additionalProperties": {
1540
- "type": "object",
1541
- "properties": {
1542
- "onPluginBootFailure": {
1543
- "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).",
1544
- "enum": [
1545
- "abort",
1546
- "continue"
1547
- ],
1548
- "type": "string"
1549
- },
1550
- "modules": {
1551
- "type": "object",
1552
- "additionalProperties": {
1553
- "type": "object",
1554
- "properties": {
1555
- "onPluginModuleBootFailure": {
1556
- "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).",
1557
- "enum": [
1558
- "abort",
1559
- "continue"
1560
- ],
1561
- "type": "string"
1562
- }
1563
- }
1564
- }
1565
- }
1566
- }
1567
- }
1568
- }
1569
- }
1487
+ "useEventBus": {
1488
+ "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.",
1489
+ "enum": [
1490
+ "always",
1491
+ "auto",
1492
+ "never"
1493
+ ],
1494
+ "type": "string"
1570
1495
  }
1571
1496
  }
1572
1497
  }
1573
1498
  },
1574
1499
  "$schema": "http://json-schema.org/draft-07/schema#"
1575
1500
  },
1576
- "packageName": "@backstage/backend-app-api"
1501
+ "packageName": "@backstage/plugin-events-node"
1577
1502
  },
1578
1503
  {
1579
1504
  "path": "../backend-defaults/config.d.ts",
@@ -3148,28 +3073,103 @@
3148
3073
  "packageName": "@backstage/backend-defaults"
3149
3074
  },
3150
3075
  {
3151
- "path": "../../plugins/events-node/config.d.ts",
3076
+ "path": "../backend-app-api/config.d.ts",
3152
3077
  "value": {
3153
3078
  "type": "object",
3154
3079
  "properties": {
3155
- "events": {
3080
+ "backend": {
3156
3081
  "type": "object",
3157
3082
  "properties": {
3158
- "useEventBus": {
3159
- "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.",
3160
- "enum": [
3161
- "always",
3162
- "auto",
3163
- "never"
3164
- ],
3165
- "type": "string"
3083
+ "packages": {
3084
+ "description": "Used by the feature discovery service",
3085
+ "anyOf": [
3086
+ {
3087
+ "type": "object",
3088
+ "properties": {
3089
+ "include": {
3090
+ "type": "array",
3091
+ "items": {
3092
+ "type": "string"
3093
+ }
3094
+ },
3095
+ "exclude": {
3096
+ "type": "array",
3097
+ "items": {
3098
+ "type": "string"
3099
+ }
3100
+ }
3101
+ }
3102
+ },
3103
+ {
3104
+ "const": "all",
3105
+ "type": "string"
3106
+ }
3107
+ ]
3108
+ },
3109
+ "startup": {
3110
+ "type": "object",
3111
+ "properties": {
3112
+ "default": {
3113
+ "type": "object",
3114
+ "properties": {
3115
+ "onPluginBootFailure": {
3116
+ "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.",
3117
+ "enum": [
3118
+ "abort",
3119
+ "continue"
3120
+ ],
3121
+ "type": "string"
3122
+ },
3123
+ "onPluginModuleBootFailure": {
3124
+ "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.",
3125
+ "enum": [
3126
+ "abort",
3127
+ "continue"
3128
+ ],
3129
+ "type": "string"
3130
+ }
3131
+ }
3132
+ },
3133
+ "plugins": {
3134
+ "type": "object",
3135
+ "additionalProperties": {
3136
+ "type": "object",
3137
+ "properties": {
3138
+ "onPluginBootFailure": {
3139
+ "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).",
3140
+ "enum": [
3141
+ "abort",
3142
+ "continue"
3143
+ ],
3144
+ "type": "string"
3145
+ },
3146
+ "modules": {
3147
+ "type": "object",
3148
+ "additionalProperties": {
3149
+ "type": "object",
3150
+ "properties": {
3151
+ "onPluginModuleBootFailure": {
3152
+ "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).",
3153
+ "enum": [
3154
+ "abort",
3155
+ "continue"
3156
+ ],
3157
+ "type": "string"
3158
+ }
3159
+ }
3160
+ }
3161
+ }
3162
+ }
3163
+ }
3164
+ }
3165
+ }
3166
3166
  }
3167
3167
  }
3168
3168
  }
3169
3169
  },
3170
3170
  "$schema": "http://json-schema.org/draft-07/schema#"
3171
3171
  },
3172
- "packageName": "@backstage/plugin-events-node"
3172
+ "packageName": "@backstage/backend-app-api"
3173
3173
  },
3174
3174
  {
3175
3175
  "path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20251108024037";
3
+ var version = "0.0.0-nightly-20251109024152";
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-20251108024037",
3
+ "version": "0.0.0-nightly-20251109024152",
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-20251108024037",
48
- "@backstage/catalog-model": "0.0.0-nightly-20251108024037",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20251109024152",
48
+ "@backstage/catalog-model": "0.0.0-nightly-20251109024152",
49
49
  "@backstage/cli-common": "0.1.15",
50
- "@backstage/config": "0.0.0-nightly-20251108024037",
51
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20251108024037",
50
+ "@backstage/config": "0.0.0-nightly-20251109024152",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20251109024152",
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-20251108024037",
61
+ "@backstage/cli": "0.0.0-nightly-20251109024152",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",