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

    Interface TeardownOptions

    interface TeardownOptions {
        brokers: Record<string, Broker>;
        store: StateStore;
        force?: boolean;
        dryRun?: boolean;
        log?: (msg: string) => void;
        poll?: PollOptions;
    }
    Index

    Properties

    brokers: Record<string, Broker>
    store: StateStore
    force?: boolean

    override the protected rail — required to destroy a protected instance.

    dryRun?: boolean

    preview only: compute the order + honour the rails, but call NO provider + don't save. The confirmation default.

    log?: (msg: string) => void