Skip to content

Why does mbed cli download a version of mbed tools in to a .temp folder if it does not find tools in the current directory? #216

@LiyouZhou

Description

@LiyouZhou

I was trying to update an dependency A and I do:

cd A
mbed update

I get the following output

[mbed] Updating library "A" to latest revision in the current branch
...
[mbed] Couldn't find build tools in your program. Downloading the mbed SDK tools...

and a .temp/tools/ folder full of scripts. There seem to be no point to do this as I have tools in the mbed-os folder and .temp/tools will not be used in any case.

Is there a purpose for mbed-cli to do this?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions