Skip to content

Commit

Permalink
docs fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Jan 18, 2023
1 parent 8925a32 commit 281d1d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions packages/@aws-cdk/cli-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,22 @@

<!--END STABILITY BANNER-->

## Overview
## ⚠️ Experimental module

This package is highly experimental. Expect frequent API changes and incomplete features.
Known issues include:

This package provides a library to interact with the AWS CDK CLI programmatically.
- **JavaScript/TypeScript only**\
The jsii packages are currently not in a working state.
- **No useful return values**\
All output is currently printed to stdout/stderr
- **Missing or Broken options**\
Some CLI options might not be available in this package or broken

## Overview

Currently the package has implementations for:
Provides a library to interact with the AWS CDK CLI programmatically from jsii supported languages.
Currently the package includes implementations for:

- `cdk deploy`
- `cdk synth`
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cli-lib/lib/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ async function withEnv(block: () => Promise<any>, env: Record<string, string> =
} finally {
process.env = originalEnv;
}
}
}

0 comments on commit 281d1d9

Please sign in to comment.