reposell sell
Status: planned
sell is specified but not yet part of the shipped binary (v0.x). Today the /sell page is generated by reposell build and deployed through CI โ see build and the sell endpoint spec.
Manage the /sell endpoint from the terminal.
bash
reposell sell generate # render the /sell page from reposell.yml + releases
reposell sell validate # check pricing, Payment Links and release state
reposell sell preview # serve the page locally and open it
1
2
3
2
3
Planned behavior
generaterenders the same deterministic HTML thatreposell buildships โ available releases with their verified Payment Links, blocked releases clearly marked.validateruns the payment checks: HTTPS, Stripe domain, amount/currency match against the release manifest. Mismatch โ BLOCKED, never guessed around.previewis local-only; it never publishes anything.
Today
bash
reposell build --out dist # generates /reposell/* including sell/index.html
reposell health # per-release health report
1
2
2
The built sell/index.html is deployed to GitHub Pages by the generated workflow.