Skip to content
On this page

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

Planned behavior

  • generate renders the same deterministic HTML that reposell build ships โ€” available releases with their verified Payment Links, blocked releases clearly marked.
  • validate runs the payment checks: HTTPS, Stripe domain, amount/currency match against the release manifest. Mismatch โ†’ BLOCKED, never guessed around.
  • preview is 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

The built sell/index.html is deployed to GitHub Pages by the generated workflow.

Made with โ˜• and ๐ŸŽง by a solo developer from the Dominican Republic.

theme byReactBits