rsconnect-python
The Posit Connect command-line interface.
Links
AI / Agents
Developers
Community
Meta
Requires: Python >=3.8
Provides-Extra: keyring, snowflake
rsconnect-python
The Posit Connect command-line interface.
Installation
uv
uv tool install rsconnect-pythonpipx
pipx install rsconnect-pythoninto your project
python -m pip install rsconnect-pythonUsage
Get an API key from your Posit Connect server with at least publisher privileges:
Store your credentials:
rsconnect add --server https://connect.example.com --api-key <YOUR-CONNECT-API-KEY> --name productionDeploy your application:
rsconnect deploy shiny app.py --title "my shiny app"Read more about publisher and admin capabilities on the docs site.