rsconnect-python
rsconnect-python copied to clipboard
Command line interface for publishing to Posit Connect
Connect 2025.04 allows setting `environment.identifier` in the bundle's `manifest.json`. This new field allows the content to target a specific execution environment when running on Connect. The existing `environment.image` field remains...
These failures stem from this change in Connect: https://github.com/posit-dev/connect/commit/88ce4ff4d46ae1c4ba831e99b0136d86c0718cf3#diff-db146a204844f1dd26bd7bcafabfbd64d399001dd8bad4e7174611c628a8bfbe It removed the Justfile commands that this CI uses (`just test-rsconnect-python-repo`). The original intention was to ensure that changes to rsconnect-python...
Replaces https://github.com/posit-dev/connect/issues/30437 ## System details OS Version : OSX Sonoma ## Problem Statement Creating it as a "bug" because it could be perceived as one from the users. ## Steps...
I would like to create a bundle, have it deployed to an integration server, tested by testers, and only when they approve, the very same bundle needs to go to...
Newer versions of Connect added support for installing requirements via `uv pip`, this is opt-in and has to be enabled by the user in the manifest. An option to do...