@techdocs/cli 0.0.0-nightly-20240615021640 → 0.0.0-nightly-20240617021823
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 +4 -4
- package/dist/embedded-app/.config-schema.json +154 -154
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240617021823
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
10
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-common@0.0.0-nightly-20240617021823
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20240617021823
|
|
10
|
+
- @backstage/cli-common@0.0.0-nightly-20240617021823
|
|
11
11
|
- @backstage/catalog-model@1.5.0
|
|
12
12
|
- @backstage/config@1.2.0
|
|
13
13
|
|
|
@@ -333,51 +333,6 @@
|
|
|
333
333
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
|
-
{
|
|
337
|
-
"path": "../../plugins/techdocs/config.d.ts",
|
|
338
|
-
"value": {
|
|
339
|
-
"type": "object",
|
|
340
|
-
"properties": {
|
|
341
|
-
"techdocs": {
|
|
342
|
-
"description": "Configuration options for the techdocs plugin",
|
|
343
|
-
"type": "object",
|
|
344
|
-
"properties": {
|
|
345
|
-
"builder": {
|
|
346
|
-
"description": "Documentation building process depends on the builder attr",
|
|
347
|
-
"visibility": "frontend",
|
|
348
|
-
"enum": [
|
|
349
|
-
"external",
|
|
350
|
-
"local"
|
|
351
|
-
],
|
|
352
|
-
"type": "string"
|
|
353
|
-
},
|
|
354
|
-
"legacyUseCaseSensitiveTripletPaths": {
|
|
355
|
-
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
356
|
-
"visibility": "frontend",
|
|
357
|
-
"type": "boolean"
|
|
358
|
-
},
|
|
359
|
-
"sanitizer": {
|
|
360
|
-
"type": "object",
|
|
361
|
-
"properties": {
|
|
362
|
-
"allowedIframeHosts": {
|
|
363
|
-
"description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
|
|
364
|
-
"visibility": "frontend",
|
|
365
|
-
"type": "array",
|
|
366
|
-
"items": {
|
|
367
|
-
"type": "string"
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
"required": [
|
|
376
|
-
"techdocs"
|
|
377
|
-
],
|
|
378
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
336
|
{
|
|
382
337
|
"path": "../core-components/config.d.ts",
|
|
383
338
|
"value": {
|
|
@@ -423,6 +378,51 @@
|
|
|
423
378
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
424
379
|
}
|
|
425
380
|
},
|
|
381
|
+
{
|
|
382
|
+
"path": "../../plugins/techdocs/config.d.ts",
|
|
383
|
+
"value": {
|
|
384
|
+
"type": "object",
|
|
385
|
+
"properties": {
|
|
386
|
+
"techdocs": {
|
|
387
|
+
"description": "Configuration options for the techdocs plugin",
|
|
388
|
+
"type": "object",
|
|
389
|
+
"properties": {
|
|
390
|
+
"builder": {
|
|
391
|
+
"description": "Documentation building process depends on the builder attr",
|
|
392
|
+
"visibility": "frontend",
|
|
393
|
+
"enum": [
|
|
394
|
+
"external",
|
|
395
|
+
"local"
|
|
396
|
+
],
|
|
397
|
+
"type": "string"
|
|
398
|
+
},
|
|
399
|
+
"legacyUseCaseSensitiveTripletPaths": {
|
|
400
|
+
"description": "Allows fallback to case-sensitive triplets in case of migration issues.",
|
|
401
|
+
"visibility": "frontend",
|
|
402
|
+
"type": "boolean"
|
|
403
|
+
},
|
|
404
|
+
"sanitizer": {
|
|
405
|
+
"type": "object",
|
|
406
|
+
"properties": {
|
|
407
|
+
"allowedIframeHosts": {
|
|
408
|
+
"description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
|
|
409
|
+
"visibility": "frontend",
|
|
410
|
+
"type": "array",
|
|
411
|
+
"items": {
|
|
412
|
+
"type": "string"
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
"required": [
|
|
421
|
+
"techdocs"
|
|
422
|
+
],
|
|
423
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
426
|
{
|
|
427
427
|
"path": "../integration/config.d.ts",
|
|
428
428
|
"value": {
|
|
@@ -1567,6 +1567,115 @@
|
|
|
1567
1567
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1568
1568
|
}
|
|
1569
1569
|
},
|
|
1570
|
+
{
|
|
1571
|
+
"path": "../integration-aws-node/config.d.ts",
|
|
1572
|
+
"value": {
|
|
1573
|
+
"type": "object",
|
|
1574
|
+
"properties": {
|
|
1575
|
+
"aws": {
|
|
1576
|
+
"description": "Configuration for access to AWS accounts",
|
|
1577
|
+
"type": "object",
|
|
1578
|
+
"properties": {
|
|
1579
|
+
"accountDefaults": {
|
|
1580
|
+
"description": "Defaults for retrieving AWS account credentials",
|
|
1581
|
+
"type": "object",
|
|
1582
|
+
"properties": {
|
|
1583
|
+
"roleName": {
|
|
1584
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
1585
|
+
"type": "string"
|
|
1586
|
+
},
|
|
1587
|
+
"partition": {
|
|
1588
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
1589
|
+
"type": "string"
|
|
1590
|
+
},
|
|
1591
|
+
"region": {
|
|
1592
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
1593
|
+
"type": "string"
|
|
1594
|
+
},
|
|
1595
|
+
"externalId": {
|
|
1596
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
1597
|
+
"visibility": "secret",
|
|
1598
|
+
"type": "string"
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
"mainAccount": {
|
|
1603
|
+
"description": "Main account to use for retrieving AWS account credentials",
|
|
1604
|
+
"type": "object",
|
|
1605
|
+
"properties": {
|
|
1606
|
+
"accessKeyId": {
|
|
1607
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
1608
|
+
"visibility": "secret",
|
|
1609
|
+
"type": "string"
|
|
1610
|
+
},
|
|
1611
|
+
"secretAccessKey": {
|
|
1612
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
1613
|
+
"visibility": "secret",
|
|
1614
|
+
"type": "string"
|
|
1615
|
+
},
|
|
1616
|
+
"profile": {
|
|
1617
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
1618
|
+
"type": "string"
|
|
1619
|
+
},
|
|
1620
|
+
"region": {
|
|
1621
|
+
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
1622
|
+
"type": "string"
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
"accounts": {
|
|
1627
|
+
"description": "Configuration for retrieving AWS accounts credentials",
|
|
1628
|
+
"type": "array",
|
|
1629
|
+
"items": {
|
|
1630
|
+
"type": "object",
|
|
1631
|
+
"properties": {
|
|
1632
|
+
"accountId": {
|
|
1633
|
+
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
1634
|
+
"type": "string"
|
|
1635
|
+
},
|
|
1636
|
+
"accessKeyId": {
|
|
1637
|
+
"description": "The access key ID for a set of static AWS credentials",
|
|
1638
|
+
"visibility": "secret",
|
|
1639
|
+
"type": "string"
|
|
1640
|
+
},
|
|
1641
|
+
"secretAccessKey": {
|
|
1642
|
+
"description": "The secret access key for a set of static AWS credentials",
|
|
1643
|
+
"visibility": "secret",
|
|
1644
|
+
"type": "string"
|
|
1645
|
+
},
|
|
1646
|
+
"profile": {
|
|
1647
|
+
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
1648
|
+
"type": "string"
|
|
1649
|
+
},
|
|
1650
|
+
"roleName": {
|
|
1651
|
+
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
1652
|
+
"type": "string"
|
|
1653
|
+
},
|
|
1654
|
+
"partition": {
|
|
1655
|
+
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
1656
|
+
"type": "string"
|
|
1657
|
+
},
|
|
1658
|
+
"region": {
|
|
1659
|
+
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
},
|
|
1662
|
+
"externalId": {
|
|
1663
|
+
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
1664
|
+
"visibility": "secret",
|
|
1665
|
+
"type": "string"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"required": [
|
|
1669
|
+
"accountId"
|
|
1670
|
+
]
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1570
1679
|
{
|
|
1571
1680
|
"path": "../backend-app-api/config.d.ts",
|
|
1572
1681
|
"value": {
|
|
@@ -1956,115 +2065,6 @@
|
|
|
1956
2065
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1957
2066
|
}
|
|
1958
2067
|
},
|
|
1959
|
-
{
|
|
1960
|
-
"path": "../integration-aws-node/config.d.ts",
|
|
1961
|
-
"value": {
|
|
1962
|
-
"type": "object",
|
|
1963
|
-
"properties": {
|
|
1964
|
-
"aws": {
|
|
1965
|
-
"description": "Configuration for access to AWS accounts",
|
|
1966
|
-
"type": "object",
|
|
1967
|
-
"properties": {
|
|
1968
|
-
"accountDefaults": {
|
|
1969
|
-
"description": "Defaults for retrieving AWS account credentials",
|
|
1970
|
-
"type": "object",
|
|
1971
|
-
"properties": {
|
|
1972
|
-
"roleName": {
|
|
1973
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
1974
|
-
"type": "string"
|
|
1975
|
-
},
|
|
1976
|
-
"partition": {
|
|
1977
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
1978
|
-
"type": "string"
|
|
1979
|
-
},
|
|
1980
|
-
"region": {
|
|
1981
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
1982
|
-
"type": "string"
|
|
1983
|
-
},
|
|
1984
|
-
"externalId": {
|
|
1985
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
1986
|
-
"visibility": "secret",
|
|
1987
|
-
"type": "string"
|
|
1988
|
-
}
|
|
1989
|
-
}
|
|
1990
|
-
},
|
|
1991
|
-
"mainAccount": {
|
|
1992
|
-
"description": "Main account to use for retrieving AWS account credentials",
|
|
1993
|
-
"type": "object",
|
|
1994
|
-
"properties": {
|
|
1995
|
-
"accessKeyId": {
|
|
1996
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
1997
|
-
"visibility": "secret",
|
|
1998
|
-
"type": "string"
|
|
1999
|
-
},
|
|
2000
|
-
"secretAccessKey": {
|
|
2001
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
2002
|
-
"visibility": "secret",
|
|
2003
|
-
"type": "string"
|
|
2004
|
-
},
|
|
2005
|
-
"profile": {
|
|
2006
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
2007
|
-
"type": "string"
|
|
2008
|
-
},
|
|
2009
|
-
"region": {
|
|
2010
|
-
"description": "The STS regional endpoint to use for the main account, e.g. \"ap-northeast-1\"",
|
|
2011
|
-
"type": "string"
|
|
2012
|
-
}
|
|
2013
|
-
}
|
|
2014
|
-
},
|
|
2015
|
-
"accounts": {
|
|
2016
|
-
"description": "Configuration for retrieving AWS accounts credentials",
|
|
2017
|
-
"type": "array",
|
|
2018
|
-
"items": {
|
|
2019
|
-
"type": "object",
|
|
2020
|
-
"properties": {
|
|
2021
|
-
"accountId": {
|
|
2022
|
-
"description": "The account ID of the target account that this matches on, e.g. \"123456789012\"",
|
|
2023
|
-
"type": "string"
|
|
2024
|
-
},
|
|
2025
|
-
"accessKeyId": {
|
|
2026
|
-
"description": "The access key ID for a set of static AWS credentials",
|
|
2027
|
-
"visibility": "secret",
|
|
2028
|
-
"type": "string"
|
|
2029
|
-
},
|
|
2030
|
-
"secretAccessKey": {
|
|
2031
|
-
"description": "The secret access key for a set of static AWS credentials",
|
|
2032
|
-
"visibility": "secret",
|
|
2033
|
-
"type": "string"
|
|
2034
|
-
},
|
|
2035
|
-
"profile": {
|
|
2036
|
-
"description": "The configuration profile from a credentials file at ~/.aws/credentials and\na configuration file at ~/.aws/config.",
|
|
2037
|
-
"type": "string"
|
|
2038
|
-
},
|
|
2039
|
-
"roleName": {
|
|
2040
|
-
"description": "The IAM role to assume to retrieve temporary AWS credentials",
|
|
2041
|
-
"type": "string"
|
|
2042
|
-
},
|
|
2043
|
-
"partition": {
|
|
2044
|
-
"description": "The AWS partition of the IAM role, e.g. \"aws\", \"aws-cn\"",
|
|
2045
|
-
"type": "string"
|
|
2046
|
-
},
|
|
2047
|
-
"region": {
|
|
2048
|
-
"description": "The STS regional endpoint to use when retrieving temporary AWS credentials, e.g. \"ap-northeast-1\"",
|
|
2049
|
-
"type": "string"
|
|
2050
|
-
},
|
|
2051
|
-
"externalId": {
|
|
2052
|
-
"description": "The unique identifier needed to assume the role to retrieve temporary AWS credentials",
|
|
2053
|
-
"visibility": "secret",
|
|
2054
|
-
"type": "string"
|
|
2055
|
-
}
|
|
2056
|
-
},
|
|
2057
|
-
"required": [
|
|
2058
|
-
"accountId"
|
|
2059
|
-
]
|
|
2060
|
-
}
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
|
-
}
|
|
2064
|
-
},
|
|
2065
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
2068
|
{
|
|
2069
2069
|
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-permission-common/config.d.ts",
|
|
2070
2070
|
"value": {
|
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-20240617021823",
|
|
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-20240617021823",
|
|
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-20240617021823",
|
|
60
60
|
"@backstage/catalog-model": "^1.5.0",
|
|
61
|
-
"@backstage/cli-common": "^0.0.0-nightly-
|
|
61
|
+
"@backstage/cli-common": "^0.0.0-nightly-20240617021823",
|
|
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-20240617021823",
|
|
64
64
|
"@types/dockerode": "^3.3.0",
|
|
65
65
|
"commander": "^12.0.0",
|
|
66
66
|
"dockerode": "^4.0.0",
|