summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2021-05-09 20:11:17 +0100
committerGitHub <noreply@github.com>2021-05-09 20:11:17 +0100
commite43e5ce74a85d87a625295b9b089a1b5b8e26fab (patch)
treeafbc97503090e320250440160a8ea9ee775fc170 /docs
parentaf707ac5a4fba2147f10b6c663d66ace1c54cda0 (diff)
Add logout, only login if not already logged in (#91)
Also: - Ensures that a key is generated as soon as a user registers! - Ensures that "atuin key" will generate a key if needed, and doesn't double base64 encode data And a few other little fixes :) Resolves #85 Resolves #86
Diffstat (limited to 'docs')
-rw-r--r--docs/sync.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sync.md b/docs/sync.md
index 78510526..81e8b598 100644
--- a/docs/sync.md
+++ b/docs/sync.md
@@ -53,3 +53,9 @@ If you want to login to a new machine, you will require your encryption key
```
atuin login -u <USERNAME> -p <PASSWORD> -k <KEY>
```
+
+## Logout
+
+```
+atuin logout
+```