This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Boost version 0.2.0
Pre-release
Pre-release
Boost - v0.2.0
Features
- Implement boost context.
- Implement variable attributes.
Changes
- The
vars
section is not anymore a key-value pair, its a list of objects each one being a variable. - Secret variable behavior is now applied by using
secret
variable attribute. - The
exec
keyword on variables has been removed and now it is applied by using theexec
attribute.
Considerations
Currently, the parse and validation process of boost file is very poorly implemented. If you try, you are going to break boost by modifying the boost.yaml file, and, to be honest, even without really trying you may encounter some errors. This is the reason behind settings this release as pre-release.
Version Yanked
Removed from PyPI as this release introduces the error where boost only uses the first define boost target even if manually specifying one.