rsconnect-python
rsconnect-python copied to clipboard
Command line interface for publishing to Posit Connect
There is a [Connect API](https://docs.posit.co/connect/api/#delete-/v1/content/-guid-/jobs/-key-) for this but no convenience utility to reach it. I'm assuming that in the average use case, there's not a specific process associated with a...
I have a question regarding rsconnect and how to optimally deploy (python in our case) apps. We recently switched to rsconnect and one limitation we found is that you cannot...
Issue has existed previously but confirmed while working on https://github.com/rstudio/rsconnect-python/pull/417 Including extra files will result in file not found errors. This happens whether the command is executed outside or inside...
The `rsconnect deploy` command has the following options: ```bash $ rsconnect deploy --help Usage: rsconnect deploy [OPTIONS] COMMAND [ARGS]... Deploy content to Posit Connect, Posit Cloud, or shinyapps.io. Options: --help...
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...
Environment variables are silently ignored when deploying to shinyapps.io. > Does shinyapps.io just silently ignore the --environment parameters? Can this error informatively so that you don't have to read the...
We no longer need to use `six` since we have dropped Python 2 support.
When using the `--static` option while deploying a notebook with a long-running cell (i.e. `time.sleep(30)` or longer), the rendering will timeout and deploy will fail. The timeout should be removed...
It would be useful in server migration and cache rebuild scenarios, to have a search function for all content that isn't already set to run on a schedule.
Currently we can only supply a server api key to the `add` command using the `-k` flag. To prevent api keys from leaking through user's bash history, we should provide...