How to load content from file using yaml template?
So, I've been trying to work around based on https://developer.1password.com/docs/cli/secrets-config-files#step-1-create-secret-references link.
My idea is to have a file on 1Password like:
yaml
db:
username: blabla
password: iamasecret
api:
whatever: whenever
And then, load to a yaml template file using op inject. However, when I try to do such a thing I get:
shell
item <vault id>/<item id> does not have a field db.username
Which makes sense when I discover the file running `op item get
Btw, I'm using the CLI 2.0.0
1Password Version: 8.9.4
Extension Version: Not Provided
OS Version: 12.5
Browser:_ Not Provided
