Skip to main contentModule parameterize
Source - Parameter
- A detected or manual parameter with its name, original value, and replacement value.
- FormatType
- Format type for rendering variables in format-native syntax.
- apply_parameters
- Replace auto-detected parameter values in a command string with {{PLACEHOLDER}} syntax.
- detect_all_parameters
- Detect all parameters: auto-detected environment values and manual placeholders.
- detect_parameters
- Auto-detect environment-specific parameters from a session.
- parse_manual_placeholders
- Parse manual {{
VAR_NAME}} placeholders from command strings. - render_for_format
- Replace
{{VAR}} placeholders with format-native variable references.