Commit graph

6 commits

Author SHA1 Message Date
9c1fa801e0 feat: add compose-opts configuration option
- add new configuration option `compose-opts` to define additional parameters
- update `README.md` to include `compose-opts` in Configuration Options

🤖
2023-12-20 14:49:48 +01:00
55d00d1b08 doc: update README with configuration options
- add section for configuration options
- explain each configuration option in detail
- provide examples for each configuration option

🤖
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
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