An open API service indexing awesome lists of open source software.

https://github.com/ecoutu/pass-yaml

A pass extension for interacting with yaml stored in pass files.
https://github.com/ecoutu/pass-yaml

pass pass-extension password-store password-store-extension secrets-management yaml

Last synced: 6 months ago
JSON representation

A pass extension for interacting with yaml stored in pass files.

Awesome Lists containing this project

README

          

# pass-yaml

A [pass] extension for interacting with yaml stored in pass files.

## Install

### Requirements

- [yq] >= 3.3 - refer to the documentation to install.

### Source Install

```shell script
curl -LO https://github.com/ecoutu/pass-yaml/archive/v1.1.tar.gz
tar xzvf v1.1.tar.gz
cd pass-yaml-1.1
sudo make install
```

[pass]: https://www.passwordstore.org/
[yq]: https://github.com/mikefarah/yq