mbed-tools
mbed-tools copied to clipboard
A single command to build an example from scratch
From @thegecko:
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like
Please can I ask that the mbed-tools cli has an extra flag/switch added to automatically hydrate a project before build? e.g. mbed-tools build -m K64F -t ARM --checkout
That way a single command can be used to build an example from scratch.
Describe alternatives you've considered
I could run two commands at once. mbed-tools deploy && mbed-tools build -m K64F -t ARM
Additional context None
Thanks for raising this