EnvMetaEntry =
object
Defined in: generate.ts:12
Metadata entry for a single environment variable.
This file is part of the stable public API: it powers the CLI generators, and is intended to be reusable by consumers.
Since
1.0.0
Properties
default?
optionaldefault:string
Defined in: generate.ts:44
Default value (documentation only).
Since
1.1.0
deprecated?
optionaldeprecated:boolean
Defined in: generate.ts:51
Mark variable as deprecated in docs.
Since
1.1.0
description?
optionaldescription:string
Defined in: generate.ts:16
Human-readable description.
example?
optionalexample:string
Defined in: generate.ts:23
Example value used for .env.example and documentation.
Tip: do NOT put real secrets here.
group?
optionalgroup:string
Defined in: generate.ts:37
Optional group/section for docs (primarily for Markdown format).
Since
1.1.0
link?
optionallink:string
Defined in: generate.ts:65
Optional link to further documentation.
Since
1.1.0
required?
optionalrequired:boolean
Defined in: generate.ts:30
Whether the variable is required.
Default Value
truesince?
optionalsince:string
Defined in: generate.ts:58
Version when the variable was introduced (documentation only).
Since
1.1.0