@suluk/deploy - v0.1.4
    Preparing search index...

    Interface DeployProvider

    A deployment target. Pure: it produces the plan; the host executes the steps (with the user's credentials).

    interface DeployProvider {
        name: string;
        generate(input: DeployInput): DeployPlan;
    }
    Index

    Properties

    Methods

    Properties

    name: string

    Methods