docs: auto-update documentation based on changes in next branch

This PR was automatically generated to update documentation based on recent changes.

  Original commit: fix: auth refresh (#1314)\n\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
github-actions[bot]
2025-10-15 15:38:58 +00:00
parent 6bc75c0ac6
commit 22fa529ce7
2 changed files with 54 additions and 0 deletions

View File

@@ -200,6 +200,22 @@ sidebarTitle: "CLI Commands"
``` ```
</Accordion> </Accordion>
<Accordion title="Authentication">
```bash
# Login with browser authentication
task-master auth login
# Check authentication status
task-master auth status
# Refresh authentication token
task-master auth refresh
# Logout and clear credentials
task-master auth logout
```
</Accordion>
<Accordion title="Initialize a Project"> <Accordion title="Initialize a Project">
```bash ```bash
# Initialize a new project with Task Master structure # Initialize a new project with Task Master structure

38
output.txt Normal file

File diff suppressed because one or more lines are too long