rsconnect-python icon indicating copy to clipboard operation
rsconnect-python copied to clipboard

Command line interface for publishing to Posit Connect

Results 85 rsconnect-python issues
Sort by recently updated
recently updated
newest added

Using the `rsconnect-python` package to publish content in rstudio.cloud, these `xdg-open` errors are displayed in the terminal, even though the content is published correctly. ``` /cloud/project$ [443:443:1021/172110.397604:ERROR:ozone_platform_x11.cc(240)] Missing X server...

With the removal of the API docs, it would be good for users to have some sort of documentation to show how to use `rsconnect-python` API in a narrative way....

It is possible to use the `--insecure` option when adding a / deploying to a server that utilizes system certificates, but we should detect them automatically and may do this...

https://github.com/pallets/click/issues/780 https://github.com/pallets/click/pull/782 This is an outstanding issue in `click` for a number of years. We might be able to make a custom completer to work around the lack of support...

Is it possible to add a custom header to an rsconnect add command?

## Intent I am unable to deploy to connect from my development server because the python I'm using is newer than the versions available on connect. I would like to...

The `--parallelism` option is not explained in the README.

Use `GET /__api__/v1/tasks/{id}` to track task progress. https://github.com/posit-dev/rsconnect-python/blob/b93757922cb6114b91fee4d08d96eb71d850caac/rsconnect/api.py#L396-L402 Documentation: * https://docs.posit.co/connect/api/#get-/v1/tasks/-id-

## Intent The v0 task is still returned by the v0 deploy endpoint. * poll-wait is an integer, not a float, and is used to configure the long-poll task requests...