rsconnect-python
rsconnect-python copied to clipboard
Command line interface for publishing to Posit Connect
The deploy subcommands take "EXTRA_FILES" arguments, but it's really unclear how it actually works. The `--help` shows: > rsconnect deploy api [OPTIONS] DIRECTORY [EXTRA_FILES]... And the README shows: > rsconnect...
For example: ``` $ rsconnect deploy shiny -n rstudioservices . Error: Unable to infer Connect server type and setup server. ``` It turned out that I had added the the...
- specifying files to ignore via the `--exclude` option makes for very long command line arguments - the exclude patterns do not work consistently, see #320 - our current [globbing...
## Issue In our environment `rsconnect deploy` fails when `requirements.txt` refers to other requirement files as described in [Referring to other requirements files](https://pip.pypa.io/en/stable/reference/requirements-file-format/#referring-to-other-requirements-files). ## Steps to reproduce _Sorry, I currently...
Is it possible to add a custom URL to the app while deploying content? For example, the R package for the Posit API has [`set_vanity_url`](https://pkgs.rstudio.com/connectapi/reference/set_vanity_url.html) has this functionality, I was...
When using the command "rsconnect deploy fastapi" it ignores pip.conf global configurations like "extra-index-url", but it works adding in the requirements file the --extra-index-url option Thanks
It would be nice if you could specify a default server in the `servers.json` so that you don't need to supply the `-n` argument to every command. Today, the `-n`...
On timeout, the user currently sees the following opaque error message on client timeouts. ```shell Error: Exception trying to connect to https://rsc.radixu.com - _ssl.c:1091: The handshake operation timed out ```...
## Intent Resolves https://github.com/rstudio/rsconnect-python/issues/474. Dependent on https://github.com/rstudio/rsconnect-python/pull/477. ## Type of Change Enhancement ## Approach Includes a change to the functions passed to `make_bundle` to return the Manifest and the bundle...
Creating static outputs and revisions in Posit Cloud supports setting content_category in the API payload.