Back to Chezmoi

`dashlaneNote` *filter*

assets/chezmoi.io/docs/reference/templates/dashlane-functions/dashlaneNote.md

2.70.2530 B
Original Source

dashlaneNote filter

dashlaneNote returns the content of a secure note from Dashlane using the Dashlane CLI (dcli). filter is passed to dcli note, and the output from dcli note is just read as a multi-line string.

The output from dcli note is cached so calling dashlaneNote multiple times with the same filter will only invoke dcli note once.

!!! example

```
{{ dashlaneNote "filter" }}
```