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
{{ message }}
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
When filtering with --filter 'InstanceType=t2.*,State=stopped' it is currently not possible to have regular expressions what contain an actual comma. Ceres would interpret it as the beginning of a new filter part.
Possible solution: Allow multiple --filter CLI args to make clear which is which.
When filtering with
--filter 'InstanceType=t2.*,State=stopped'it is currently not possible to have regular expressions what contain an actual comma. Ceres would interpret it as the beginning of a new filter part.Possible solution: Allow multiple
--filterCLI args to make clear which is which.