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:
- Header panel — CLI version and schema version.
- Schema Fields table — all 15 fields with their required status and descriptions.
- 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
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.