Skip to content

1.5.1

Choose a tag to compare

@udamir udamir released this 16 Jan 13:03
· 2 commits to master since this release

New Features

Specific Rule Targeting for Logs

  • Direct rule targeting: Added support for specifying specific rules directly using workflow/rule syntax in ytw logs
    • Example: ytw logs my-workflow/my-rule fetches logs for a specific rule without prompts
    • Supports multiple specific rules: ytw logs workflow1/rule1 workflow2/rule2
    • Can be mixed with workflow-only targets: ytw logs workflow1/rule1 workflow2
    • Works with all existing options (--watch, --top, --all)

Bug Fixes

  • Fixed stale cache issue during pull/sync: Files deleted on YouTrack server were not being removed locally during pull operations. The server cache is now cleared before downloading to ensure fresh data is fetched.