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
| Flag | Type | Description |
|---|---|---|
-h, --help | help for cache |
Options inherited from parent commands
| Flag | Type | Description |
|---|---|---|
-L, --log-level | string | Log verbosity level (debug, info, fatal) (default "info") |
--sync | Sync flow cache and workspaces |
See 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.

