getStage(
stage):string
Defined in: src/utils/get-stage/get-stage.ts:6
Normalises the stage string to lowercase to ensure consistency.
Parameters
stage
string
The deployment stage (e.g., "dev", "prod", "Feat-123").
Returns
string
The normalised stage string.