posit-dev / rsconnect-python

Command line interface for publishing to Posit Connect
https://docs.posit.co/rsconnect-python/
GNU General Public License v2.0
28 stars 21 forks source link

rsconnect deploy --help is wrong? (Suggests shinyapps.io supports non-shiny apps) #481

Open astrowonk opened 12 months ago

astrowonk commented 12 months ago

The command line help for deploy implies that streamlit and dash are supported on shinyapps.io:

streamlit      Deploy a Streamlit Application to Posit Connect [v1.8.4+],
                 Posit Cloud, or shinyapps.io.
dash       Deploy a Dash Application to Posit Connect [v1.8.2+], Posit
                 Cloud, or shinyapps.io.

but trying to deploy a streamlit app to shinyapps.io doesn't work (at least on the free tier I'm on) and there's no documentation I can find anywhere that suggests shinyapps.io supports streamlit or dash.

aronatkins commented 12 months ago

Moved this issue to rsconnect-python from rsconnect.

mbaynton commented 12 months ago

Hi Marcos, Thanks for filing an issue about this. Your suspicion that the help is wrong is correct, streamlit and dash aren't supported on shinyapps.io. We'll get this fixed.