UNPKG
@aws-cdk-testing/cli-integ
Version:
latest (3.32.6)
3.32.6
3.32.5
3.32.4
3.32.3
3.32.2
3.32.1
3.32.0
3.31.2
3.31.1
3.31.0
3.30.2
3.30.1
3.30.0
3.29.2
3.29.1
3.29.0
3.28.1
3.28.0
3.27.2
3.27.1
3.27.0
3.26.0
3.25.1
3.25.0
3.24.0
3.23.0
3.22.3
3.22.2
3.22.1
3.22.0
3.21.2
3.21.1
3.21.0
3.20.0
3.19.0
3.18.0
3.17.0
3.16.2
3.16.1
3.16.0
3.15.1
3.15.0
3.14.0
3.13.1
3.13.0
3.12.3
3.12.2
3.12.1
3.12.0
3.11.0
3.10.0
3.9.0
3.8.0
3.7.2
3.7.1
3.7.0
3.6.0
3.5.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.179.0
2.178.2
2.178.1
2.178.0
2.177.0
2.176.0
2.175.1
2.175.0
2.174.1
2.174.0
2.173.4
2.173.3
2.173.2
2.173.1
2.173.0
2.172.0
2.171.1
2.171.0
2.170.0
2.169.0
2.168.0
2.167.2
2.167.1
2.167.0
2.166.0
2.165.0
2.164.1
2.164.0
2.163.1
2.163.0
2.162.1
2.162.0
2.161.1
2.161.0
2.160.0
2.159.1
2.159.0
2.158.0
2.157.0
2.156.0
2.155.0
2.154.1
2.154.0
2.153.0
2.152.0
2.151.1
2.151.0
2.150.0
2.149.0
2.148.1
2.148.0
2.147.3
2.147.2
2.147.1
2.147.0
2.146.0
2.145.0
2.144.0
2.143.1
2.143.0
2.142.1
2.142.0
2.141.0
2.140.0
2.139.1
2.139.0
2.138.0
2.137.0
2.136.1
2.136.0
2.135.0
2.134.0
2.133.0
2.132.1
2.132.0
2.131.0
2.130.0
2.129.0
2.128.0
2.127.0
2.126.0
2.125.0
2.124.0
2.123.0
2.122.0
2.121.1
2.121.0
2.120.0
2.119.0
2.118.0
2.117.0
2.116.1
2.116.0
2.115.0
2.114.1
2.114.0
2.113.0
2.112.0
2.111.0
2.110.1
2.110.0
2.109.0
2.108.1
2.108.0
2.107.0
2.106.1
2.106.0
2.105.0
2.104.0
2.103.1
2.103.0
2.102.1
2.102.0
2.101.1
2.101.0
2.100.0
2.99.1
2.99.0
2.98.0
2.97.1
2.97.0
2.96.2
2.96.1
2.96.0
2.95.1
2.95.0
2.94.0
2.93.0
2.92.0
2.91.0
2.90.0
2.89.0
2.88.0
2.87.0
2.86.0
2.85.0
2.84.0
2.83.1
2.83.0
2.82.0
2.81.0
2.80.0
2.79.1
2.79.0
2.78.0
2.77.0
2.76.0
2.75.1
2.75.0-alpha.0
2.74.0-alpha.0
2.73.0-alpha.0
2.72.1
2.72.0
2.71.0
2.70.0
2.69.0
2.68.0
2.67.0
2.66.1
2.66.0
2.65.0
2.64.0
2.63.2
2.63.1
2.63.0
2.62.2
2.62.1
2.62.0
2.61.1
2.61.0
0.0.0
Integration tests for the AWS CDK CLI
github.com/aws/aws-cdk
aws/aws-cdk-cli
@aws-cdk-testing/cli-integ
/
lib
/
package-sources
/
find-root.d.ts
7 lines
(6 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Find the root directory of the repo from the current directory * * We look for a file that is present only in the root of our AWS CDK CLI repository. */
export
declare
function
autoFindRepoRoot
(
):
Promise
<
string
>;