You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/flow_store.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
## flow store
2
2
3
-
Manage the data store.
3
+
Manage the data store for persisting key-value data.
4
+
5
+
### Synopsis
6
+
7
+
Manage the flow data store - a key-value store that persists data within and across executable runs. Values set outside executables persist globally, while values set within executables persist only for that execution scope.
4
8
5
9
### Options
6
10
@@ -19,7 +23,7 @@ Manage the data store.
19
23
### SEE ALSO
20
24
21
25
*[flow](flow.md) - flow is a command line interface designed to make managing and running development workflows easier.
22
-
*[flow store clear](flow_store_clear.md) - Clear the data store.
23
-
*[flow store get](flow_store_get.md) - Get a value from the data store.
24
-
*[flow store set](flow_store_set.md) - Set a key-value pair in the data store.
26
+
*[flow store clear](flow_store_clear.md) - Clear data from the store. Use --full to remove all stored data.
27
+
*[flow store get](flow_store_get.md) - Get a value from the store by its key.
28
+
*[flow store set](flow_store_set.md) - Set a key-value pair in the store.
0 commit comments