@techdocs/cli 0.0.0-nightly-20241215023758 → 0.0.0-nightly-20241216023741
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-
|
|
3
|
+
## 0.0.0-nightly-20241216023741
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
10
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20241216023741
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20241216023741
|
|
10
|
+
- @backstage/catalog-model@0.0.0-nightly-20241216023741
|
|
11
11
|
- @backstage/cli-common@0.1.15
|
|
12
|
-
- @backstage/config@0.0.0-nightly-
|
|
12
|
+
- @backstage/config@0.0.0-nightly-20241216023741
|
|
13
13
|
|
|
14
14
|
## 1.8.24-next.2
|
|
15
15
|
|
|
@@ -105,26 +105,6 @@
|
|
|
105
105
|
},
|
|
106
106
|
"path": "../cli/package.json"
|
|
107
107
|
},
|
|
108
|
-
{
|
|
109
|
-
"path": "../../plugins/permission-common/config.d.ts",
|
|
110
|
-
"value": {
|
|
111
|
-
"type": "object",
|
|
112
|
-
"properties": {
|
|
113
|
-
"permission": {
|
|
114
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
115
|
-
"type": "object",
|
|
116
|
-
"properties": {
|
|
117
|
-
"enabled": {
|
|
118
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
119
|
-
"visibility": "frontend",
|
|
120
|
-
"type": "boolean"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
108
|
{
|
|
129
109
|
"path": "../core-app-api/config.d.ts",
|
|
130
110
|
"value": {
|
|
@@ -354,51 +334,6 @@
|
|
|
354
334
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
355
335
|
}
|
|
356
336
|
},
|
|
357
|
-
{
|
|
358
|
-
"path": "../core-components/config.d.ts",
|
|
359
|
-
"value": {
|
|
360
|
-
"type": "object",
|
|
361
|
-
"properties": {
|
|
362
|
-
"auth": {
|
|
363
|
-
"type": "object",
|
|
364
|
-
"properties": {
|
|
365
|
-
"autologout": {
|
|
366
|
-
"description": "Autologout feature configuration",
|
|
367
|
-
"type": "object",
|
|
368
|
-
"properties": {
|
|
369
|
-
"enabled": {
|
|
370
|
-
"description": "Enable or disable the autologout feature",
|
|
371
|
-
"visibility": "frontend",
|
|
372
|
-
"type": "boolean"
|
|
373
|
-
},
|
|
374
|
-
"idleTimeoutMinutes": {
|
|
375
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
376
|
-
"visibility": "frontend",
|
|
377
|
-
"type": "number"
|
|
378
|
-
},
|
|
379
|
-
"promptBeforeIdleSeconds": {
|
|
380
|
-
"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.",
|
|
381
|
-
"visibility": "frontend",
|
|
382
|
-
"type": "number"
|
|
383
|
-
},
|
|
384
|
-
"useWorkerTimers": {
|
|
385
|
-
"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.",
|
|
386
|
-
"visibility": "frontend",
|
|
387
|
-
"type": "boolean"
|
|
388
|
-
},
|
|
389
|
-
"logoutIfDisconnected": {
|
|
390
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
391
|
-
"visibility": "frontend",
|
|
392
|
-
"type": "boolean"
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
337
|
{
|
|
403
338
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
404
339
|
"value": {
|
|
@@ -454,6 +389,71 @@
|
|
|
454
389
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
455
390
|
}
|
|
456
391
|
},
|
|
392
|
+
{
|
|
393
|
+
"path": "../../plugins/permission-common/config.d.ts",
|
|
394
|
+
"value": {
|
|
395
|
+
"type": "object",
|
|
396
|
+
"properties": {
|
|
397
|
+
"permission": {
|
|
398
|
+
"description": "Configuration options for Backstage permissions and authorization",
|
|
399
|
+
"type": "object",
|
|
400
|
+
"properties": {
|
|
401
|
+
"enabled": {
|
|
402
|
+
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
403
|
+
"visibility": "frontend",
|
|
404
|
+
"type": "boolean"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"path": "../core-components/config.d.ts",
|
|
414
|
+
"value": {
|
|
415
|
+
"type": "object",
|
|
416
|
+
"properties": {
|
|
417
|
+
"auth": {
|
|
418
|
+
"type": "object",
|
|
419
|
+
"properties": {
|
|
420
|
+
"autologout": {
|
|
421
|
+
"description": "Autologout feature configuration",
|
|
422
|
+
"type": "object",
|
|
423
|
+
"properties": {
|
|
424
|
+
"enabled": {
|
|
425
|
+
"description": "Enable or disable the autologout feature",
|
|
426
|
+
"visibility": "frontend",
|
|
427
|
+
"type": "boolean"
|
|
428
|
+
},
|
|
429
|
+
"idleTimeoutMinutes": {
|
|
430
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
431
|
+
"visibility": "frontend",
|
|
432
|
+
"type": "number"
|
|
433
|
+
},
|
|
434
|
+
"promptBeforeIdleSeconds": {
|
|
435
|
+
"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.",
|
|
436
|
+
"visibility": "frontend",
|
|
437
|
+
"type": "number"
|
|
438
|
+
},
|
|
439
|
+
"useWorkerTimers": {
|
|
440
|
+
"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.",
|
|
441
|
+
"visibility": "frontend",
|
|
442
|
+
"type": "boolean"
|
|
443
|
+
},
|
|
444
|
+
"logoutIfDisconnected": {
|
|
445
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
446
|
+
"visibility": "frontend",
|
|
447
|
+
"type": "boolean"
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
457
|
{
|
|
458
458
|
"path": "../integration/config.d.ts",
|
|
459
459
|
"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-20241216023741",
|
|
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-
|
|
48
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20241216023741",
|
|
48
|
+
"@backstage/catalog-model": "0.0.0-nightly-20241216023741",
|
|
49
49
|
"@backstage/cli-common": "0.1.15",
|
|
50
|
-
"@backstage/config": "0.0.0-nightly-
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
50
|
+
"@backstage/config": "0.0.0-nightly-20241216023741",
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20241216023741",
|
|
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-
|
|
61
|
+
"@backstage/cli": "0.0.0-nightly-20241216023741",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|