BitwardenSecretManagerResource.withCacheFile
Method
interface BitwardenSecretManagerResource { // ... omitted for brevity withCacheFile(cacheFile: string): BitwardenSecretManagerResource;}Signature
method
withCacheFilebuilderOverrides the AppHost cache file path (integration bookkeeping: Bitwarden project ID, secret ID mappings). Defaults to `.bitwarden/{resourceName}.{environment}.json` relative to the AppHost directory. Override to share the cache across multiple AppHost projects, or to store it in a CI cache directory.
withCacheFile(cacheFile: string): BitwardenSecretManagerResourceParameters
cacheFilestringReturns
BitwardenSecretManagerResourceDefined on
This method is defined on the following type: