WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

posit-dev/rsconnect-python

Repository files navigation

The Posit Connect command-line interface.

Installation

uv

uv tool install rsconnect-python

pipx

pipx install rsconnect-python

into your project

python -m pip install rsconnect-python

Usage

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 production

Deploy your application:

rsconnect deploy shiny app.py --title "my shiny app"

Read more about publisher and admin capabilities on the docs site.

Contributing

Contributing docs