Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontmatter TOML support #2251

Open
davidolrik opened this issue Jan 5, 2025 · 0 comments
Open

Frontmatter TOML support #2251

davidolrik opened this issue Jan 5, 2025 · 0 comments

Comments

@davidolrik
Copy link

I would love to be able to manipulate TOML frontmatter using yq.

I can do this today with YAML which is super nice like this:

yq --front-matter="process" '.updated_at = now

TOML frontmatter uses +++ as delimiters, so we should be able to use the same syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant