Getting started
Install the CLI
Section titled “Install the CLI”curl -fsSL https://hupp.ing/install | shThe installer drops a single self-contained hupp binary on your PATH.
Later, hupp upgrade replaces it with the newest release.
Sign in
Section titled “Sign in”hupp loginThis opens a browser page that links the CLI to your account and stores an API
token in ~/.config/hupp/token. Check who you are with:
hupp whoamiIn CI or scripts, skip hupp login and set the HUPP_TOKEN environment
variable instead — it overrides the stored token.
Publish a page
Section titled “Publish a page”hupp notes.mdThe command uploads the file and prints its share link. HTML is served as-is; Markdown is rendered to a styled page. You can also pipe from stdin:
echo '<h1>hello</h1>' | hupp -See what you’ve published
Section titled “See what you’ve published”hupp usageshows your storage use and file count. The dashboard lists every page with its link, visibility, and expiry, and lets you upload from the browser too.