mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
254 stars 24 forks source link

Support for input variables through OS environment variables and command-line #306

Open RafaelPalomar opened 1 year ago

RafaelPalomar commented 1 year ago

Is your feature request related to a problem? Please describe.

Luet currently has the possibility to specify variables through value files (--values <file> flag). This scheme could be enhanced by adding support for setting variables independently through either a application flags (e.g., --var <variable_definition>) or environment variables (e.g., export LUET_mypackage_testing=OFF).

Describe the solution you'd like I would like to see the same variables handling implemented in Terraform:

Describe alternatives you've considered

Additional context