A single command to build an example from scratch
- Dominant language
- Python
- Stars
- 49
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Research direction
Start by inspecting the existing mbed-tools build and deploy command entry points and their command tests. Trace how deploy hydrates a project before build, then define the expected behavior for `mbed-tools build -m K64F -t ARM --checkout`. Done means an example can be hydrated and built successfully with that single command, while the existing two-command workflow remains valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100