Skip to main content

Synopsis

Description

dms info prints a summary of the installed DMS schema to the terminal. It is useful for quickly checking what version of the schema is installed, reviewing which fields are required, and looking up the full list of allowed enum values for type, creator role, and rights.access_level. The command produces three sections:
  1. Header panel — CLI version and schema version.
  2. Schema Fields table — all 15 fields with their required status and descriptions.
  3. Enum value lists — the complete allowed values for type, creator roles, and access levels.

Options

dms info takes no options or arguments.

Terminal output

Example

Notes

Use dms info when you are unsure of the exact spelling for a type, creator role, or access_level value. The output lists every allowed enum value so you can copy the correct string directly.
The schema version shown by dms info reflects the schema bundled with your installation. If you update the repository, re-run pip install -e . to pick up any schema changes.