@techdocs/cli 0.0.0-nightly-20250315023221 → 0.0.0-nightly-20250317023705
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 +106 -106
- 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-20250317023705
|
|
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-20250317023705
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250317023705
|
|
10
10
|
- @backstage/catalog-model@1.7.3
|
|
11
11
|
- @backstage/cli-common@0.1.15
|
|
12
12
|
- @backstage/config@1.3.2
|
|
@@ -3583,6 +3583,112 @@
|
|
|
3583
3583
|
},
|
|
3584
3584
|
"packageName": "@backstage/plugin-auth-backend-module-bitbucket-server-provider"
|
|
3585
3585
|
},
|
|
3586
|
+
{
|
|
3587
|
+
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
3588
|
+
"value": {
|
|
3589
|
+
"type": "object",
|
|
3590
|
+
"properties": {
|
|
3591
|
+
"auth": {
|
|
3592
|
+
"type": "object",
|
|
3593
|
+
"properties": {
|
|
3594
|
+
"providers": {
|
|
3595
|
+
"type": "object",
|
|
3596
|
+
"properties": {
|
|
3597
|
+
"cfaccess": {
|
|
3598
|
+
"visibility": "frontend",
|
|
3599
|
+
"type": "object",
|
|
3600
|
+
"properties": {
|
|
3601
|
+
"teamName": {
|
|
3602
|
+
"type": "string"
|
|
3603
|
+
},
|
|
3604
|
+
"serviceTokens": {
|
|
3605
|
+
"deepVisibility": "secret",
|
|
3606
|
+
"type": "array",
|
|
3607
|
+
"items": {
|
|
3608
|
+
"type": "object",
|
|
3609
|
+
"properties": {
|
|
3610
|
+
"token": {
|
|
3611
|
+
"type": "string"
|
|
3612
|
+
},
|
|
3613
|
+
"subject": {
|
|
3614
|
+
"type": "string"
|
|
3615
|
+
}
|
|
3616
|
+
},
|
|
3617
|
+
"required": [
|
|
3618
|
+
"subject",
|
|
3619
|
+
"token"
|
|
3620
|
+
]
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
"jwtHeaderName": {
|
|
3624
|
+
"type": "string"
|
|
3625
|
+
},
|
|
3626
|
+
"authorizationCookieName": {
|
|
3627
|
+
"type": "string"
|
|
3628
|
+
},
|
|
3629
|
+
"signIn": {
|
|
3630
|
+
"type": "object",
|
|
3631
|
+
"properties": {
|
|
3632
|
+
"resolvers": {
|
|
3633
|
+
"type": "array",
|
|
3634
|
+
"items": {
|
|
3635
|
+
"anyOf": [
|
|
3636
|
+
{
|
|
3637
|
+
"type": "object",
|
|
3638
|
+
"properties": {
|
|
3639
|
+
"resolver": {
|
|
3640
|
+
"type": "string",
|
|
3641
|
+
"const": "emailLocalPartMatchingUserEntityName"
|
|
3642
|
+
},
|
|
3643
|
+
"allowedDomains": {
|
|
3644
|
+
"type": "array",
|
|
3645
|
+
"items": {
|
|
3646
|
+
"type": "string"
|
|
3647
|
+
}
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
"required": [
|
|
3651
|
+
"resolver"
|
|
3652
|
+
]
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"type": "object",
|
|
3656
|
+
"properties": {
|
|
3657
|
+
"resolver": {
|
|
3658
|
+
"type": "string",
|
|
3659
|
+
"const": "emailMatchingUserEntityProfileEmail"
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
3662
|
+
"required": [
|
|
3663
|
+
"resolver"
|
|
3664
|
+
]
|
|
3665
|
+
}
|
|
3666
|
+
]
|
|
3667
|
+
}
|
|
3668
|
+
}
|
|
3669
|
+
},
|
|
3670
|
+
"required": [
|
|
3671
|
+
"resolvers"
|
|
3672
|
+
]
|
|
3673
|
+
}
|
|
3674
|
+
},
|
|
3675
|
+
"required": [
|
|
3676
|
+
"teamName"
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
3679
|
+
"backstageTokenExpiration": {
|
|
3680
|
+
"description": "The backstage token expiration."
|
|
3681
|
+
},
|
|
3682
|
+
"sessionDuration": {}
|
|
3683
|
+
}
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3689
|
+
},
|
|
3690
|
+
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
3691
|
+
},
|
|
3586
3692
|
{
|
|
3587
3693
|
"path": "../../plugins/auth-backend-module-gcp-iap-provider/config.d.ts",
|
|
3588
3694
|
"value": {
|
|
@@ -4647,112 +4753,6 @@
|
|
|
4647
4753
|
},
|
|
4648
4754
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
4649
4755
|
},
|
|
4650
|
-
{
|
|
4651
|
-
"path": "../../plugins/auth-backend-module-cloudflare-access-provider/config.d.ts",
|
|
4652
|
-
"value": {
|
|
4653
|
-
"type": "object",
|
|
4654
|
-
"properties": {
|
|
4655
|
-
"auth": {
|
|
4656
|
-
"type": "object",
|
|
4657
|
-
"properties": {
|
|
4658
|
-
"providers": {
|
|
4659
|
-
"type": "object",
|
|
4660
|
-
"properties": {
|
|
4661
|
-
"cfaccess": {
|
|
4662
|
-
"visibility": "frontend",
|
|
4663
|
-
"type": "object",
|
|
4664
|
-
"properties": {
|
|
4665
|
-
"teamName": {
|
|
4666
|
-
"type": "string"
|
|
4667
|
-
},
|
|
4668
|
-
"serviceTokens": {
|
|
4669
|
-
"deepVisibility": "secret",
|
|
4670
|
-
"type": "array",
|
|
4671
|
-
"items": {
|
|
4672
|
-
"type": "object",
|
|
4673
|
-
"properties": {
|
|
4674
|
-
"token": {
|
|
4675
|
-
"type": "string"
|
|
4676
|
-
},
|
|
4677
|
-
"subject": {
|
|
4678
|
-
"type": "string"
|
|
4679
|
-
}
|
|
4680
|
-
},
|
|
4681
|
-
"required": [
|
|
4682
|
-
"subject",
|
|
4683
|
-
"token"
|
|
4684
|
-
]
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
|
-
"jwtHeaderName": {
|
|
4688
|
-
"type": "string"
|
|
4689
|
-
},
|
|
4690
|
-
"authorizationCookieName": {
|
|
4691
|
-
"type": "string"
|
|
4692
|
-
},
|
|
4693
|
-
"signIn": {
|
|
4694
|
-
"type": "object",
|
|
4695
|
-
"properties": {
|
|
4696
|
-
"resolvers": {
|
|
4697
|
-
"type": "array",
|
|
4698
|
-
"items": {
|
|
4699
|
-
"anyOf": [
|
|
4700
|
-
{
|
|
4701
|
-
"type": "object",
|
|
4702
|
-
"properties": {
|
|
4703
|
-
"resolver": {
|
|
4704
|
-
"type": "string",
|
|
4705
|
-
"const": "emailLocalPartMatchingUserEntityName"
|
|
4706
|
-
},
|
|
4707
|
-
"allowedDomains": {
|
|
4708
|
-
"type": "array",
|
|
4709
|
-
"items": {
|
|
4710
|
-
"type": "string"
|
|
4711
|
-
}
|
|
4712
|
-
}
|
|
4713
|
-
},
|
|
4714
|
-
"required": [
|
|
4715
|
-
"resolver"
|
|
4716
|
-
]
|
|
4717
|
-
},
|
|
4718
|
-
{
|
|
4719
|
-
"type": "object",
|
|
4720
|
-
"properties": {
|
|
4721
|
-
"resolver": {
|
|
4722
|
-
"type": "string",
|
|
4723
|
-
"const": "emailMatchingUserEntityProfileEmail"
|
|
4724
|
-
}
|
|
4725
|
-
},
|
|
4726
|
-
"required": [
|
|
4727
|
-
"resolver"
|
|
4728
|
-
]
|
|
4729
|
-
}
|
|
4730
|
-
]
|
|
4731
|
-
}
|
|
4732
|
-
}
|
|
4733
|
-
},
|
|
4734
|
-
"required": [
|
|
4735
|
-
"resolvers"
|
|
4736
|
-
]
|
|
4737
|
-
}
|
|
4738
|
-
},
|
|
4739
|
-
"required": [
|
|
4740
|
-
"teamName"
|
|
4741
|
-
]
|
|
4742
|
-
},
|
|
4743
|
-
"backstageTokenExpiration": {
|
|
4744
|
-
"description": "The backstage token expiration."
|
|
4745
|
-
},
|
|
4746
|
-
"sessionDuration": {}
|
|
4747
|
-
}
|
|
4748
|
-
}
|
|
4749
|
-
}
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4753
|
-
},
|
|
4754
|
-
"packageName": "@backstage/plugin-auth-backend-module-cloudflare-access-provider"
|
|
4755
|
-
},
|
|
4756
4756
|
{
|
|
4757
4757
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4758
4758
|
"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-20250317023705",
|
|
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-20250317023705",
|
|
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-20250317023705",
|
|
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-20250317023705",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|