@techdocs/cli 0.0.0-nightly-20250409023713 → 0.0.0-nightly-20250410023923

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-20250409023713
3
+ ## 0.0.0-nightly-20250410023923
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20250409023713
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20250409023713
8
+ - @backstage/backend-defaults@0.0.0-nightly-20250410023923
9
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20250410023923
10
10
  - @backstage/catalog-model@1.7.3
11
11
  - @backstage/cli-common@0.1.15
12
12
  - @backstage/config@1.3.2
@@ -1166,52 +1166,6 @@
1166
1166
  },
1167
1167
  "packageName": "@backstage/backend-plugin-api"
1168
1168
  },
1169
- {
1170
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1171
- "value": {
1172
- "type": "object",
1173
- "properties": {
1174
- "auth": {
1175
- "description": "Configuration options for the auth plugin",
1176
- "type": "object",
1177
- "properties": {
1178
- "providers": {
1179
- "type": "object",
1180
- "properties": {
1181
- "guest": {
1182
- "type": "object",
1183
- "properties": {
1184
- "userEntityRef": {
1185
- "description": "The entity reference to use for the guest user.",
1186
- "default": "user:development/guest",
1187
- "type": "string"
1188
- },
1189
- "ownershipEntityRefs": {
1190
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1191
- "default": "[userEntityRef]",
1192
- "type": "array",
1193
- "items": {
1194
- "type": "string"
1195
- }
1196
- },
1197
- "dangerouslyAllowOutsideDevelopment": {
1198
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1199
- "type": "boolean"
1200
- }
1201
- }
1202
- }
1203
- }
1204
- }
1205
- },
1206
- "required": [
1207
- "providers"
1208
- ]
1209
- }
1210
- },
1211
- "$schema": "http://json-schema.org/draft-07/schema#"
1212
- },
1213
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1214
- },
1215
1169
  {
1216
1170
  "path": "../../plugins/auth-backend/config.d.ts",
1217
1171
  "value": {
@@ -1470,6 +1424,52 @@
1470
1424
  },
1471
1425
  "packageName": "@backstage/plugin-auth-backend"
1472
1426
  },
1427
+ {
1428
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1429
+ "value": {
1430
+ "type": "object",
1431
+ "properties": {
1432
+ "auth": {
1433
+ "description": "Configuration options for the auth plugin",
1434
+ "type": "object",
1435
+ "properties": {
1436
+ "providers": {
1437
+ "type": "object",
1438
+ "properties": {
1439
+ "guest": {
1440
+ "type": "object",
1441
+ "properties": {
1442
+ "userEntityRef": {
1443
+ "description": "The entity reference to use for the guest user.",
1444
+ "default": "user:development/guest",
1445
+ "type": "string"
1446
+ },
1447
+ "ownershipEntityRefs": {
1448
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1449
+ "default": "[userEntityRef]",
1450
+ "type": "array",
1451
+ "items": {
1452
+ "type": "string"
1453
+ }
1454
+ },
1455
+ "dangerouslyAllowOutsideDevelopment": {
1456
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1457
+ "type": "boolean"
1458
+ }
1459
+ }
1460
+ }
1461
+ }
1462
+ }
1463
+ },
1464
+ "required": [
1465
+ "providers"
1466
+ ]
1467
+ }
1468
+ },
1469
+ "$schema": "http://json-schema.org/draft-07/schema#"
1470
+ },
1471
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1472
+ },
1473
1473
  {
1474
1474
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1475
1475
  "value": {
@@ -3572,54 +3572,6 @@
3572
3572
  },
3573
3573
  "packageName": "@backstage/plugin-auth-backend-module-auth0-provider"
3574
3574
  },
3575
- {
3576
- "path": "../../plugins/auth-backend-module-bitbucket-server-provider/config.d.ts",
3577
- "value": {
3578
- "type": "object",
3579
- "properties": {
3580
- "auth": {
3581
- "type": "object",
3582
- "properties": {
3583
- "providers": {
3584
- "type": "object",
3585
- "properties": {
3586
- "bitbucketServer": {
3587
- "visibility": "frontend",
3588
- "type": "object",
3589
- "additionalProperties": {
3590
- "type": "object",
3591
- "properties": {
3592
- "clientId": {
3593
- "type": "string"
3594
- },
3595
- "clientSecret": {
3596
- "visibility": "secret",
3597
- "type": "string"
3598
- },
3599
- "host": {
3600
- "type": "string"
3601
- },
3602
- "callbackUrl": {
3603
- "type": "string"
3604
- },
3605
- "sessionDuration": {}
3606
- },
3607
- "required": [
3608
- "clientId",
3609
- "clientSecret",
3610
- "host"
3611
- ]
3612
- }
3613
- }
3614
- }
3615
- }
3616
- }
3617
- }
3618
- },
3619
- "$schema": "http://json-schema.org/draft-07/schema#"
3620
- },
3621
- "packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
3622
- },
3623
3575
  {
3624
3576
  "path": "../../plugins/auth-backend-module-bitbucket-provider/config.d.ts",
3625
3577
  "value": {
@@ -3731,6 +3683,54 @@
3731
3683
  },
3732
3684
  "packageName": "@backstage/plugin-auth-backend-module-bitbucket-provider"
3733
3685
  },
3686
+ {
3687
+ "path": "../../plugins/auth-backend-module-bitbucket-server-provider/config.d.ts",
3688
+ "value": {
3689
+ "type": "object",
3690
+ "properties": {
3691
+ "auth": {
3692
+ "type": "object",
3693
+ "properties": {
3694
+ "providers": {
3695
+ "type": "object",
3696
+ "properties": {
3697
+ "bitbucketServer": {
3698
+ "visibility": "frontend",
3699
+ "type": "object",
3700
+ "additionalProperties": {
3701
+ "type": "object",
3702
+ "properties": {
3703
+ "clientId": {
3704
+ "type": "string"
3705
+ },
3706
+ "clientSecret": {
3707
+ "visibility": "secret",
3708
+ "type": "string"
3709
+ },
3710
+ "host": {
3711
+ "type": "string"
3712
+ },
3713
+ "callbackUrl": {
3714
+ "type": "string"
3715
+ },
3716
+ "sessionDuration": {}
3717
+ },
3718
+ "required": [
3719
+ "clientId",
3720
+ "clientSecret",
3721
+ "host"
3722
+ ]
3723
+ }
3724
+ }
3725
+ }
3726
+ }
3727
+ }
3728
+ }
3729
+ },
3730
+ "$schema": "http://json-schema.org/draft-07/schema#"
3731
+ },
3732
+ "packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
3733
+ },
3734
3734
  {
3735
3735
  "path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
3736
3736
  "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-github-provider/config.d.ts",
3948
+ "path": "../../plugins/auth-backend-module-gitlab-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
- "github": {
3958
+ "gitlab": {
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
- "callbackUrl": {
3971
+ "audience": {
3972
3972
  "type": "string"
3973
3973
  },
3974
- "enterpriseInstanceUrl": {
3974
+ "callbackUrl": {
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-github-provider"
4062
+ "packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
4063
4063
  },
4064
4064
  {
4065
- "path": "../../plugins/auth-backend-module-gitlab-provider/config.d.ts",
4065
+ "path": "../../plugins/auth-backend-module-github-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
- "gitlab": {
4075
+ "github": {
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
- "audience": {
4088
+ "callbackUrl": {
4089
4089
  "type": "string"
4090
4090
  },
4091
- "callbackUrl": {
4091
+ "enterpriseInstanceUrl": {
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-gitlab-provider"
4179
+ "packageName": "@backstage/plugin-auth-backend-module-github-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-oidc-provider/config.d.ts",
4562
+ "path": "../../plugins/auth-backend-module-okta-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
- "oidc": {
4572
+ "okta": {
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
- "metadataUrl": {
4585
+ "audience": {
4586
4586
  "type": "string"
4587
4587
  },
4588
- "callbackUrl": {
4588
+ "authServerId": {
4589
4589
  "type": "string"
4590
4590
  },
4591
- "tokenEndpointAuthMethod": {
4591
+ "idp": {
4592
4592
  "type": "string"
4593
4593
  },
4594
- "tokenSignedResponseAlg": {
4594
+ "callbackUrl": {
4595
4595
  "type": "string"
4596
4596
  },
4597
4597
  "additionalScopes": {
@@ -4607,10 +4607,6 @@
4607
4607
  }
4608
4608
  ]
4609
4609
  },
4610
- "prompt": {
4611
- "type": "string"
4612
- },
4613
- "timeout": {},
4614
4610
  "signIn": {
4615
4611
  "type": "object",
4616
4612
  "properties": {
@@ -4618,6 +4614,18 @@
4618
4614
  "type": "array",
4619
4615
  "items": {
4620
4616
  "anyOf": [
4617
+ {
4618
+ "type": "object",
4619
+ "properties": {
4620
+ "resolver": {
4621
+ "type": "string",
4622
+ "const": "emailMatchingUserEntityAnnotation"
4623
+ }
4624
+ },
4625
+ "required": [
4626
+ "resolver"
4627
+ ]
4628
+ },
4621
4629
  {
4622
4630
  "type": "object",
4623
4631
  "properties": {
@@ -4660,8 +4668,7 @@
4660
4668
  },
4661
4669
  "required": [
4662
4670
  "clientId",
4663
- "clientSecret",
4664
- "metadataUrl"
4671
+ "clientSecret"
4665
4672
  ]
4666
4673
  }
4667
4674
  }
@@ -4672,10 +4679,10 @@
4672
4679
  },
4673
4680
  "$schema": "http://json-schema.org/draft-07/schema#"
4674
4681
  },
4675
- "packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
4682
+ "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
4676
4683
  },
4677
4684
  {
4678
- "path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
4685
+ "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
4679
4686
  "value": {
4680
4687
  "type": "object",
4681
4688
  "properties": {
@@ -4685,7 +4692,7 @@
4685
4692
  "providers": {
4686
4693
  "type": "object",
4687
4694
  "properties": {
4688
- "okta": {
4695
+ "onelogin": {
4689
4696
  "visibility": "frontend",
4690
4697
  "type": "object",
4691
4698
  "additionalProperties": {
@@ -4698,31 +4705,12 @@
4698
4705
  "visibility": "secret",
4699
4706
  "type": "string"
4700
4707
  },
4701
- "audience": {
4702
- "type": "string"
4703
- },
4704
- "authServerId": {
4705
- "type": "string"
4706
- },
4707
- "idp": {
4708
+ "issuer": {
4708
4709
  "type": "string"
4709
4710
  },
4710
4711
  "callbackUrl": {
4711
4712
  "type": "string"
4712
4713
  },
4713
- "additionalScopes": {
4714
- "anyOf": [
4715
- {
4716
- "type": "array",
4717
- "items": {
4718
- "type": "string"
4719
- }
4720
- },
4721
- {
4722
- "type": "string"
4723
- }
4724
- ]
4725
- },
4726
4714
  "signIn": {
4727
4715
  "type": "object",
4728
4716
  "properties": {
@@ -4735,7 +4723,7 @@
4735
4723
  "properties": {
4736
4724
  "resolver": {
4737
4725
  "type": "string",
4738
- "const": "emailMatchingUserEntityAnnotation"
4726
+ "const": "usernameMatchingUserEntityName"
4739
4727
  }
4740
4728
  },
4741
4729
  "required": [
@@ -4784,7 +4772,8 @@
4784
4772
  },
4785
4773
  "required": [
4786
4774
  "clientId",
4787
- "clientSecret"
4775
+ "clientSecret",
4776
+ "issuer"
4788
4777
  ]
4789
4778
  }
4790
4779
  }
@@ -4795,10 +4784,10 @@
4795
4784
  },
4796
4785
  "$schema": "http://json-schema.org/draft-07/schema#"
4797
4786
  },
4798
- "packageName": "@backstage/plugin-auth-backend-module-okta-provider"
4787
+ "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
4799
4788
  },
4800
4789
  {
4801
- "path": "../../plugins/auth-backend-module-onelogin-provider/config.d.ts",
4790
+ "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
4802
4791
  "value": {
4803
4792
  "type": "object",
4804
4793
  "properties": {
@@ -4808,7 +4797,7 @@
4808
4797
  "providers": {
4809
4798
  "type": "object",
4810
4799
  "properties": {
4811
- "onelogin": {
4800
+ "oidc": {
4812
4801
  "visibility": "frontend",
4813
4802
  "type": "object",
4814
4803
  "additionalProperties": {
@@ -4821,12 +4810,35 @@
4821
4810
  "visibility": "secret",
4822
4811
  "type": "string"
4823
4812
  },
4824
- "issuer": {
4813
+ "metadataUrl": {
4825
4814
  "type": "string"
4826
4815
  },
4827
4816
  "callbackUrl": {
4828
4817
  "type": "string"
4829
4818
  },
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": {},
4830
4842
  "signIn": {
4831
4843
  "type": "object",
4832
4844
  "properties": {
@@ -4834,18 +4846,6 @@
4834
4846
  "type": "array",
4835
4847
  "items": {
4836
4848
  "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
- "issuer"
4892
+ "metadataUrl"
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-onelogin-provider"
4903
+ "packageName": "@backstage/plugin-auth-backend-module-oidc-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",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20250409023713";
3
+ var version = "0.0.0-nightly-20250410023923";
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-20250409023713",
3
+ "version": "0.0.0-nightly-20250410023923",
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-20250409023713",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250410023923",
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-20250409023713",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250410023923",
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-20250409023713",
61
+ "@backstage/cli": "0.0.0-nightly-20250410023923",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",