Skip to content

Commit 77d0928

Browse files
committed
Update readme
1 parent ce56dbd commit 77d0928

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Keep
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/stechstudio/keep.svg?style=flat-square)](https://packagist.org/packages/stechstudio/keep)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/stechstudio/keep.svg?style=flat-square&include_prereleases)](https://packagist.org/packages/stechstudio/keep)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
55
[![Tests](https://img.shields.io/github/actions/workflow/status/stechstudio/keep/tests.yml?branch=main&style=flat-square)](https://github.com/stechstudio/keep/actions/workflows/tests.yml)
66

@@ -9,7 +9,7 @@
99
## Key Features
1010

1111
- **🔐 Multi-Vault Support** - AWS SSM Parameter Store and AWS Secrets Manager
12-
- **🖥️ Web UI** - Modern browser-based interface for visual secret management
12+
- **🖥️ Web UI** - Local browser-based interface for visual secret management
1313
- **🚀 Interactive Shell** - Context-aware shell with tab completion for rapid secret management
1414
- **🌍 Environment Isolation** - Separate secrets by environment (local, staging, production)
1515
- **📝 Template Management** - Create, validate, and process templates with placeholders
@@ -37,7 +37,7 @@ composer require stechstudio/keep
3737
./vendor/bin/keep export --env=production --file=.env
3838

3939
# Create template from existing secrets
40-
./vendor/bin/keep template:add .env.template --env=production
40+
./vendor/bin/keep template:add --env=production
4141

4242
# Use template with placeholders to generate .env file
4343
./vendor/bin/keep export --env=production --template=env/production.env --file=.env

0 commit comments

Comments
 (0)