We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I would love to be able to manipulate TOML frontmatter using yq.
TOML
yq
I can do this today with YAML which is super nice like this:
YAML
yq --front-matter="process" '.updated_at = now
TOML frontmatter uses +++ as delimiters, so we should be able to use the same syntax.
+++