Commit 7adcec0
authored
fix: add name field to genie manifest for non-interactive --set support (#384)
The CLI `apps init --set genie.genie-space.name=<value>` was rejected
because the genie manifest only declared `id`. The CLI generator needs
both `id` and `name` for valid DABs genie_space YAML. Every other
multi-field plugin already declares all its fields in the manifest.
Co-authored-by: Isaac1 parent f65be0e commit 7adcec0
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments