File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments