@techdocs/cli 0.0.0-nightly-20240614021713 → 0.0.0-nightly-20240616021858

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,13 +1,13 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20240614021713
3
+ ## 0.0.0-nightly-20240616021858
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240614021713
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240614021713
10
- - @backstage/cli-common@0.0.0-nightly-20240614021713
8
+ - @backstage/backend-common@0.0.0-nightly-20240616021858
9
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240616021858
10
+ - @backstage/cli-common@0.0.0-nightly-20240616021858
11
11
  - @backstage/catalog-model@1.5.0
12
12
  - @backstage/config@1.2.0
13
13
 
@@ -1478,7 +1478,7 @@
1478
1478
  }
1479
1479
  },
1480
1480
  {
1481
- "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1481
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/node_modules/@backstage/core-components/config.d.ts",
1482
1482
  "value": {
1483
1483
  "type": "object",
1484
1484
  "properties": {
@@ -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": {
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.6c256623.js"></script><script defer="defer" src="/static/module-material-ui.1eefc717.js"></script><script defer="defer" src="/static/module-lodash.1a2b8e11.js"></script><script defer="defer" src="/static/module-date-fns.196adaa7.js"></script><script defer="defer" src="/static/module-mui.bb6867cb.js"></script><script defer="defer" src="/static/module-material-table.892da5bc.js"></script><script defer="defer" src="/static/module-react-dom.3e65b8bc.js"></script><script defer="defer" src="/static/module-react-router.07ec2a81.js"></script><script defer="defer" src="/static/module-react-router-dom.ba9d01bf.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.8a51ed97.js"></script><script defer="defer" src="/static/module-zod.52dba18e.js"></script><script defer="defer" src="/static/module-i18next.40b7c233.js"></script><script defer="defer" src="/static/vendor.6c256623.js"></script><script defer="defer" src="/static/main.6c256623.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.b93296e6.js"></script><script defer="defer" src="/static/module-material-ui.1eefc717.js"></script><script defer="defer" src="/static/module-lodash.1a2b8e11.js"></script><script defer="defer" src="/static/module-date-fns.196adaa7.js"></script><script defer="defer" src="/static/module-mui.bb6867cb.js"></script><script defer="defer" src="/static/module-material-table.892da5bc.js"></script><script defer="defer" src="/static/module-react-dom.3e65b8bc.js"></script><script defer="defer" src="/static/module-react-router.07ec2a81.js"></script><script defer="defer" src="/static/module-react-router-dom.ba9d01bf.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.8a51ed97.js"></script><script defer="defer" src="/static/module-zod.52dba18e.js"></script><script defer="defer" src="/static/module-i18next.40b7c233.js"></script><script defer="defer" src="/static/vendor.b93296e6.js"></script><script defer="defer" src="/static/main.b93296e6.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>