8451 / 8451/confectioner

Allow `bake` to take optional extra dictionaries

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
8
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

Enhancement: Have `bake` allow for extra existing dictionaries to automatically be mixed. This is useful for passing values not known before runtime, but may be required to resolve the templating syntax in the config file.

```python
options = {'A': 1}

options = bake(
'recipe.yml',
arg1=True,
arg2=False,
extras=[options]
)
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。