diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-05-17 21:28:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 21:28:37 +0100 |
| commit | ca263834e93814105ca9ea77ab213cff0bc95faa (patch) | |
| tree | fc1b1a63a890899c4b002cb11001c5b42ce824d6 /docs | |
| parent | validate usernames on registration (#982) (diff) | |
| download | atuin-ca263834e93814105ca9ea77ab213cff0bc95faa.zip | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/commands/sync.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
