Commit graph

8 commits

Author SHA1 Message Date
5640899198 feat: add configurable log level 2023-12-20 14:10:01 +01:00
ef0620ee41 feat: replace shell script with python implementation
- add requirements.txt
- allow disabling a stack
- update config example
- update README
2023-12-20 14:09:58 +01:00
77a3ae1ed6 fix: handle git fetch/pull failure
- continue if `git fetch` or `git pull` fails
2023-12-18 22:19:18 +01:00
208eed8048 fix(dc-ops): ensure proper quoting in script
- Quote variables in `dirname` to prevent word splitting
- Use quotes around `$LINE` in `grep` to handle spaces
- Quote `cd` paths to handle directories with spaces
- Quote `docker compose` file argument to handle file names with spaces
🤖
2023-12-18 10:58:13 +01:00
5eecfcb2e7 fix: suppress error on missing stackfile 2023-12-17 19:23:38 +01:00
203626f7e2 doc: update usage instructions
- replace vague instructions with specific command examples
- clarify the use of `stacklist` file

🤖
2023-12-15 22:55:21 +01:00
41d3d04fe7 feat: enhance stacklist handling
- add support for passing stacklist as cli parameters
- refactor iteration over stacklist entries
- improve comments for better code understanding
- update README.md

🤖
2023-12-15 22:55:21 +01:00
813e203e35 Genesis 2023-12-15 20:58:36 +01:00