posit-dev / posit-dev/rsconnect-python
Add `html`/`static` to commands for `rsconnect write-manifest`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 37
- Forks
- 28
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 7
Description
rsconnect deploy has a command for deploying static HTML content to Connect with rsconnect deploy html. There is no equivalent command for rsconnect write-manifest making it difficult to deploy such content using git.
- A
manifest.jsonfor static content, https://github.com/brooklynbagel/reflex-pct/blob/0957b519e569b120c3f4514954d54ac8baf2b76c/frontend/manifest.json - Sample script to generate
manifest.json, https://github.com/brooklynbagel/reflex-pct/blob/0957b519e569b120c3f4514954d54ac8baf2b76c/write-manifest.py
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the rsconnect write-manifest command and compare it with rsconnect deploy html. Review the linked manifest.json and write-manifest.py examples to understand the expected static-content manifest; done means write-manifest accepts the html/static command and produces a usable manifest for deployment through git.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100