# Functions
ValidateAndReplaceForCommands validates the commands data for global variable references and replaces them with the variable value.
ValidateAndReplaceForComponents validates the components data for global variable references and replaces them with the variable value Returns a map of component names and invalid variable references if present.
ValidateAndReplaceForProjects validates the projects data for global variable references and replaces them with the variable value.
ValidateAndReplaceForStarterProjects validates the starter projects data for global variable references and replaces them with the variable value.
ValidateAndReplaceGlobalVariable validates the workspace template spec data for global variable references and replaces them with the variable value.
# Structs
InvalidKeysError returns an error for the invalid keys.
VariableWarning stores the invalid variable references for each devfile object.