@aws-cdk/integ-runner 2.197.10 → 2.197.12

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/README.md CHANGED
@@ -112,6 +112,12 @@ If not, changes cannot be compared across systems and the [update workflow](#upd
112
112
  Keep generated snapshots when differences exist in snapshot comparisons.
113
113
  - `--max-workers` (default=`16`)
114
114
  The max number of workerpool workers to use when running integration tests concurrently.
115
+ - `--proxy`
116
+ Use the indicated proxy for all AWS API calls. If not specified, proxy settings are auto-detected
117
+ from `HTTPS_PROXY` / `HTTP_PROXY` environment variables.
118
+ - `--ca-bundle-path`
119
+ Path to a PEM certificate bundle to use when validating HTTPS requests. If not specified,
120
+ reads from the `AWS_CA_BUNDLE` environment variable.
115
121
 
116
122
  Example:
117
123