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

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

  Original commit: feat: add next command to new command structure (#1312)\n\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
github-actions[bot]
2025-10-15 13:32:45 +00:00
parent d7fca1844f
commit 74997468de
2 changed files with 42 additions and 0 deletions

View File

@@ -35,6 +35,18 @@ sidebarTitle: "CLI Commands"
```bash
# Show the next task to work on based on dependencies and status
task-master next
# Filter by tag
task-master next --tag <tag>
# Output in JSON format (useful for programmatic usage)
task-master next --format json
# Suppress output (useful for scripts)
task-master next --silent
# Specify project directory
task-master next --project /path/to/project
```
</Accordion>

30
output.txt Normal file

File diff suppressed because one or more lines are too long