ci: Updated release flow for gman

This commit is contained in:
2025-09-12 11:40:03 -06:00
parent ea4bd5d81a
commit 3cc5b31beb
3 changed files with 82 additions and 2 deletions
+27 -2
View File
@@ -1,2 +1,27 @@
# homebrew-gman
Homebrew Tap for G-Man
# 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
```