From ce5c68957afc9b89a36f97935a4524633c43a5d4 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 28 Dec 2019 15:17:36 +0100 Subject: [PATCH] Update doc --- README.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4330d2..83606ea 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,18 @@ cleantoots config login --only-missing # Store credentials for your newly creat cleantoots clean --delete ``` +## Remove an account +```bash +# This deletes stored credentials for accounts described in the main config file. +cleantoots config clear-credentials + +# You can then edit the config and remove some accounts: +cleantoots config edit + +# Then login again for remaining accounts. +cleantoots config login +``` + ## Tested environments Cleantoots test suite runs on Python 3.6, 3.7 and 3.8 on latest versions of macOS, Windows and Ubuntu as GitHub Actions understands it. diff --git a/pyproject.toml b/pyproject.toml index 50cdec7..23c370e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cleantoots" -version = "0.3.2" +version = "0.3.3" description = "Cleanup your toot history." license = "GPL-3.0-or-later" authors = ["Gabriel Augendre "]