@techdocs/cli 0.0.0-nightly-20250104023038 → 0.0.0-nightly-20250105023325
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,15 +1,15 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250105023325
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
9
|
-
- @backstage/catalog-model@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250105023325
|
|
9
|
+
- @backstage/catalog-model@0.0.0-nightly-20250105023325
|
|
10
10
|
- @backstage/cli-common@0.1.15
|
|
11
|
-
- @backstage/config@0.0.0-nightly-
|
|
12
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
11
|
+
- @backstage/config@0.0.0-nightly-20250105023325
|
|
12
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250105023325
|
|
13
13
|
|
|
14
14
|
## 1.8.25-next.0
|
|
15
15
|
|
|
@@ -3641,7 +3641,7 @@
|
|
|
3641
3641
|
"packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
|
|
3642
3642
|
},
|
|
3643
3643
|
{
|
|
3644
|
-
"path": "../../plugins/auth-backend-module-
|
|
3644
|
+
"path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
|
|
3645
3645
|
"value": {
|
|
3646
3646
|
"type": "object",
|
|
3647
3647
|
"properties": {
|
|
@@ -3651,7 +3651,7 @@
|
|
|
3651
3651
|
"providers": {
|
|
3652
3652
|
"type": "object",
|
|
3653
3653
|
"properties": {
|
|
3654
|
-
"
|
|
3654
|
+
"oidc": {
|
|
3655
3655
|
"visibility": "frontend",
|
|
3656
3656
|
"type": "object",
|
|
3657
3657
|
"additionalProperties": {
|
|
@@ -3664,16 +3664,16 @@
|
|
|
3664
3664
|
"visibility": "secret",
|
|
3665
3665
|
"type": "string"
|
|
3666
3666
|
},
|
|
3667
|
-
"
|
|
3667
|
+
"metadataUrl": {
|
|
3668
3668
|
"type": "string"
|
|
3669
3669
|
},
|
|
3670
|
-
"
|
|
3670
|
+
"callbackUrl": {
|
|
3671
3671
|
"type": "string"
|
|
3672
3672
|
},
|
|
3673
|
-
"
|
|
3673
|
+
"tokenEndpointAuthMethod": {
|
|
3674
3674
|
"type": "string"
|
|
3675
3675
|
},
|
|
3676
|
-
"
|
|
3676
|
+
"tokenSignedResponseAlg": {
|
|
3677
3677
|
"type": "string"
|
|
3678
3678
|
},
|
|
3679
3679
|
"additionalScopes": {
|
|
@@ -3689,6 +3689,9 @@
|
|
|
3689
3689
|
}
|
|
3690
3690
|
]
|
|
3691
3691
|
},
|
|
3692
|
+
"prompt": {
|
|
3693
|
+
"type": "string"
|
|
3694
|
+
},
|
|
3692
3695
|
"signIn": {
|
|
3693
3696
|
"type": "object",
|
|
3694
3697
|
"properties": {
|
|
@@ -3696,18 +3699,6 @@
|
|
|
3696
3699
|
"type": "array",
|
|
3697
3700
|
"items": {
|
|
3698
3701
|
"anyOf": [
|
|
3699
|
-
{
|
|
3700
|
-
"type": "object",
|
|
3701
|
-
"properties": {
|
|
3702
|
-
"resolver": {
|
|
3703
|
-
"type": "string",
|
|
3704
|
-
"const": "emailMatchingUserEntityAnnotation"
|
|
3705
|
-
}
|
|
3706
|
-
},
|
|
3707
|
-
"required": [
|
|
3708
|
-
"resolver"
|
|
3709
|
-
]
|
|
3710
|
-
},
|
|
3711
3702
|
{
|
|
3712
3703
|
"type": "object",
|
|
3713
3704
|
"properties": {
|
|
@@ -3749,7 +3740,8 @@
|
|
|
3749
3740
|
},
|
|
3750
3741
|
"required": [
|
|
3751
3742
|
"clientId",
|
|
3752
|
-
"clientSecret"
|
|
3743
|
+
"clientSecret",
|
|
3744
|
+
"metadataUrl"
|
|
3753
3745
|
]
|
|
3754
3746
|
}
|
|
3755
3747
|
}
|
|
@@ -3760,10 +3752,10 @@
|
|
|
3760
3752
|
},
|
|
3761
3753
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3762
3754
|
},
|
|
3763
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3755
|
+
"packageName": "@backstage/plugin-auth-backend-module-oidc-provider"
|
|
3764
3756
|
},
|
|
3765
3757
|
{
|
|
3766
|
-
"path": "../../plugins/auth-backend-module-
|
|
3758
|
+
"path": "../../plugins/auth-backend-module-okta-provider/config.d.ts",
|
|
3767
3759
|
"value": {
|
|
3768
3760
|
"type": "object",
|
|
3769
3761
|
"properties": {
|
|
@@ -3773,7 +3765,7 @@
|
|
|
3773
3765
|
"providers": {
|
|
3774
3766
|
"type": "object",
|
|
3775
3767
|
"properties": {
|
|
3776
|
-
"
|
|
3768
|
+
"okta": {
|
|
3777
3769
|
"visibility": "frontend",
|
|
3778
3770
|
"type": "object",
|
|
3779
3771
|
"additionalProperties": {
|
|
@@ -3786,16 +3778,16 @@
|
|
|
3786
3778
|
"visibility": "secret",
|
|
3787
3779
|
"type": "string"
|
|
3788
3780
|
},
|
|
3789
|
-
"
|
|
3781
|
+
"audience": {
|
|
3790
3782
|
"type": "string"
|
|
3791
3783
|
},
|
|
3792
|
-
"
|
|
3784
|
+
"authServerId": {
|
|
3793
3785
|
"type": "string"
|
|
3794
3786
|
},
|
|
3795
|
-
"
|
|
3787
|
+
"idp": {
|
|
3796
3788
|
"type": "string"
|
|
3797
3789
|
},
|
|
3798
|
-
"
|
|
3790
|
+
"callbackUrl": {
|
|
3799
3791
|
"type": "string"
|
|
3800
3792
|
},
|
|
3801
3793
|
"additionalScopes": {
|
|
@@ -3811,9 +3803,6 @@
|
|
|
3811
3803
|
}
|
|
3812
3804
|
]
|
|
3813
3805
|
},
|
|
3814
|
-
"prompt": {
|
|
3815
|
-
"type": "string"
|
|
3816
|
-
},
|
|
3817
3806
|
"signIn": {
|
|
3818
3807
|
"type": "object",
|
|
3819
3808
|
"properties": {
|
|
@@ -3821,6 +3810,18 @@
|
|
|
3821
3810
|
"type": "array",
|
|
3822
3811
|
"items": {
|
|
3823
3812
|
"anyOf": [
|
|
3813
|
+
{
|
|
3814
|
+
"type": "object",
|
|
3815
|
+
"properties": {
|
|
3816
|
+
"resolver": {
|
|
3817
|
+
"type": "string",
|
|
3818
|
+
"const": "emailMatchingUserEntityAnnotation"
|
|
3819
|
+
}
|
|
3820
|
+
},
|
|
3821
|
+
"required": [
|
|
3822
|
+
"resolver"
|
|
3823
|
+
]
|
|
3824
|
+
},
|
|
3824
3825
|
{
|
|
3825
3826
|
"type": "object",
|
|
3826
3827
|
"properties": {
|
|
@@ -3862,8 +3863,7 @@
|
|
|
3862
3863
|
},
|
|
3863
3864
|
"required": [
|
|
3864
3865
|
"clientId",
|
|
3865
|
-
"clientSecret"
|
|
3866
|
-
"metadataUrl"
|
|
3866
|
+
"clientSecret"
|
|
3867
3867
|
]
|
|
3868
3868
|
}
|
|
3869
3869
|
}
|
|
@@ -3874,7 +3874,7 @@
|
|
|
3874
3874
|
},
|
|
3875
3875
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
3876
3876
|
},
|
|
3877
|
-
"packageName": "@backstage/plugin-auth-backend-module-
|
|
3877
|
+
"packageName": "@backstage/plugin-auth-backend-module-okta-provider"
|
|
3878
3878
|
},
|
|
3879
3879
|
{
|
|
3880
3880
|
"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-20250105023325",
|
|
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-
|
|
48
|
-
"@backstage/catalog-model": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20250105023325",
|
|
48
|
+
"@backstage/catalog-model": "0.0.0-nightly-20250105023325",
|
|
49
49
|
"@backstage/cli-common": "0.1.15",
|
|
50
|
-
"@backstage/config": "0.0.0-nightly-
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
50
|
+
"@backstage/config": "0.0.0-nightly-20250105023325",
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20250105023325",
|
|
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-20250105023325",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|