annexo
v0.2.1
Published
Publish AI-generated HTML artifacts to Annexo with one stable share URL.
Maintainers
Readme
annexo
CLI for Annexo — give AI-generated HTML artifacts a stable, updateable share URL.
Install
npm install -g annexoThen authorize the device once:
annexo loginPublish
annexo publish ./report.html \
--assets ./assets \
--title "Q2 forecast" \
--description "Short context for the recipient"The CLI prints the share URL on success.
Commands
| Command | What it does |
| --- | --- |
| annexo login | Opens a browser to authorize this device. Writes the token to ~/.annexo/env. |
| annexo logout | Removes the saved token. |
| annexo whoami | Prints the email this device is signed in as. |
| annexo publish <file> | Uploads <file> (and optional assets) and prints the share URL. |
| annexo --version | Prints the CLI version. |
Environment
The CLI reads ~/.annexo/env automatically. Variables:
ANNEXO_BASE_URL— override the API host (defaulthttps://www.annexo.io).ANNEXO_API_TOKEN— auth token (written byannexo login).ANNEXO_SOURCE— reported upload source:cli,claude, orcodex.
Publishing this package
From packages/annexo-cli/:
npm publish --access publicLicense
MIT
