Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
22fa529ce7 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>
2025-10-15 15:38:58 +00:00
2 changed files with 54 additions and 0 deletions

View File

@@ -200,6 +200,22 @@ sidebarTitle: "CLI Commands"
```
</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">
```bash
# Initialize a new project with Task Master structure

38
output.txt Normal file

File diff suppressed because one or more lines are too long