Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Common questions and error messages.
Tempify manages template packages, questions, hooks, lock/reapply. Prebyte renders individual .pbt text files. See Prebyte Passthrough.
- Workspace:
./templates/<id>/(searched upward from CWD) - Shared store:
$XDG_DATA_HOME/tempify/templates/ tempify listshows both
tempify list- is the ID visible?- Is the template under
templates/<id>/with a validtemplate.lua? - Shared store: run
tempify refresh tempify doctorfor environment diagnostics
The target directory already exists. Options:
- Choose a different path
-f/--overwrite-if-exists- overwrite collisions-s/--skip-if-file-exists- keep existing files
A required question was not answered. Add --set key=value, use --answers, or run interactively/TUI without --non-interactive.
The answers file contains keys the template does not know. Remove keys or omit --strict.
- Is
--no-hooksor--accept-hooks noset? - With
askand no TTY: hooks run without prompt (non-interactive pipeline) - Does the template define hooks at all?
tempify info <id>
Without TTY and with --accept-hooks ask, input may be waited on. In CI: use --accept-hooks yes or no.
.tempify-lock.json comes from a different template than requested. Reapply only with matching template ID.
By design - major and certain pre-1.0 transitions require manual review. Use tempify … --diff to analyze.
Render normally first (creates .tempify-lock.json), then reapply.
| Command | Purpose |
|---|---|
validate | Structural errors (broken manifest, duplicate keys) |
lint | Quality hints (missing prompts, unused files) |
test | Fixture-based snapshot tests |
See Template Quality.
Tempify · Repository · Issues · Releases
Documentation lives in this wiki. For a build quickstart, see the README in the repository.
Prebyte (template engine) is a separate project bundled by Tempify.
- CLI Reference
- Questions & Answers
- Configuration
- Render Options
- Hooks (Users)
- Reapply & Diff
- Shared Template Store
- Prebyte Passthrough
- Shell Completion