log streams in watched cli executions

This commit is contained in:
2026-04-07 08:55:27 -05:00
parent f93e9229d2
commit ed74dfad6c
15 changed files with 1368 additions and 153 deletions

View File

@@ -133,11 +133,11 @@ attune action execute core.echo --param message="Hello" --param count=3
# With JSON parameters
attune action execute core.echo --params-json '{"message": "Hello", "count": 5}'
# Wait for completion
attune action execute core.long_task --wait
# Watch until completion
attune action execute core.long_task --watch
# Wait with timeout
attune action execute core.long_task --wait --timeout 600
# Watch with timeout
attune action execute core.long_task --watch --timeout 600
```
### Rule Management
@@ -548,4 +548,4 @@ Potential future features:
- [Main README](../README.md)
- [API Documentation](api-overview.md)
- [Pack Development](packs.md)
- [Configuration Guide](configuration.md)
- [Configuration Guide](configuration.md)