docs: Cleaned up README formatting a tad (80 character column length)
Check / stable / fmt (push) Has been cancelled
Check / beta / clippy (push) Has been cancelled
Check / stable / clippy (push) Has been cancelled
Check / nightly / doc (push) Has been cancelled
Check / 1.89.0 / check (push) Has been cancelled
Test Suite / ubuntu / beta (push) Has been cancelled
Test Suite / ubuntu / stable (push) Has been cancelled
Test Suite / macos-latest / stable (push) Has been cancelled
Test Suite / windows-latest / stable (push) Has been cancelled
Test Suite / ubuntu / stable / coverage (push) Has been cancelled

This commit is contained in:
2026-03-09 17:35:22 -06:00
parent cc44fca54e
commit b2a51dc1b1
+3 -3
View File
@@ -14,8 +14,8 @@ files or sprinkling environment variables everywhere.
## Overview ## Overview
`gman` acts as a universal wrapper for any command that needs credentials. Store your secretsAPI tokens, passwords, `gman` acts as a universal wrapper for any command that needs credentials. Store your secrets (e.g. API tokens, passwords,
certswith a provider, then either fetch them directly or run your command through `gman` to inject what it needs as certs, etc.) with a provider, then either fetch them directly or run your command through `gman` to inject what it needs as
environment variables, flags, or file content. environment variables, flags, or file content.
## Quick Examples: Before vs After ## Quick Examples: Before vs After
@@ -694,7 +694,7 @@ gman managarr
### Multiple Providers and Switching ### Multiple Providers and Switching
You can define multiple providerseven multiple of the same typeand switch between them per command. You can define multiple providers (even multiple of the same type) and switch between them per command.
Example: two AWS Secrets Manager providers named `lab` and `prod`. Example: two AWS Secrets Manager providers named `lab` and `prod`.