Skip to content

Refresh Token

The auth refresh command refreshes the authentication token using the stored refresh token.

🖥️ Basic Usage

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

 Refresh the authentication token.

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

Example

easytask auth refresh
Token refreshed successfully.

⏭️ Next Steps