File tree Expand file tree Collapse file tree 5 files changed +341
-306
lines changed Expand file tree Collapse file tree 5 files changed +341
-306
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99### Added
1010
11- - Add ` --disable-env-management- py ` and ` --disable-env-management-r ` flags for all content types that support environment restores (non static).
12- This flag indicates to Connect that the user is responsible for Python/R package installation and Connect should not install
13- packages during the build. The Python/R packages must still be available in the runtime environment in order to run the content.
14- This is especially useful if off-host execution is enabled when the execution environment (specified by ` --image ` ) already contains the required
15- packages. Requires Posit Connect ` >=2023.07.0 ` .
11+ - Add ` --disable-env-management ` , ` --disable-env-management- py` and ` --disable-env-management-r ` flags for all content types
12+ that support environment restores. These flags indicate to Connect that the user is responsible for Python/R package
13+ installation, and Connect should not install packages during the build. The Python/R packages must still be available in the runtime
14+ environment in order to run the content. This is especially useful if off-host execution is enabled when the execution environment
15+ (specified by ` --image ` ) already contains the required packages. Requires Posit Connect ` >=2023.07.0 ` .
1616
1717## [ 1.19.1] - 2023-08-01
1818
You can’t perform that action at this time.
0 commit comments