Interface StackOperationVariables

A mutable copy of the current command variables during a stack operation.

interface StackOperationVariables {
    context: ContextVars;
    env: EnvVars;
    hooks: HookOutputValues;
    var: Vars;
}

Hierarchy (view full)

Properties

Properties

context: ContextVars
env: EnvVars

Hook output values

var: Vars

Generated using TypeDoc