posit-dev / posit-dev/rsconnect-python
write-manifest quarto doesn't support Shiny Quarto documents
Nessuno ha ancora preso questa issue.
- Lingua principale
- Python
- Stelle
- 37
- Fork
- 28
- Merge medio
- 1g 3h
- PR unite (30g)
- 7
Descrizione
Summary
rsconnect write-manifest quarto always creates a static document manifest, even for Quarto documents that use server: shiny in their YAML front matter. There's no way to generate a quarto-shiny manifest via the CLI.
Details
The codebase has support for AppModes.SHINY_QUARTO internally, but the CLI doesn't expose this functionality:
- No
--shinyflag onwrite-manifest quarto - No auto-detection of
server: shinyin the Quarto document's YAML front matter write-manifest shinydoesn't recognize.qmdfiles as valid entry points
Current workarounds
- Use
quarto publish connectinstead (which does handle this correctly) - Manually create a
manifest.jsonwith"appmode": "quarto-shiny"
Expected behavior
Either:
write-manifest quartoshould detectserver: shinyin the document and create aquarto-shinymanifest automatically, OR- A
--shinyflag should be added to explicitly request a Shiny Quarto manifest
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Inizia dai punti di ingresso della CLI write-manifest quarto e write-manifest shiny, quindi segui il supporto esistente per AppModes.SHINY_QUARTO. Verifica come vengono gestiti il front matter YAML di Quarto e i punti di ingresso validi. Il lavoro è completo quando la CLI può produrre un manifest quarto-shiny per un documento .qmd che usa server: shiny, tramite rilevamento oppure mediante un flag esplicito.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- python
- Ambito
- cli
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100