Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Environment Variables

The uzumibi CLI does not define custom environment variables for project generation.

Generated projects may read platform-specific or build-specific variables. The Cloudflare Wasm build recognizes:

VariablePurpose
UZUMIBI_HTTP_MAX_BYTESOne-build override for the maximum encoded HTTP request size
CARGO_TARGET_DIRStandard Cargo target-directory override

For a persistent HTTP-size setting, edit uzumibi.httpMaxBytes in the generated package.json. The precedence is:

  1. --http-max-bytes passed to scripts/build-wasm.mjs
  2. UZUMIBI_HTTP_MAX_BYTES
  3. package.json
  4. the built-in default of 65536