mbed-tools icon indicating copy to clipboard operation
mbed-tools copied to clipboard

A single command to build an example from scratch

Open Patater opened this issue 4 years ago • 1 comments

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

Patater avatar Mar 23 '21 10:03 Patater

Thanks for raising this

thegecko avatar Mar 23 '21 10:03 thegecko