@shopify/cli-kit
    Preparing search index...

    Interface RunCLIUpgradeOptions

    Options for runCLIUpgrade.

    interface RunCLIUpgradeOptions {
        autoupgrade?: boolean;
    }
    Index

    Properties

    Properties

    autoupgrade?: boolean

    true when the upgrade is being triggered by the automatic postrun hook. In that case we skip project-local upgrades — those should only happen when the user explicitly runs shopify upgrade so we don't surprise them by mutating their package.json / lockfile in the background.