Update README to enhance documentation on secrets run functionality and improve diagram formatting
- Replaced static diagram with a mermaid flowchart for better visualization of secrets management. - Expanded section on `secrets run` to clarify its operation as a pull → run → clear pipeline. - Added examples and syntax details for using `secrets run` in various scenarios. - Included information on automatic clearing of plaintext files after command execution.
This commit is contained in:
parent
f84ec44e29
commit
11b6ef87fa
2 changed files with 57 additions and 15 deletions
2
secrets
2
secrets
|
|
@ -1,6 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# SPDX-License-Identifier: PolyForm-Noncommercial-1.0.0
|
||||
|
||||
# secrets — encrypted env file sync between machines
|
||||
# Uses age key-file encryption + a private git repo.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue