-
Notifications
You must be signed in to change notification settings - Fork 179
mbed CLI 0.8 (EPR) #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mbed CLI 0.8 (EPR) #230
Conversation
…mbed.org .lib references use full 40byte hashes
I understand this change:
But this may be a breaking change for a few of the Oulu test apps. The Oulu team needs to be made aware of this change before this gets merged to prevent merge blockages on ARMmbed/mbed-os. cc @jupe Ditto for deprecating https://github.com/ARMmbed/mbed-os/blob/master/circle.yml#L4 These should be updated first before merging. |
…tools/test.py options #229
@bridadan Thanks for pointing these out. Happy to change circle.yml? |
Done: ARMmbed/mbed-os#413 I'm not sure if removing |
@bridadan Not sure that we'd want partner engineers to use the |
You're right, we should be encouraging them to use |
All partners have been shown how to use |
New:
mbed publish --message <msg>
to allow mbed publish automation Run mbed publish without log message prompt #228Fixes:
mbed compile --tests
in favour ofmbed test --compile
and generalmbed test
workflows Inconsistent commands in the cli #225