Skip to content

Commit

Permalink
apply PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Aug 1, 2024
1 parent a6413a4 commit bd68eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/local_dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ import clsx from "clsx";
<CH.Scrollycoding className={clsx("single-item", "short-code")}>

Clear the K/V state of a Virtual Object or Workflows.
To clear all state, stop the server then do `rm -rf <BASE_DIR>/<NODE_NAME>`.
To clear all state, stop the server then do `rm -rf <BASE_DIR>/<NODE_NAME>`, which will effectively delete all state/data of the Restate server.

```shell
restate kv clear <OBJECT_OR_WORKFLOW_NAME>
Expand Down

0 comments on commit bd68eba

Please sign in to comment.