Documentation
    Preparing search index...
    interface DryOption {
        dry?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    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