Skip to content

Local

GitHub TagLicenseGit Repository

Provides pipeline environment variables from local storage.

Settings

Plugin name: local

SettingDescription
ENABLEDEnable the plugin ("true" | "false")
CONFIG_PATHPath to where configuration files should be stored on disk (the plugin stores its files in a subdirectory) required (string)
SECRET_KEYPassphrase for encrypting secrets required (string)
PRIORITYPriority 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