Skip to content

Commit 00dacde

Browse files
committed
Add shorthand disable_env_management flag, make api params non-negative and nullable
1 parent 2f31062 commit 00dacde

File tree

5 files changed

+341
-306
lines changed

5 files changed

+341
-306
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)