28 lines
812 B
Markdown
28 lines
812 B
Markdown
# G-Man - Universal command line credential management and injection tool
|
|
|
|
```
|
|
____ __ __
|
|
/ ___| | \/ | __ _ _ __
|
|
| | _ _____| |\/| |/ _` | '_ \
|
|
| |_| |_____| | | | (_| | | | |
|
|
\____| |_| |_|\__,_|_| |_|
|
|
|
|
|
|
```
|
|
|
|
`gman` is a command-line tool for managing and injecting secrets for your scripts, automations, and applications.
|
|
It provides a single, secure interface to store, retrieve, and inject secrets so you can stop hand-rolling config
|
|
files or sprinkling environment variables everywhere.
|
|
|
|
**This repo holds the Homebrew Tap and Formula for [G-Man](https://github.com/Dark-Alex-17/gman)**
|
|
|
|
# Install with
|
|
|
|
```
|
|
brew tap Dark-Alex-17/gman
|
|
brew install gman
|
|
|
|
# If you need to be more specific, use:
|
|
brew install Dark-Alex-17/gman/gman
|
|
```
|