Skip to content

Logout

The auth logout command clears stored credentials and ends the session.

🖥️ Basic Usage

easytask auth logout -h
 Usage: easytask auth logout [OPTIONS]

 Logout and clear stored credentials.

╭─ Options ───────────────────────────────────────────────────────────────────╮
│ --help  -h        Show this message and exit.                               │
╰─────────────────────────────────────────────────────────────────────────────╯

Example

easytask auth logout
Logged out successfully.

⏭️ Next Steps