sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[BUG] like-filter not visualized for assets

Open JoernBerkefeld opened this issue 5 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

when I retrieve assets with a --like filter it does not show me that it's filtering in the CLI output but instead shows the total numbers:

image

Expected Behavior

when i apply a --like.xyz filter on any other type it eventually shows "Filtered type: 37 (downloaded but not saved to disk)", followed by the number of actually downloaded items.

Steps To Reproduce

mcdev r ACN-Learning/Certification_Training asset --like.name="my-little%"

vs

mcdev r ACN-Learning/Certification_Training automation --like.name="my-little%"

The above screenshot should have shown:

Filtered: 158
Downloaded: 2

Version

6.0.2

Environment

  • OS:
  • Node:
  • npm:

Participation

  • [X] I am willing to submit a pull request for this issue.

Additional comments

No response

JoernBerkefeld avatar Jan 23 '24 16:01 JoernBerkefeld