Skip to content

Commit

Permalink
improve tip about committing context values
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed May 10, 2022
1 parent defaf82 commit 9e0f7ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions v1/cdk_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ If you are using Visual Studio, open the solution file in the `src` directory\.

Install the CDK Pipelines module along with any others you'll be using\.

**Tip**
Be sure to commit your `cdk.json` and `cdk.context.json` files in source control\. The context information \(such as feature flags and cached values retrieved from your AWS account\) are part of your project's state\. The values may be different in another environment, which can cause instability \(unexpected changes\) in your results\.
**Important**
Be sure to commit your `cdk.json` and `cdk.context.json` files to source control\. The context information \(such as feature flags and cached values retrieved from your AWS account\) are part of your project's state\. The values may be different in another environment, which can cause unexpected changes in your results\. For more information, see [Runtime context](context.md)\.

------
#### [ TypeScript ]
Expand Down
4 changes: 2 additions & 2 deletions v2/cdk_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ If you are using Visual Studio, open the solution file in the `src` directory\.

------

**Tip**
Be sure to commit your `cdk.json` and `cdk.context.json` files in source control\. The context information \(such as feature flags and cached values retrieved from your AWS account\) are part of your project's state\. The values may be different in another environment, which can cause instability \(unexpected changes\) in your results\.
**Important**
Be sure to commit your `cdk.json` and `cdk.context.json` files to source control\. The context information \(such as feature flags and cached values retrieved from your AWS account\) are part of your project's state\. The values may be different in another environment, which can cause unexpected changes in your results\. For more information, see [Runtime context](context.md)\.

## Define a pipeline<a name="cdk_pipeline_define"></a>

Expand Down

0 comments on commit 9e0f7ae

Please sign in to comment.