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

    Interface MigrationStep

    interface MigrationStep {
        action: "create" | "update" | "deprovision";
        ref: string;
        service: string;
        name: string;
        spec?: InstanceSpec;
    }
    Index

    Properties

    action: "create" | "update" | "deprovision"
    ref: string
    service: string
    name: string

    the full spec for a create/update (so the migration is self-describing); absent for a deprovision.