rsconnect-python icon indicating copy to clipboard operation
rsconnect-python copied to clipboard

Command line interface for publishing to Posit Connect

Results 85 rsconnect-python issues
Sort by recently updated
recently updated
newest added

as of v1.21.0, `conda_mode` is no longer supported. However, it is [currently still a required argument for `deploy_python_fastapi`](https://github.com/rstudio/rsconnect-python/blob/b583723fbc0157f2ed83d8501aeaadb9baa51f06/rsconnect/actions.py#L854). It might make more sense for users to make this optional/raise a...

Dear, I am using Posit Workbench on a system where I am also leveraging [DVC](https://dvc.org/) in order to keep track of my data/ML experiments. DVC depends on git tag ops...

queue

The build fails with: > LookupError: setuptools-scm was unable to detect version for /builddir/build/BUILD/rsconnect-python-1.21.0. > > Make sure you're either building from a fully intact git repository or PyPI tarballs....

All of the documentation is currently on one long page. It's hard to read/find what you're looking for. We can do some reorganization to make this content more digestible/discoverable, and...

documentation

While testing https://github.com/rstudio/rsconnect-python/pull/501 I realized that we don't have great error handling when git deploying when a requirements.txt file isn't found. It's not _likely_ a customer will hit this because...

Update README to include build information available in connect/rsconnect-jupyter etc READMEs cd docs make mkdocs serve

documentation

It looks like documentation for the --disable-env-management family of flags made it into the changelog/release notes, but it's not discoverable when you try to search the README. Changelog Note: >...

queue

Found while testing the [--cacert fix](https://github.com/rstudio/rsconnect-python/pull/406), the `.der` cert never worked right with `rsconnect add`. We can run `deploy` and `details` with the `.der` certs but cannot `rsconnect add`. We...

queue

The [Connect API](https://docs.posit.co/connect/api/#get-/v1/content/-guid-/bundles/-id-/download) supports downloading a content bundle. It would be nice to wrap this in a utility to pull a copy of a content item from Connect so that...

Building on #505. Do `kill` and then GET something that would trigger the app to load again, so that when a user hits it, it's "warm" again.