@techdocs/cli 0.0.0-nightly-20240302020838 → 0.0.0-nightly-20240303021152
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 +5 -5
- package/dist/embedded-app/.config-schema.json +45 -45
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240303021152
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
9
|
-
- @backstage/config@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
11
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-common@0.0.0-nightly-20240303021152
|
|
9
|
+
- @backstage/config@0.0.0-nightly-20240303021152
|
|
10
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240303021152
|
|
11
|
+
- @backstage/catalog-model@0.0.0-nightly-20240303021152
|
|
12
12
|
- @backstage/cli-common@0.1.13
|
|
13
13
|
|
|
14
14
|
## 1.8.5-next.0
|
|
@@ -371,51 +371,6 @@
|
|
|
371
371
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
372
372
|
}
|
|
373
373
|
},
|
|
374
|
-
{
|
|
375
|
-
"path": "../core-components/config.d.ts",
|
|
376
|
-
"value": {
|
|
377
|
-
"type": "object",
|
|
378
|
-
"properties": {
|
|
379
|
-
"auth": {
|
|
380
|
-
"type": "object",
|
|
381
|
-
"properties": {
|
|
382
|
-
"autologout": {
|
|
383
|
-
"description": "Autologout feature configuration",
|
|
384
|
-
"type": "object",
|
|
385
|
-
"properties": {
|
|
386
|
-
"enabled": {
|
|
387
|
-
"description": "Enable or disable the autologout feature",
|
|
388
|
-
"visibility": "frontend",
|
|
389
|
-
"type": "boolean"
|
|
390
|
-
},
|
|
391
|
-
"idleTimeoutMinutes": {
|
|
392
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
393
|
-
"visibility": "frontend",
|
|
394
|
-
"type": "number"
|
|
395
|
-
},
|
|
396
|
-
"promptBeforeIdleSeconds": {
|
|
397
|
-
"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.",
|
|
398
|
-
"visibility": "frontend",
|
|
399
|
-
"type": "number"
|
|
400
|
-
},
|
|
401
|
-
"useWorkerTimers": {
|
|
402
|
-
"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.",
|
|
403
|
-
"visibility": "frontend",
|
|
404
|
-
"type": "boolean"
|
|
405
|
-
},
|
|
406
|
-
"logoutIfDisconnected": {
|
|
407
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
408
|
-
"visibility": "frontend",
|
|
409
|
-
"type": "boolean"
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
},
|
|
416
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
374
|
{
|
|
420
375
|
"path": "../integration/config.d.ts",
|
|
421
376
|
"value": {
|
|
@@ -828,6 +783,51 @@
|
|
|
828
783
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
829
784
|
}
|
|
830
785
|
},
|
|
786
|
+
{
|
|
787
|
+
"path": "../core-components/config.d.ts",
|
|
788
|
+
"value": {
|
|
789
|
+
"type": "object",
|
|
790
|
+
"properties": {
|
|
791
|
+
"auth": {
|
|
792
|
+
"type": "object",
|
|
793
|
+
"properties": {
|
|
794
|
+
"autologout": {
|
|
795
|
+
"description": "Autologout feature configuration",
|
|
796
|
+
"type": "object",
|
|
797
|
+
"properties": {
|
|
798
|
+
"enabled": {
|
|
799
|
+
"description": "Enable or disable the autologout feature",
|
|
800
|
+
"visibility": "frontend",
|
|
801
|
+
"type": "boolean"
|
|
802
|
+
},
|
|
803
|
+
"idleTimeoutMinutes": {
|
|
804
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
805
|
+
"visibility": "frontend",
|
|
806
|
+
"type": "number"
|
|
807
|
+
},
|
|
808
|
+
"promptBeforeIdleSeconds": {
|
|
809
|
+
"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.",
|
|
810
|
+
"visibility": "frontend",
|
|
811
|
+
"type": "number"
|
|
812
|
+
},
|
|
813
|
+
"useWorkerTimers": {
|
|
814
|
+
"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.",
|
|
815
|
+
"visibility": "frontend",
|
|
816
|
+
"type": "boolean"
|
|
817
|
+
},
|
|
818
|
+
"logoutIfDisconnected": {
|
|
819
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
820
|
+
"visibility": "frontend",
|
|
821
|
+
"type": "boolean"
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
831
|
{
|
|
832
832
|
"path": "../../plugins/catalog/config.d.ts",
|
|
833
833
|
"value": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
3
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240303021152",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"techdocs-cli": "bin/techdocs-cli"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
38
|
+
"@backstage/cli": "^0.0.0-nightly-20240303021152",
|
|
39
39
|
"@types/commander": "^2.12.2",
|
|
40
40
|
"@types/fs-extra": "^11.0.0",
|
|
41
41
|
"@types/http-proxy": "^1.17.4",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"ext": "ts"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
61
|
-
"@backstage/catalog-model": "^0.0.0-nightly-
|
|
60
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240303021152",
|
|
61
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20240303021152",
|
|
62
62
|
"@backstage/cli-common": "^0.1.13",
|
|
63
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
64
|
-
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-
|
|
63
|
+
"@backstage/config": "^0.0.0-nightly-20240303021152",
|
|
64
|
+
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240303021152",
|
|
65
65
|
"@types/dockerode": "^3.3.0",
|
|
66
66
|
"commander": "^12.0.0",
|
|
67
67
|
"dockerode": "^4.0.0",
|