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
// CHANGE: add apply-all command to apply docker-git config to every known project
148
-
// WHY: allow bulk-updating all containers in one command instead of running apply for each project manually
147
+
// CHANGE: add apply-all command to apply docker-git config to every known project; support --active flag
148
+
// WHY: allow bulk-updating all containers in one command; --active restricts to currently running containers only
149
149
// QUOTE(ТЗ): "Сделать команду которая сама на все контейнеры применит новые настройки"
150
-
// REF: issue-164
150
+
// QUOTE(ТЗ): "сделать это возможным через атрибут --active применять только к активным контейнерам, а не ко всем"
151
+
// REF: issue-164, issue-185
151
152
// PURITY: CORE
152
153
// EFFECT: n/a
153
-
// INVARIANT: applies to all discovered projects; individual failures do not abort the batch
154
+
// INVARIANT: when activeOnly=false applies to all discovered projects; when activeOnly=true applies only to running containers; individual failures do not abort the batch
// INVARIANT: continues applying to other projects when one docker compose up fails with DockerCommandError; when activeOnly=true skips non-running containers
0 commit comments