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

    Interface DeployPlan

    interface DeployPlan {
        provider: string;
        files: DeployFile[];
        steps: DeployStep[];
        notes: string[];
    }
    Index

    Properties

    provider: string
    files: DeployFile[]
    steps: DeployStep[]
    notes: string[]

    Human-facing notes (auth, manual fill-ins, caveats).