@techdocs/cli 0.0.0-nightly-20250410023923 → 0.0.0-nightly-20250412023523
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 +3 -3
- package/dist/embedded-app/.config-schema.json +111 -111
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250412023523
|
|
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-20250412023523
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250412023523
|
|
10
10
|
- @backstage/catalog-model@1.7.3
|
|
11
11
|
- @backstage/cli-common@0.1.15
|
|
12
12
|
- @backstage/config@1.3.2
|
|
@@ -354,52 +354,6 @@
|
|
|
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
|
-
},
|
|
403
357
|
{
|
|
404
358
|
"path": "../../plugins/techdocs/config.d.ts",
|
|
405
359
|
"value": {
|
|
@@ -456,6 +410,52 @@
|
|
|
456
410
|
},
|
|
457
411
|
"packageName": "@backstage/plugin-techdocs"
|
|
458
412
|
},
|
|
413
|
+
{
|
|
414
|
+
"path": "../core-components/config.d.ts",
|
|
415
|
+
"value": {
|
|
416
|
+
"type": "object",
|
|
417
|
+
"properties": {
|
|
418
|
+
"auth": {
|
|
419
|
+
"type": "object",
|
|
420
|
+
"properties": {
|
|
421
|
+
"autologout": {
|
|
422
|
+
"description": "Autologout feature configuration",
|
|
423
|
+
"type": "object",
|
|
424
|
+
"properties": {
|
|
425
|
+
"enabled": {
|
|
426
|
+
"description": "Enable or disable the autologout feature",
|
|
427
|
+
"visibility": "frontend",
|
|
428
|
+
"type": "boolean"
|
|
429
|
+
},
|
|
430
|
+
"idleTimeoutMinutes": {
|
|
431
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
432
|
+
"visibility": "frontend",
|
|
433
|
+
"type": "number"
|
|
434
|
+
},
|
|
435
|
+
"promptBeforeIdleSeconds": {
|
|
436
|
+
"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.",
|
|
437
|
+
"visibility": "frontend",
|
|
438
|
+
"type": "number"
|
|
439
|
+
},
|
|
440
|
+
"useWorkerTimers": {
|
|
441
|
+
"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.",
|
|
442
|
+
"visibility": "frontend",
|
|
443
|
+
"type": "boolean"
|
|
444
|
+
},
|
|
445
|
+
"logoutIfDisconnected": {
|
|
446
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
447
|
+
"visibility": "frontend",
|
|
448
|
+
"type": "boolean"
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
456
|
+
},
|
|
457
|
+
"packageName": "@backstage/core-components"
|
|
458
|
+
},
|
|
459
459
|
{
|
|
460
460
|
"path": "../integration/config.d.ts",
|
|
461
461
|
"value": {
|
|
@@ -3945,7 +3945,7 @@
|
|
|
3945
3945
|
"packageName": "@backstage/plugin-auth-backend-module-gcp-iap-provider"
|
|
3946
3946
|
},
|
|
3947
3947
|
{
|
|
3948
|
-
"path": "../../plugins/auth-backend-module-
|
|
3948
|
+
"path": "../../plugins/auth-backend-module-github-provider/config.d.ts",
|
|
3949
3949
|
"value": {
|
|
3950
3950
|
"type": "object",
|
|
3951
3951
|
"properties": {
|
|
@@ -3955,7 +3955,7 @@
|
|
|
3955
3955
|
"providers": {
|
|
3956
3956
|
"type": "object",
|
|
3957
3957
|
"properties": {
|
|
3958
|
-
"
|
|
3958
|
+
"github": {
|
|
3959
3959
|
"visibility": "frontend",
|
|
3960
3960
|
"type": "object",
|
|
3961
3961
|
"additionalProperties": {
|
|
@@ -3968,10 +3968,10 @@
|
|
|
3968
3968
|
"visibility": "secret",
|
|
3969
3969
|
"type": "string"
|
|
3970
3970
|
},
|
|
3971
|
-
"
|
|
3971
|
+
"callbackUrl": {
|
|
3972
3972
|
"type": "string"
|
|
3973
3973
|
},
|
|
3974
|
-
"
|
|
3974
|
+
"enterpriseInstanceUrl": {
|
|
3975
3975
|
"type": "string"
|
|
3976
3976
|
},
|
|
3977
3977
|
"additionalScopes": {
|
|
@@ -4059,10 +4059,10 @@
|
|
|
4059
4059
|
},
|
|
4060
4060
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4061
4061
|
},
|
|
4062
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4062
|
+
"packageName": "@backstage/plugin-auth-backend-module-github-provider"
|
|
4063
4063
|
},
|
|
4064
4064
|
{
|
|
4065
|
-
"path": "../../plugins/auth-backend-module-
|
|
4065
|
+
"path": "../../plugins/auth-backend-module-gitlab-provider/config.d.ts",
|
|
4066
4066
|
"value": {
|
|
4067
4067
|
"type": "object",
|
|
4068
4068
|
"properties": {
|
|
@@ -4072,7 +4072,7 @@
|
|
|
4072
4072
|
"providers": {
|
|
4073
4073
|
"type": "object",
|
|
4074
4074
|
"properties": {
|
|
4075
|
-
"
|
|
4075
|
+
"gitlab": {
|
|
4076
4076
|
"visibility": "frontend",
|
|
4077
4077
|
"type": "object",
|
|
4078
4078
|
"additionalProperties": {
|
|
@@ -4085,10 +4085,10 @@
|
|
|
4085
4085
|
"visibility": "secret",
|
|
4086
4086
|
"type": "string"
|
|
4087
4087
|
},
|
|
4088
|
-
"
|
|
4088
|
+
"audience": {
|
|
4089
4089
|
"type": "string"
|
|
4090
4090
|
},
|
|
4091
|
-
"
|
|
4091
|
+
"callbackUrl": {
|
|
4092
4092
|
"type": "string"
|
|
4093
4093
|
},
|
|
4094
4094
|
"additionalScopes": {
|
|
@@ -4176,7 +4176,7 @@
|
|
|
4176
4176
|
},
|
|
4177
4177
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4178
4178
|
},
|
|
4179
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4179
|
+
"packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
|
|
4180
4180
|
},
|
|
4181
4181
|
{
|
|
4182
4182
|
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
@@ -4559,7 +4559,7 @@
|
|
|
4559
4559
|
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
4560
4560
|
},
|
|
4561
4561
|
{
|
|
4562
|
-
"path": "../../plugins/auth-backend-module-
|
|
4562
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
4563
4563
|
"value": {
|
|
4564
4564
|
"type": "object",
|
|
4565
4565
|
"properties": {
|
|
@@ -4569,7 +4569,7 @@
|
|
|
4569
4569
|
"providers": {
|
|
4570
4570
|
"type": "object",
|
|
4571
4571
|
"properties": {
|
|
4572
|
-
"
|
|
4572
|
+
"oidc": {
|
|
4573
4573
|
"visibility": "frontend",
|
|
4574
4574
|
"type": "object",
|
|
4575
4575
|
"additionalProperties": {
|
|
@@ -4582,16 +4582,16 @@
|
|
|
4582
4582
|
"visibility": "secret",
|
|
4583
4583
|
"type": "string"
|
|
4584
4584
|
},
|
|
4585
|
-
"
|
|
4585
|
+
"metadataUrl": {
|
|
4586
4586
|
"type": "string"
|
|
4587
4587
|
},
|
|
4588
|
-
"
|
|
4588
|
+
"callbackUrl": {
|
|
4589
4589
|
"type": "string"
|
|
4590
4590
|
},
|
|
4591
|
-
"
|
|
4591
|
+
"tokenEndpointAuthMethod": {
|
|
4592
4592
|
"type": "string"
|
|
4593
4593
|
},
|
|
4594
|
-
"
|
|
4594
|
+
"tokenSignedResponseAlg": {
|
|
4595
4595
|
"type": "string"
|
|
4596
4596
|
},
|
|
4597
4597
|
"additionalScopes": {
|
|
@@ -4607,6 +4607,10 @@
|
|
|
4607
4607
|
}
|
|
4608
4608
|
]
|
|
4609
4609
|
},
|
|
4610
|
+
"prompt": {
|
|
4611
|
+
"type": "string"
|
|
4612
|
+
},
|
|
4613
|
+
"timeout": {},
|
|
4610
4614
|
"signIn": {
|
|
4611
4615
|
"type": "object",
|
|
4612
4616
|
"properties": {
|
|
@@ -4614,18 +4618,6 @@
|
|
|
4614
4618
|
"type": "array",
|
|
4615
4619
|
"items": {
|
|
4616
4620
|
"anyOf": [
|
|
4617
|
-
{
|
|
4618
|
-
"type": "object",
|
|
4619
|
-
"properties": {
|
|
4620
|
-
"resolver": {
|
|
4621
|
-
"type": "string",
|
|
4622
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
4623
|
-
}
|
|
4624
|
-
},
|
|
4625
|
-
"required": [
|
|
4626
|
-
"resolver"
|
|
4627
|
-
]
|
|
4628
|
-
},
|
|
4629
4621
|
{
|
|
4630
4622
|
"type": "object",
|
|
4631
4623
|
"properties": {
|
|
@@ -4668,7 +4660,8 @@
|
|
|
4668
4660
|
},
|
|
4669
4661
|
"required": [
|
|
4670
4662
|
"clientId",
|
|
4671
|
-
"clientSecret"
|
|
4663
|
+
"clientSecret",
|
|
4664
|
+
"metadataUrl"
|
|
4672
4665
|
]
|
|
4673
4666
|
}
|
|
4674
4667
|
}
|
|
@@ -4679,10 +4672,10 @@
|
|
|
4679
4672
|
},
|
|
4680
4673
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4681
4674
|
},
|
|
4682
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4675
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
4683
4676
|
},
|
|
4684
4677
|
{
|
|
4685
|
-
"path": "../../plugins/auth-backend-module-
|
|
4678
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
4686
4679
|
"value": {
|
|
4687
4680
|
"type": "object",
|
|
4688
4681
|
"properties": {
|
|
@@ -4692,7 +4685,7 @@
|
|
|
4692
4685
|
"providers": {
|
|
4693
4686
|
"type": "object",
|
|
4694
4687
|
"properties": {
|
|
4695
|
-
"
|
|
4688
|
+
"okta": {
|
|
4696
4689
|
"visibility": "frontend",
|
|
4697
4690
|
"type": "object",
|
|
4698
4691
|
"additionalProperties": {
|
|
@@ -4705,12 +4698,31 @@
|
|
|
4705
4698
|
"visibility": "secret",
|
|
4706
4699
|
"type": "string"
|
|
4707
4700
|
},
|
|
4708
|
-
"
|
|
4701
|
+
"audience": {
|
|
4702
|
+
"type": "string"
|
|
4703
|
+
},
|
|
4704
|
+
"authServerId": {
|
|
4705
|
+
"type": "string"
|
|
4706
|
+
},
|
|
4707
|
+
"idp": {
|
|
4709
4708
|
"type": "string"
|
|
4710
4709
|
},
|
|
4711
4710
|
"callbackUrl": {
|
|
4712
4711
|
"type": "string"
|
|
4713
4712
|
},
|
|
4713
|
+
"additionalScopes": {
|
|
4714
|
+
"anyOf": [
|
|
4715
|
+
{
|
|
4716
|
+
"type": "array",
|
|
4717
|
+
"items": {
|
|
4718
|
+
"type": "string"
|
|
4719
|
+
}
|
|
4720
|
+
},
|
|
4721
|
+
{
|
|
4722
|
+
"type": "string"
|
|
4723
|
+
}
|
|
4724
|
+
]
|
|
4725
|
+
},
|
|
4714
4726
|
"signIn": {
|
|
4715
4727
|
"type": "object",
|
|
4716
4728
|
"properties": {
|
|
@@ -4723,7 +4735,7 @@
|
|
|
4723
4735
|
"properties": {
|
|
4724
4736
|
"resolver": {
|
|
4725
4737
|
"type": "string",
|
|
4726
|
-
"const": "
|
|
4738
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
4727
4739
|
}
|
|
4728
4740
|
},
|
|
4729
4741
|
"required": [
|
|
@@ -4772,8 +4784,7 @@
|
|
|
4772
4784
|
},
|
|
4773
4785
|
"required": [
|
|
4774
4786
|
"clientId",
|
|
4775
|
-
"clientSecret"
|
|
4776
|
-
"issuer"
|
|
4787
|
+
"clientSecret"
|
|
4777
4788
|
]
|
|
4778
4789
|
}
|
|
4779
4790
|
}
|
|
@@ -4784,10 +4795,10 @@
|
|
|
4784
4795
|
},
|
|
4785
4796
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4786
4797
|
},
|
|
4787
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4798
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
4788
4799
|
},
|
|
4789
4800
|
{
|
|
4790
|
-
"path": "../../plugins/auth-backend-module-
|
|
4801
|
+
"path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
|
|
4791
4802
|
"value": {
|
|
4792
4803
|
"type": "object",
|
|
4793
4804
|
"properties": {
|
|
@@ -4797,7 +4808,7 @@
|
|
|
4797
4808
|
"providers": {
|
|
4798
4809
|
"type": "object",
|
|
4799
4810
|
"properties": {
|
|
4800
|
-
"
|
|
4811
|
+
"onelogin": {
|
|
4801
4812
|
"visibility": "frontend",
|
|
4802
4813
|
"type": "object",
|
|
4803
4814
|
"additionalProperties": {
|
|
@@ -4810,35 +4821,12 @@
|
|
|
4810
4821
|
"visibility": "secret",
|
|
4811
4822
|
"type": "string"
|
|
4812
4823
|
},
|
|
4813
|
-
"
|
|
4824
|
+
"issuer": {
|
|
4814
4825
|
"type": "string"
|
|
4815
4826
|
},
|
|
4816
4827
|
"callbackUrl": {
|
|
4817
4828
|
"type": "string"
|
|
4818
4829
|
},
|
|
4819
|
-
"tokenEndpointAuthMethod": {
|
|
4820
|
-
"type": "string"
|
|
4821
|
-
},
|
|
4822
|
-
"tokenSignedResponseAlg": {
|
|
4823
|
-
"type": "string"
|
|
4824
|
-
},
|
|
4825
|
-
"additionalScopes": {
|
|
4826
|
-
"anyOf": [
|
|
4827
|
-
{
|
|
4828
|
-
"type": "array",
|
|
4829
|
-
"items": {
|
|
4830
|
-
"type": "string"
|
|
4831
|
-
}
|
|
4832
|
-
},
|
|
4833
|
-
{
|
|
4834
|
-
"type": "string"
|
|
4835
|
-
}
|
|
4836
|
-
]
|
|
4837
|
-
},
|
|
4838
|
-
"prompt": {
|
|
4839
|
-
"type": "string"
|
|
4840
|
-
},
|
|
4841
|
-
"timeout": {},
|
|
4842
4830
|
"signIn": {
|
|
4843
4831
|
"type": "object",
|
|
4844
4832
|
"properties": {
|
|
@@ -4846,6 +4834,18 @@
|
|
|
4846
4834
|
"type": "array",
|
|
4847
4835
|
"items": {
|
|
4848
4836
|
"anyOf": [
|
|
4837
|
+
{
|
|
4838
|
+
"type": "object",
|
|
4839
|
+
"properties": {
|
|
4840
|
+
"resolver": {
|
|
4841
|
+
"type": "string",
|
|
4842
|
+
"const": "usernameMatchingUserEntityName"
|
|
4843
|
+
}
|
|
4844
|
+
},
|
|
4845
|
+
"required": [
|
|
4846
|
+
"resolver"
|
|
4847
|
+
]
|
|
4848
|
+
},
|
|
4849
4849
|
{
|
|
4850
4850
|
"type": "object",
|
|
4851
4851
|
"properties": {
|
|
@@ -4889,7 +4889,7 @@
|
|
|
4889
4889
|
"required": [
|
|
4890
4890
|
"clientId",
|
|
4891
4891
|
"clientSecret",
|
|
4892
|
-
"
|
|
4892
|
+
"issuer"
|
|
4893
4893
|
]
|
|
4894
4894
|
}
|
|
4895
4895
|
}
|
|
@@ -4900,7 +4900,7 @@
|
|
|
4900
4900
|
},
|
|
4901
4901
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4902
4902
|
},
|
|
4903
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
4903
|
+
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4904
4904
|
},
|
|
4905
4905
|
{
|
|
4906
4906
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/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-20250412023523",
|
|
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-20250412023523",
|
|
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-20250412023523",
|
|
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-20250412023523",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|