Skip to content

Commit b37b82f

Browse files
committed
Add runtime injection highlights to README
- Add runtime injection to key features list - Include quick example of keep run command - Update documentation links for new structure
1 parent c66aedd commit b37b82f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- **🔄 Bulk Operations** - Import, export, copy, and diff secrets across environments
1717
- **🤝 Team Collaboration** - Share secret management with proper access controls
1818
- **⚙️ CI/CD Ready** - Export secrets for deployment pipelines
19+
- **🚀 Runtime Injection** - Execute processes with injected secrets (no disk writes)
1920

2021
## Quick Example
2122

@@ -40,6 +41,9 @@ composer require stechstudio/keep
4041

4142
# Use template with placeholders
4243
./vendor/bin/keep export --stage=production --template=.env.template --file=.env
44+
45+
# Runtime injection - execute with secrets, no files created
46+
./vendor/bin/keep run --vault=ssm --stage=production -- npm start
4347
```
4448

4549
## Interactive Shell
@@ -93,10 +97,10 @@ The Web UI provides:
9397
📚 **Full documentation available at [https://stechstudio.github.io/keep/](https://stechstudio.github.io/keep/)**
9498

9599
- [Installation & Configuration](https://stechstudio.github.io/keep/guide/installation)
96-
- [Managing Secrets](https://stechstudio.github.io/keep/guide/managing-secrets/)
97100
- [Interactive Shell Guide](https://stechstudio.github.io/keep/guide/shell)
98-
- [AWS Authentication](https://stechstudio.github.io/keep/guide/reference/aws-authentication)
99-
- [CLI Reference](https://stechstudio.github.io/keep/guide/reference/cli-reference)
101+
- [Deployment & Runtime](https://stechstudio.github.io/keep/guide/deployment/)
102+
- [AWS Authentication](https://stechstudio.github.io/keep/guide/aws-authentication)
103+
- [CLI Reference](https://stechstudio.github.io/keep/guide/cli/reference)
100104

101105
## License
102106

0 commit comments

Comments
 (0)