Update doc

This commit is contained in:
Gabriel Augendre 2019-12-28 15:17:36 +01:00
parent 5128fb2b29
commit ce5c68957a
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4
2 changed files with 13 additions and 1 deletions

View file

@ -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.

View file

@ -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 <gabriel@augendre.info>"]