From ca263834e93814105ca9ea77ab213cff0bc95faa Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 17 May 2023 21:28:37 +0100 Subject: Restructure account commands to account subcommand (#984) * Stop running triggers on history delete * Move to account management dir * Alter trigger function to only run for inserts * wip * Add atuin account subcommands, and re-org delete * Clarify docs * Delete silly dupe migration * Um where did this come from * Oops, insert only plz --- docs/docs/commands/sync.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docs/commands/sync.md b/docs/docs/commands/sync.md index 8cd12c54..21d41337 100644 --- a/docs/docs/commands/sync.md +++ b/docs/docs/commands/sync.md @@ -40,9 +40,11 @@ here! You can delete your sync account with ``` -atuin unregister +atuin account delete ``` +This will remove your account and all synchronized history from the server. Local data will not be touched! + ## Key As all your data is encrypted, Atuin generates a key for you. It's stored in the -- cgit v1.3.1