Local
Provides pipeline environment variables from local storage.
Settings
Plugin name: local
| Setting | Description |
|---|---|
ENABLED | Enable the plugin ("true" | "false") |
CONFIG_PATH | Path to where configuration files should be stored on disk (the plugin stores its files in a subdirectory) required (string) |
SECRET_KEY | Passphrase for encrypting secrets required (string) |
PRIORITY | Priority of the variables provided by the plugin (default: 1) (number) |
Web UI integration
This plugin supports configuration via the Web UI plugin for:
- Environment variables / secrets
CLI integration
This plugin provides commands for Reeve CLI.
sh
reeve ask local --list
local
get <name> - get environment variable
list - list environment variables and secrets
set <name> <value> - set environment variable
set-secret <name> <value> - set environment secret
unset <name> - unset environment variable or secret