Skip to content

Commit

Permalink
docs(faq): add warning for account delete (#68)
Browse files Browse the repository at this point in the history
Add a warning that the command to delete all data and history does not
prompt for confirmation.

---------

Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
  • Loading branch information
tessus and ellie authored Jul 15, 2024
1 parent c0408bf commit ba11029
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ You can make `enter` edit a command by putting `enter_accept = false` into your

## How do I delete my account?

**Attention:** This command does not prompt for confirmation.

```
atuin account delete
```

This will delete your account, and all history.
This will delete your account, and all history from the remote server. It will not delete your local data.

## I've forgotten my password! How can I reset it?

Expand Down

0 comments on commit ba11029

Please sign in to comment.