@techdocs/cli 0.0.0-nightly-20240706021623 → 0.0.0-nightly-20240707021930
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 +11 -11
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240707021930
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- c964a3d: Import discovery from backend-defaults instead of backend-common
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-defaults@0.0.0-nightly-20240707021930
|
|
10
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240707021930
|
|
11
11
|
- @backstage/catalog-model@1.5.0
|
|
12
12
|
- @backstage/cli-common@0.1.14
|
|
13
13
|
- @backstage/config@1.2.0
|
|
@@ -1707,7 +1707,7 @@
|
|
|
1707
1707
|
}
|
|
1708
1708
|
},
|
|
1709
1709
|
{
|
|
1710
|
-
"path": "../backend-
|
|
1710
|
+
"path": "../backend-app-api/config.d.ts",
|
|
1711
1711
|
"value": {
|
|
1712
1712
|
"type": "object",
|
|
1713
1713
|
"properties": {
|
|
@@ -1715,7 +1715,6 @@
|
|
|
1715
1715
|
"type": "object",
|
|
1716
1716
|
"properties": {
|
|
1717
1717
|
"auth": {
|
|
1718
|
-
"description": "Options used by the default auth, httpAuth and userInfo services.",
|
|
1719
1718
|
"type": "object",
|
|
1720
1719
|
"properties": {
|
|
1721
1720
|
"dangerouslyDisableDefaultAuthPolicy": {
|
|
@@ -2041,17 +2040,17 @@
|
|
|
2041
2040
|
}
|
|
2042
2041
|
},
|
|
2043
2042
|
"discovery": {
|
|
2044
|
-
"description": "
|
|
2043
|
+
"description": "Discovery options.",
|
|
2045
2044
|
"type": "object",
|
|
2046
2045
|
"properties": {
|
|
2047
2046
|
"endpoints": {
|
|
2048
|
-
"description": "
|
|
2047
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
2049
2048
|
"type": "array",
|
|
2050
2049
|
"items": {
|
|
2051
2050
|
"type": "object",
|
|
2052
2051
|
"properties": {
|
|
2053
2052
|
"target": {
|
|
2054
|
-
"description": "The target
|
|
2053
|
+
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
2055
2054
|
"anyOf": [
|
|
2056
2055
|
{
|
|
2057
2056
|
"type": "object",
|
|
@@ -2074,7 +2073,7 @@
|
|
|
2074
2073
|
]
|
|
2075
2074
|
},
|
|
2076
2075
|
"plugins": {
|
|
2077
|
-
"description": "Array of plugins which use the target
|
|
2076
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
2078
2077
|
"type": "array",
|
|
2079
2078
|
"items": {
|
|
2080
2079
|
"type": "string"
|
|
@@ -2097,7 +2096,7 @@
|
|
|
2097
2096
|
}
|
|
2098
2097
|
},
|
|
2099
2098
|
{
|
|
2100
|
-
"path": "../backend-
|
|
2099
|
+
"path": "../backend-defaults/config.d.ts",
|
|
2101
2100
|
"value": {
|
|
2102
2101
|
"type": "object",
|
|
2103
2102
|
"properties": {
|
|
@@ -2105,6 +2104,7 @@
|
|
|
2105
2104
|
"type": "object",
|
|
2106
2105
|
"properties": {
|
|
2107
2106
|
"auth": {
|
|
2107
|
+
"description": "Options used by the default auth, httpAuth and userInfo services.",
|
|
2108
2108
|
"type": "object",
|
|
2109
2109
|
"properties": {
|
|
2110
2110
|
"dangerouslyDisableDefaultAuthPolicy": {
|
|
@@ -2430,17 +2430,17 @@
|
|
|
2430
2430
|
}
|
|
2431
2431
|
},
|
|
2432
2432
|
"discovery": {
|
|
2433
|
-
"description": "
|
|
2433
|
+
"description": "Options used by the default discovery service.",
|
|
2434
2434
|
"type": "object",
|
|
2435
2435
|
"properties": {
|
|
2436
2436
|
"endpoints": {
|
|
2437
|
-
"description": "
|
|
2437
|
+
"description": "A list of target baseUrls and the associated plugins.",
|
|
2438
2438
|
"type": "array",
|
|
2439
2439
|
"items": {
|
|
2440
2440
|
"type": "object",
|
|
2441
2441
|
"properties": {
|
|
2442
2442
|
"target": {
|
|
2443
|
-
"description": "The target
|
|
2443
|
+
"description": "The target base URL to use for the plugin.\n\nCan be either a string or an object with internal and external keys.\nTargets with `{{pluginId}}` or `{{ pluginId }} in the URL will be replaced with the plugin ID.",
|
|
2444
2444
|
"anyOf": [
|
|
2445
2445
|
{
|
|
2446
2446
|
"type": "object",
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
]
|
|
2464
2464
|
},
|
|
2465
2465
|
"plugins": {
|
|
2466
|
-
"description": "Array of plugins which use the target
|
|
2466
|
+
"description": "Array of plugins which use the target base URL.",
|
|
2467
2467
|
"type": "array",
|
|
2468
2468
|
"items": {
|
|
2469
2469
|
"type": "string"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
3
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240707021930",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"techdocs-cli": "bin/techdocs-cli"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
38
|
+
"@backstage/cli": "^0.0.0-nightly-20240707021930",
|
|
39
39
|
"@types/commander": "^2.12.2",
|
|
40
40
|
"@types/fs-extra": "^11.0.0",
|
|
41
41
|
"@types/http-proxy": "^1.17.4",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"ext": "ts"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@backstage/backend-defaults": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/backend-defaults": "^0.0.0-nightly-20240707021930",
|
|
60
60
|
"@backstage/catalog-model": "^1.5.0",
|
|
61
61
|
"@backstage/cli-common": "^0.1.14",
|
|
62
62
|
"@backstage/config": "^1.2.0",
|
|
63
|
-
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-
|
|
63
|
+
"@backstage/plugin-techdocs-node": "^0.0.0-nightly-20240707021930",
|
|
64
64
|
"commander": "^12.0.0",
|
|
65
65
|
"fs-extra": "^11.0.0",
|
|
66
66
|
"global-agent": "^3.0.0",
|