log streams in watched cli executions
This commit is contained in:
@@ -175,11 +175,11 @@ attune action execute core.echo --param message="Hello World" --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 custom timeout (default 300 seconds)
|
||||
attune action execute core.long_task --wait --timeout 600
|
||||
# Watch with custom timeout (default 300 seconds)
|
||||
attune action execute core.long_task --watch --timeout 600
|
||||
```
|
||||
|
||||
## Rule Management
|
||||
@@ -588,4 +588,4 @@ Key dependencies:
|
||||
- `colored`: Terminal colors
|
||||
- `comfy-table`: Table formatting
|
||||
- `dialoguer`: Interactive prompts
|
||||
- `indicatif`: Progress indicators (for future use)
|
||||
- `indicatif`: Progress indicators (for future use)
|
||||
|
||||
Reference in New Issue
Block a user