@techdocs/cli 0.0.0-nightly-20250328023613 → 0.0.0-nightly-20250329023427
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,12 +1,12 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250329023427
|
|
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-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250329023427
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250329023427
|
|
10
10
|
- @backstage/catalog-model@1.7.3
|
|
11
11
|
- @backstage/cli-common@0.1.15
|
|
12
12
|
- @backstage/config@1.3.2
|
|
@@ -354,6 +354,52 @@
|
|
|
354
354
|
},
|
|
355
355
|
"packageName": "@backstage/core-app-api"
|
|
356
356
|
},
|
|
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
|
+
"packageName": "@backstage/core-components"
|
|
402
|
+
},
|
|
357
403
|
{
|
|
358
404
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
359
405
|
"value": {
|
|
@@ -1034,52 +1080,6 @@
|
|
|
1034
1080
|
},
|
|
1035
1081
|
"packageName": "@backstage/plugin-catalog"
|
|
1036
1082
|
},
|
|
1037
|
-
{
|
|
1038
|
-
"path": "../core-components/config.d.ts",
|
|
1039
|
-
"value": {
|
|
1040
|
-
"type": "object",
|
|
1041
|
-
"properties": {
|
|
1042
|
-
"auth": {
|
|
1043
|
-
"type": "object",
|
|
1044
|
-
"properties": {
|
|
1045
|
-
"autologout": {
|
|
1046
|
-
"description": "Autologout feature configuration",
|
|
1047
|
-
"type": "object",
|
|
1048
|
-
"properties": {
|
|
1049
|
-
"enabled": {
|
|
1050
|
-
"description": "Enable or disable the autologout feature",
|
|
1051
|
-
"visibility": "frontend",
|
|
1052
|
-
"type": "boolean"
|
|
1053
|
-
},
|
|
1054
|
-
"idleTimeoutMinutes": {
|
|
1055
|
-
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
1056
|
-
"visibility": "frontend",
|
|
1057
|
-
"type": "number"
|
|
1058
|
-
},
|
|
1059
|
-
"promptBeforeIdleSeconds": {
|
|
1060
|
-
"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.",
|
|
1061
|
-
"visibility": "frontend",
|
|
1062
|
-
"type": "number"
|
|
1063
|
-
},
|
|
1064
|
-
"useWorkerTimers": {
|
|
1065
|
-
"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.",
|
|
1066
|
-
"visibility": "frontend",
|
|
1067
|
-
"type": "boolean"
|
|
1068
|
-
},
|
|
1069
|
-
"logoutIfDisconnected": {
|
|
1070
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
1071
|
-
"visibility": "frontend",
|
|
1072
|
-
"type": "boolean"
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1080
|
-
},
|
|
1081
|
-
"packageName": "@backstage/core-components"
|
|
1082
|
-
},
|
|
1083
1083
|
{
|
|
1084
1084
|
"path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
|
|
1085
1085
|
"value": {
|
|
@@ -3803,7 +3803,7 @@
|
|
|
3803
3803
|
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
3804
3804
|
},
|
|
3805
3805
|
{
|
|
3806
|
-
"path": "../../plugins/auth-backend-module-
|
|
3806
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
3807
3807
|
"value": {
|
|
3808
3808
|
"type": "object",
|
|
3809
3809
|
"properties": {
|
|
@@ -3813,7 +3813,7 @@
|
|
|
3813
3813
|
"providers": {
|
|
3814
3814
|
"type": "object",
|
|
3815
3815
|
"properties": {
|
|
3816
|
-
"
|
|
3816
|
+
"okta": {
|
|
3817
3817
|
"visibility": "frontend",
|
|
3818
3818
|
"type": "object",
|
|
3819
3819
|
"additionalProperties": {
|
|
@@ -3826,16 +3826,16 @@
|
|
|
3826
3826
|
"visibility": "secret",
|
|
3827
3827
|
"type": "string"
|
|
3828
3828
|
},
|
|
3829
|
-
"
|
|
3829
|
+
"audience": {
|
|
3830
3830
|
"type": "string"
|
|
3831
3831
|
},
|
|
3832
|
-
"
|
|
3832
|
+
"authServerId": {
|
|
3833
3833
|
"type": "string"
|
|
3834
3834
|
},
|
|
3835
|
-
"
|
|
3835
|
+
"idp": {
|
|
3836
3836
|
"type": "string"
|
|
3837
3837
|
},
|
|
3838
|
-
"
|
|
3838
|
+
"callbackUrl": {
|
|
3839
3839
|
"type": "string"
|
|
3840
3840
|
},
|
|
3841
3841
|
"additionalScopes": {
|
|
@@ -3851,10 +3851,6 @@
|
|
|
3851
3851
|
}
|
|
3852
3852
|
]
|
|
3853
3853
|
},
|
|
3854
|
-
"prompt": {
|
|
3855
|
-
"type": "string"
|
|
3856
|
-
},
|
|
3857
|
-
"timeout": {},
|
|
3858
3854
|
"signIn": {
|
|
3859
3855
|
"type": "object",
|
|
3860
3856
|
"properties": {
|
|
@@ -3862,6 +3858,18 @@
|
|
|
3862
3858
|
"type": "array",
|
|
3863
3859
|
"items": {
|
|
3864
3860
|
"anyOf": [
|
|
3861
|
+
{
|
|
3862
|
+
"type": "object",
|
|
3863
|
+
"properties": {
|
|
3864
|
+
"resolver": {
|
|
3865
|
+
"type": "string",
|
|
3866
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3867
|
+
}
|
|
3868
|
+
},
|
|
3869
|
+
"required": [
|
|
3870
|
+
"resolver"
|
|
3871
|
+
]
|
|
3872
|
+
},
|
|
3865
3873
|
{
|
|
3866
3874
|
"type": "object",
|
|
3867
3875
|
"properties": {
|
|
@@ -3904,8 +3912,7 @@
|
|
|
3904
3912
|
},
|
|
3905
3913
|
"required": [
|
|
3906
3914
|
"clientId",
|
|
3907
|
-
"clientSecret"
|
|
3908
|
-
"metadataUrl"
|
|
3915
|
+
"clientSecret"
|
|
3909
3916
|
]
|
|
3910
3917
|
}
|
|
3911
3918
|
}
|
|
@@ -3916,10 +3923,10 @@
|
|
|
3916
3923
|
},
|
|
3917
3924
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3918
3925
|
},
|
|
3919
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3926
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
3920
3927
|
},
|
|
3921
3928
|
{
|
|
3922
|
-
"path": "../../plugins/auth-backend-module-
|
|
3929
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
3923
3930
|
"value": {
|
|
3924
3931
|
"type": "object",
|
|
3925
3932
|
"properties": {
|
|
@@ -3929,7 +3936,7 @@
|
|
|
3929
3936
|
"providers": {
|
|
3930
3937
|
"type": "object",
|
|
3931
3938
|
"properties": {
|
|
3932
|
-
"
|
|
3939
|
+
"oidc": {
|
|
3933
3940
|
"visibility": "frontend",
|
|
3934
3941
|
"type": "object",
|
|
3935
3942
|
"additionalProperties": {
|
|
@@ -3942,16 +3949,16 @@
|
|
|
3942
3949
|
"visibility": "secret",
|
|
3943
3950
|
"type": "string"
|
|
3944
3951
|
},
|
|
3945
|
-
"
|
|
3952
|
+
"metadataUrl": {
|
|
3946
3953
|
"type": "string"
|
|
3947
3954
|
},
|
|
3948
|
-
"
|
|
3955
|
+
"callbackUrl": {
|
|
3949
3956
|
"type": "string"
|
|
3950
3957
|
},
|
|
3951
|
-
"
|
|
3958
|
+
"tokenEndpointAuthMethod": {
|
|
3952
3959
|
"type": "string"
|
|
3953
3960
|
},
|
|
3954
|
-
"
|
|
3961
|
+
"tokenSignedResponseAlg": {
|
|
3955
3962
|
"type": "string"
|
|
3956
3963
|
},
|
|
3957
3964
|
"additionalScopes": {
|
|
@@ -3967,6 +3974,10 @@
|
|
|
3967
3974
|
}
|
|
3968
3975
|
]
|
|
3969
3976
|
},
|
|
3977
|
+
"prompt": {
|
|
3978
|
+
"type": "string"
|
|
3979
|
+
},
|
|
3980
|
+
"timeout": {},
|
|
3970
3981
|
"signIn": {
|
|
3971
3982
|
"type": "object",
|
|
3972
3983
|
"properties": {
|
|
@@ -3974,18 +3985,6 @@
|
|
|
3974
3985
|
"type": "array",
|
|
3975
3986
|
"items": {
|
|
3976
3987
|
"anyOf": [
|
|
3977
|
-
{
|
|
3978
|
-
"type": "object",
|
|
3979
|
-
"properties": {
|
|
3980
|
-
"resolver": {
|
|
3981
|
-
"type": "string",
|
|
3982
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3983
|
-
}
|
|
3984
|
-
},
|
|
3985
|
-
"required": [
|
|
3986
|
-
"resolver"
|
|
3987
|
-
]
|
|
3988
|
-
},
|
|
3989
3988
|
{
|
|
3990
3989
|
"type": "object",
|
|
3991
3990
|
"properties": {
|
|
@@ -4028,7 +4027,8 @@
|
|
|
4028
4027
|
},
|
|
4029
4028
|
"required": [
|
|
4030
4029
|
"clientId",
|
|
4031
|
-
"clientSecret"
|
|
4030
|
+
"clientSecret",
|
|
4031
|
+
"metadataUrl"
|
|
4032
4032
|
]
|
|
4033
4033
|
}
|
|
4034
4034
|
}
|
|
@@ -4039,7 +4039,7 @@
|
|
|
4039
4039
|
},
|
|
4040
4040
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4041
4041
|
},
|
|
4042
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4042
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
4043
4043
|
},
|
|
4044
4044
|
{
|
|
4045
4045
|
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
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-20250329023427",
|
|
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-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20250329023427",
|
|
48
48
|
"@backstage/catalog-model": "1.7.3",
|
|
49
49
|
"@backstage/cli-common": "0.1.15",
|
|
50
50
|
"@backstage/config": "1.3.2",
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20250329023427",
|
|
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-20250329023427",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|