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

[FEATURE] add command to check if automations are existing and active

Open JoernBerkefeld opened this issue 10 months ago • 0 comments

basically, i would want a command that takes the --like option or a key and check if the described automation is active.

AC:

  • should work with BU = *, cred/*, cred/bu
  • filtering automations via key or other fields is optional, otherwise the report will be about all automations
  • optional positional key
  • option --like
  • --like should be upgraded to support OR if the same (e.g. --like.key=%abc,%def should find keys ending on abc or on def) --> similar to how we specify multiple keys already
  • result should be printed to log / cli
  • a markdown file should be written to disk

JoernBerkefeld avatar Aug 07 '23 13:08 JoernBerkefeld