Expand description
fraiseql schema metadata — display field-level security metadata from a running server.
Fetches GET /api/v1/schema/metadata and renders the result as an aligned table:
Field Encrypted Scope On Deny
---------- --------- -------- -------
User.email true - -
User.ssn - read:pii maskFunctions§
- format_
table - Render field security metadata as an aligned plain-text table.
- run
- Fetch schema metadata from
server_urland print as a formatted table.