You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI help text describes --flags as: "A list of tags to filter the actions to run. [array]"
Currently the only method that works for supplying multiple tags to the --tags flag is to specify the option multiple times:
--tags value1 --tags value2
The following methods do not currently work for supplying multiple flags:
--tags value1 value2
--tags value1,value2
The text was updated successfully, but these errors were encountered:
Question: was there any technical reason for not adding the same logic for the --actions flag in #1695?
Currently, --actions action1,action2 doesn't split by comma.
The CLI help text describes --flags as: "A list of tags to filter the actions to run. [array]"
Currently the only method that works for supplying multiple tags to the --tags flag is to specify the option multiple times:
--tags value1 --tags value2
The following methods do not currently work for supplying multiple flags:
--tags value1 value2
--tags value1,value2
The text was updated successfully, but these errors were encountered: