Replies: 2 comments 3 replies
-
Hi @cdwilson ! Text variables can be set using shell commands, so you can simply use a command. You can write their value to a file, or just define environment variables and then use commands to get their value (i.e. |
Beta Was this translation helpful? Give feedback.
-
FYI, I'm not sure why this didn't occur to me earlier, but I ended up solving this without CLI overrides by just using separate Then, in the makefile, kibot is called with the correct
|
Beta Was this translation helpful? Give feedback.
-
I'm working on a design which has multiple variants, and I'd like to be able to set/override
${VARIABLE}
values in the KiCad design files differently for each variant.I'm currently generating KiBot outputs via a make target similar to the following, which changes the global
variant
value via the-g
CLI option:However, AFAIK there does not seem to be a way to set/override text variables via the CLI.
@set-soft Is this something that you would be open to adding?
Beta Was this translation helpful? Give feedback.
All reactions