Synopsis
Description
dms init launches an interactive wizard that walks you through every field of the Dzaleka Metadata Standard schema. The wizard prompts for required fields (title, type, description, language), then offers optional sections for creators, location, rights, and source provenance.
At the end of the session the generated record is displayed as formatted JSON. You can save it to a path you supplied via --output, or accept the suggested filename (TYPE_XXXXXXXX.json) in the current directory.
Press Ctrl+C at any prompt to cancel without saving.
Options
Pre-set the heritage type and skip the type-selection prompt. Must be one of the ten valid types. If the value you supply is not recognised, the wizard falls back to an interactive selection.Valid values:
story, photo, document, audio, video, event, map, artwork, site, poemFile path where the finished record will be saved. When omitted, the wizard proposes a filename derived from the record type and the first eight characters of its UUID (e.g.,
poem_3f8a1c2b.json) and asks for confirmation before writing.Wizard walkthrough
Examples
Notes
The wizard always writes
date.created as today’s ISO date. To change it, open the saved file and edit the date.created field directly, or add an event_date for a historical event date.