@techdocs/cli 1.8.4 → 1.8.5
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 +8 -0
- package/dist/embedded-app/.config-schema.json +52 -52
- package/dist/index.cjs.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -416,6 +416,36 @@
|
|
|
416
416
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
417
417
|
}
|
|
418
418
|
},
|
|
419
|
+
{
|
|
420
|
+
"path": "../../plugins/catalog/config.d.ts",
|
|
421
|
+
"value": {
|
|
422
|
+
"type": "object",
|
|
423
|
+
"properties": {
|
|
424
|
+
"catalog": {
|
|
425
|
+
"type": "object",
|
|
426
|
+
"properties": {
|
|
427
|
+
"experimentalPagination": {
|
|
428
|
+
"deepVisibility": "frontend",
|
|
429
|
+
"anyOf": [
|
|
430
|
+
{
|
|
431
|
+
"type": "object",
|
|
432
|
+
"properties": {
|
|
433
|
+
"limit": {
|
|
434
|
+
"type": "number"
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"type": "boolean"
|
|
440
|
+
}
|
|
441
|
+
]
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
419
449
|
{
|
|
420
450
|
"path": "../integration/config.d.ts",
|
|
421
451
|
"value": {
|
|
@@ -828,36 +858,6 @@
|
|
|
828
858
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
829
859
|
}
|
|
830
860
|
},
|
|
831
|
-
{
|
|
832
|
-
"path": "../../plugins/catalog/config.d.ts",
|
|
833
|
-
"value": {
|
|
834
|
-
"type": "object",
|
|
835
|
-
"properties": {
|
|
836
|
-
"catalog": {
|
|
837
|
-
"type": "object",
|
|
838
|
-
"properties": {
|
|
839
|
-
"experimentalPagination": {
|
|
840
|
-
"deepVisibility": "frontend",
|
|
841
|
-
"anyOf": [
|
|
842
|
-
{
|
|
843
|
-
"type": "object",
|
|
844
|
-
"properties": {
|
|
845
|
-
"limit": {
|
|
846
|
-
"type": "number"
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"type": "boolean"
|
|
852
|
-
}
|
|
853
|
-
]
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
861
|
{
|
|
862
862
|
"path": "../frontend-app-api/config.d.ts",
|
|
863
863
|
"value": {
|
|
@@ -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/dist/index.cjs.js
CHANGED
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": "1.8.
|
|
4
|
+
"version": "1.8.5",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"ext": "ts"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@backstage/backend-common": "^0.21.
|
|
60
|
+
"@backstage/backend-common": "^0.21.3",
|
|
61
61
|
"@backstage/catalog-model": "^1.4.4",
|
|
62
62
|
"@backstage/cli-common": "^0.1.13",
|
|
63
63
|
"@backstage/config": "^1.1.1",
|
|
64
|
-
"@backstage/plugin-techdocs-node": "^1.11.
|
|
64
|
+
"@backstage/plugin-techdocs-node": "^1.11.5",
|
|
65
65
|
"@types/dockerode": "^3.3.0",
|
|
66
66
|
"commander": "^12.0.0",
|
|
67
67
|
"dockerode": "^4.0.0",
|