@suluk/provision - v0.2.0
    Preparing search index...

    Interface PlanStep

    interface PlanStep {
        ref: string;
        service: string;
        name: string;
        action: StepAction;
        reason: string;
    }
    Index

    Properties

    ref: string
    service: string
    name: string
    action: StepAction
    reason: string

    human-readable cause: "new" | "params changed" | "up to date" | "orphan (in state, not in config)".