alepha@docs:~/docs/framework/reference/providers$
cat MemorySecretStore.md | pretty
1 min read
Last commit:

#MemorySecretStore

#Import

typescript
1import { MemorySecretStore } from "alepha/cli/platform-lib";

#Overview

In-memory implementation of SecretStoreProvider for testing. Records all operations and stores secrets in a nested Map.