Documentation
    Preparing search index...

    Interface DryOption

    interface DryOption {
        dry?: boolean;
    }

    Hierarchy (View Summary)

    Index
    dry?: boolean

    Actual operations are turned off when dry is set to true.

    For example Post requests won't be made, filesystem operations won't write, but still send get requests and read from filesystem.

    false