Skip to content

Commit

Permalink
docs: add example of passing in account param
Browse files Browse the repository at this point in the history
  • Loading branch information
jondkinney committed Dec 25, 2024
1 parent 562177a commit afa9a47
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ interactively prompted to sign in.
$ op read --no-newline op://vault/item/field
```

Specify an account by passing in a string argument after the `url`

```console
{{ onepasswordRead "op://vault/item/field" "account_name" }}
```

!!! warning

When using [1Password secrets
Expand Down

0 comments on commit afa9a47

Please sign in to comment.