Installation
Requirements
- PHP 8.3 or higher
- Composer 2.0 or higher
- AWS credentials configured (for AWS vaults) - see AWS Authentication
Project Installation (Recommended)
Install Keep as a development dependency:
bash
composer require --dev stechstudio/keep
Run commands using:
bash
./vendor/bin/keep [command]
Tip: Add an alias to your shell profile:
bash
alias keep="./vendor/bin/keep"
Global Installation
For standalone use across projects:
bash
composer global require stechstudio/keep
Add Composer's global bin to your $PATH
:
bash
export PATH="$PATH:$HOME/.composer/vendor/bin"
Verify Installation
bash
keep --version