rstudio / rsconnect

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

allow app-mode override #948

Closed aronatkins closed 1 year ago

aronatkins commented 1 year ago

Let the caller override the inferred type of content.

Separated from #942.

dragonstyle commented 1 year ago

Thanks for opening this.

I think this fix is essential as this provides a way for a caller to control the type of content without relying on inference (which can't anticipate all possible deployment scenarios that callers could create).

Quarto Manuscript publishing to connect is broken in RStudio until this issue, or some other workaround is discovered, though @Hadley and I reviewed the issues and concluded this was likely to be the best fix.