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:
@@ -35,6 +35,18 @@ sidebarTitle: "CLI Commands"
|
|||||||
```bash
|
```bash
|
||||||
# Show the next task to work on based on dependencies and status
|
# Show the next task to work on based on dependencies and status
|
||||||
task-master next
|
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>
|
</Accordion>
|
||||||
|
|
||||||
|
|||||||
30
output.txt
Normal file
30
output.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user