mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
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: improve auto-update to happen before you execute a command (#1371)\n\n\n Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
@@ -169,4 +169,26 @@ task-master init --rules cursor,windsurf,vscode
|
||||
```
|
||||
|
||||
This will prompt you for project details and set up a new project with the necessary files and structure.
|
||||
</Accordion>
|
||||
</Accordion>
|
||||
|
||||
## Auto-Updates
|
||||
|
||||
Task Master automatically checks for updates when you run CLI commands. When a newer version is available:
|
||||
|
||||
- The update happens **before your command runs**
|
||||
- Your command automatically executes with the new version
|
||||
- No manual restart required
|
||||
|
||||
### Controlling Auto-Updates
|
||||
|
||||
You can disable auto-updates by setting an environment variable:
|
||||
|
||||
```bash
|
||||
# Disable auto-updates
|
||||
export TASKMASTER_SKIP_AUTO_UPDATE=1
|
||||
|
||||
# Run your command
|
||||
task-master list
|
||||
```
|
||||
|
||||
Auto-updates are automatically disabled in CI environments and during testing.
|
||||
35
output.txt
Normal file
35
output.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user