From e43e5ce74a85d87a625295b9b089a1b5b8e26fab Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 9 May 2021 20:11:17 +0100 Subject: 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 --- docs/sync.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/sync.md') 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 -p -k ``` + +## Logout + +``` +atuin logout +``` -- cgit v1.3.1