AuthRemoverOptions: {
    projectPath?: string;
    skipCache?: boolean;
}

Type declaration

  • OptionalprojectPath?: string

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

  • OptionalskipCache?: 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.