@techdocs/cli 0.0.0-nightly-20240326021005 → 0.0.0-nightly-20240326055012
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 +22 -22
- 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-20240326055012
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 8caf2f7: Fix how the cli server mocks the new auth cookie endpoint.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
9
|
+
- @backstage/backend-common@0.0.0-nightly-20240326055012
|
|
10
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240326055012
|
|
11
11
|
- @backstage/catalog-model@1.4.5
|
|
12
12
|
- @backstage/cli-common@0.1.13
|
|
13
13
|
- @backstage/config@1.2.0
|
|
@@ -962,52 +962,52 @@
|
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
964
|
{
|
|
965
|
-
"path": "../../
|
|
965
|
+
"path": "../../plugins/stackstorm/config.d.ts",
|
|
966
966
|
"value": {
|
|
967
967
|
"type": "object",
|
|
968
968
|
"properties": {
|
|
969
|
-
"
|
|
970
|
-
"description": "Extra configuration for score card plugin",
|
|
969
|
+
"stackstorm": {
|
|
971
970
|
"type": "object",
|
|
972
971
|
"properties": {
|
|
973
|
-
"
|
|
974
|
-
"description": "
|
|
975
|
-
"visibility": "frontend",
|
|
976
|
-
"type": "string"
|
|
977
|
-
},
|
|
978
|
-
"wikiLinkTemplate": {
|
|
979
|
-
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
972
|
+
"webUrl": {
|
|
973
|
+
"description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
|
|
980
974
|
"visibility": "frontend",
|
|
981
975
|
"type": "string"
|
|
982
976
|
}
|
|
983
|
-
}
|
|
977
|
+
},
|
|
978
|
+
"required": [
|
|
979
|
+
"webUrl"
|
|
980
|
+
]
|
|
984
981
|
}
|
|
985
982
|
},
|
|
986
|
-
"required": [
|
|
987
|
-
"scorecards"
|
|
988
|
-
],
|
|
989
983
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
990
984
|
}
|
|
991
985
|
},
|
|
992
986
|
{
|
|
993
|
-
"path": "../../
|
|
987
|
+
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
|
|
994
988
|
"value": {
|
|
995
989
|
"type": "object",
|
|
996
990
|
"properties": {
|
|
997
|
-
"
|
|
991
|
+
"scorecards": {
|
|
992
|
+
"description": "Extra configuration for score card plugin",
|
|
998
993
|
"type": "object",
|
|
999
994
|
"properties": {
|
|
1000
|
-
"
|
|
1001
|
-
"description": "
|
|
995
|
+
"jsonDataUrl": {
|
|
996
|
+
"description": "The public absolute root URL with json file defining the score card entries.",
|
|
997
|
+
"visibility": "frontend",
|
|
998
|
+
"type": "string"
|
|
999
|
+
},
|
|
1000
|
+
"wikiLinkTemplate": {
|
|
1001
|
+
"description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
|
|
1002
1002
|
"visibility": "frontend",
|
|
1003
1003
|
"type": "string"
|
|
1004
1004
|
}
|
|
1005
|
-
}
|
|
1006
|
-
"required": [
|
|
1007
|
-
"webUrl"
|
|
1008
|
-
]
|
|
1005
|
+
}
|
|
1009
1006
|
}
|
|
1010
1007
|
},
|
|
1008
|
+
"required": [
|
|
1009
|
+
"scorecards"
|
|
1010
|
+
],
|
|
1011
1011
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1012
1012
|
}
|
|
1013
1013
|
},
|
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-20240326055012",
|
|
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-20240326055012",
|
|
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-common": "^0.0.0-nightly-
|
|
59
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240326055012",
|
|
60
60
|
"@backstage/catalog-model": "^1.4.5",
|
|
61
61
|
"@backstage/cli-common": "^0.1.13",
|
|
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-20240326055012",
|
|
64
64
|
"@types/dockerode": "^3.3.0",
|
|
65
65
|
"commander": "^12.0.0",
|
|
66
66
|
"dockerode": "^4.0.0",
|