Docs
ResourceApp tools

geni app build-status

Read the live app's Vite build state.

geni app build-status [id] [flags]

Reads the live app's Vite build state: status, error message, and when it last built. Useful after publish to confirm the build went through, or when a handler change isn't taking effect.

Synopsis

geni app build-status
geni app build-status wf_01HX --json
Arg / FlagNotes
[id]App id. Omit to use the marker in --dir.
--dir <path>Resource directory. Defaults to cwd.
--jsonMachine-readable output.

Build status is one of pending, queued, building, ready, or error.

On this page