rsconnect-python
rsconnect-python copied to clipboard
Command line interface for publishing to Posit Connect
Hi, I am trying to use rsconnect from the command line to build a manifest.json file for my quarto (book) project. When I run the following code in the root...
rsconnect 1.22.0 does not support `rsconnect write-manifest html` or `rsconnect write-manifest other-content`. Both of these options are supported by `rsconnect deploy `. This means that manifest generation and deployment cannot...
```bash mkdir VeryInteresting cd VeryInteresting echo "very interesting" > index.qmd rsconnect deploy quarto index.qmd ``` The content name should default to "VeryInteresting" rather than "index".
With a `RSConnectExecutor` object, if `.server_settings` is accessed and `self.client` is a `PositClient` object (as opposed to a `RSConnectClient` object), it will throw an error. I'm running into this problem...
> In my case, the app.py is a symlink to a file in the parent directory (long story, but there is a good reason for this). When rsconnect deploys an...
Create some content and deploy like: ```bash mkdir some-test-content cd some-test-content echo "not interesting" > index.qmd rsconnect deploy quarto index.qmd ``` This deploy command uses my `CONNECT_SERVER` and `CONNECT_API_KEY` to...
I have 3 saved/nicknamed servers. When deploying, I need to pick one using `-n`. When I forgot, instead of a helpful error message I got a stack trace: ```shell ❯...
Currently the package generates a requirements.txt file automatically as part of the deployment process which causes a lot of problems for neophite users. A few observations from supporting lots of...
In rsconnect-python 1.20, deploying from the command line with ``` rsconnect deploy fastapi -s $SERVER_URL -k $MY_API_KEY ... ``` fails if `CONNECT_API_KEY` is set in the environment. The same deployment...
We have a report of a keyerror when deploying a jupyter notebook. After doing some code reading, it's unclear to me how this could occur if we get a successful...