@salesforce/core
    Preparing search index...

    Type Alias AuthRemoverOptions

    type AuthRemoverOptions = {
        projectPath?: string;
        skipCache?: boolean;
    }
    Index
    projectPath?: string

    an absolute path to the project root, used to resolve local config; defaults to process.cwd()

    skipCache?: boolean

    re-read config from disk instead of trusting the process-cached ConfigAggregator. Set true when the config may have changed out of process or before this call. Defaults to false.