method EnvProvider.prototype.isHealthy
Since 0.5.0
EnvProvider.prototype.isHealthy(): Promise<boolean>

Lifecycle truth (M90b): environment variables are process state, so the only honest reachability answer is readiness.

Return Type

Promise<boolean>

true — the environment is always reachable

Usage

import { EnvProvider } from "secrets-plugin/src/index.ts";