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.
- Host: GitHub
- URL: https://github.com/ecoutu/pass-yaml
- Owner: ecoutu
- License: gpl-3.0
- Created: 2020-08-18T14:12:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T16:26:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-07T20:09:43.045Z (over 1 year ago)
- Topics: pass, pass-extension, password-store, password-store-extension, secrets-management, yaml
- Language: Makefile
- Homepage: https://www.passwordstore.org
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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