sig
sig copied to clipboard
feat: support for starting `sig` with the inital query already populated
It would be nice to have a flag like -Q / --query that will populate the following string into the sig process.
Example
sig --cmd "stern --context kind-kind etcd" --query "warn|error"
This would start sig with the query warn|error already typed out, so it won't display stuff like info / debug messages.