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

The Posit Connect command-line interface.

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

as a publisher, I would like to discover what images are available to build and execute my content from my terminal

Create a .snyk file to remove test code ## Intent Remove test code from scanning. ## Type of Change N/A ## Approach N/A ## Automated Tests N/A ## Directions for...

That's what it's called in the docs, and is a bit more intuitive: https://docs.posit.co/connect/user/orientation/#static-hosting

I get `penguins.qmd` from https://quarto.org/docs/dashboards/interactivity/shiny-python/index.html I create a venv with the requirements: ``` uv venv -p 3.13.5 uv pip install shiny shinywidgets jupyter seaborn source .venv/bin/activate ``` I can now...

``` ❯ rsconnect details -n demo Validating server... [OK] Posit Connect URL: https://pub.demo.posit.team Gathering details... [OK] Posit Connect version: 2025.04.0 Installed versions of Python: 3.10.13 3.10.14 3.11.3 3.11.9 3.12.3 3.12.3...

I've always thought it was strange that rsconnect-python emits both the webapp URL as well as the standalone URL (with a name that is different from what we use elsewhere...

## Intent Require a requirements file by default, do not provide one. This is partially an idea to see how others feel about it. I would argue that we actually...

Fix for https://github.com/posit-dev/rsconnect-python/issues/676

When deploying to Connect the content URL should be output in all scenarios, including failure. This would allow the user to easily jump to Connect to review the relevant logs....