- Globs for
action.path- i.e.
path: *.csproj,path: foo|bar|baz,path: *.txt|*.ini
- i.e.
- Allow watch files that are
.dockerignored => i.e.Dockerfile|compose.yaml=> triggerrebuildaction- currently
.dockerignored files are ignored forwatching even if explicitly set inaction.path .dockerignoreis historically focused on building images, seems likecompose watchneeds to be able to override at a minimum?
- currently
recreateaction type w.r.t. the entire watch process- i.e. edit
compose.yaml/Dockerfile/*.env=> trigger reload of entiredocker compose watch
- i.e. edit
- Allow attach to
STDINas is being added withdocker compose attachso can send input to running process inside a container- i.e. mashup of
docker compose watchanddotnet watchthat I've been contemplating- send
Ctrl+Rto restart containerizeddotnetprocess
- send
- i.e. mashup of