rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
133 stars 81 forks source link

Add space parameter to deploy*() functions for specifying a destination when publishing to Posit Cloud #961

Closed kippandrew closed 1 year ago

kippandrew commented 1 year ago

Posit Cloud supports publishing content to any space within the target account. However, because we don't provide a way to target a space when publishing via the command line, content is published in the user's default space called "Your Workspace". We would like to allow users to optionally specify a space when deploying content to Posit Cloud. The space parameter could accept a space by name or ID. It may be useful to have a function to let users discover spaces they have access to.

cc @hadley @aronatkins @omar-rs @mslynch @Alex-Chisholm