flow cache
Manage temporary key-value data.
Synopsis
Manage temporary key-value data. Values set outside executables runs persist globally, while values set within executables persist only for that execution scope.
Options
-h, --help help for cacheOptions inherited from parent commands
-L, --log-level string Log verbosity level (debug, info, fatal) (default "info")
--sync Sync flow cache and workspacesSEE ALSO
- flow - flow is a command line interface designed to make managing and running development workflows easier.
- flow cache clear - Clear cache data. Use --all to remove data across all scopes.
- flow cache get - Get cached data by key.
- flow cache list - List all keys in the store.
- flow cache remove - Remove a key from the cached data store.
- flow cache set - Set cached data by key.

