@yallagoto/yalla
v0.1.5
Published
Yalla CLI — deploy a folder or built static output to your internal, SSO-protected Yalla host.
Downloads
626
Readme
@yallagoto/yalla
The Yalla CLI, as an npm wrapper. On install it downloads the native yalla
binary for your platform (macOS/Linux, x64/arm64) from your Yalla host's public
/dl endpoint. The installer downloads the matching
yalla-cli-latest-<os>-<arch>.tar.gz archive and requires its SHA-256 checksum
before extracting or installing the binary.
npx @yallagoto/yalla deploy <site> --dir <folder>
# or install it:
npm i -g @yallagoto/yalla
yalla access-login https://<your-yalla-host>
yalla initYou don't need the CLI to use Yalla at all — drag a folder or a .zip at
https://<your-yalla-host>/upload, or point a coding agent at
https://<your-yalla-host>/llms.txt.
Config: the download host defaults to package.json → yalla.installBase.
Override per-machine with YALLA_INSTALL_BASE=https://<your-yalla-host>.
Deploys still require SSO — the CLI authenticates via yalla access-login.
