-
Notifications
You must be signed in to change notification settings - Fork 3k
mbed dm
: Accept api key and host on the command line
#8063
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
Conversation
### Description `mbed dm` will now accept the Pelion Device Management API Key and Host on the command line with the following switches: * `-a`, `--api-key` accepts the API Key * `-S` (note capitol), `--server-address` accepts the Host This is consistant with manifest tool parameters Resolves ARMmbed/mbed-cli#745 ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Breaking change
@dhwalters423 Is this what you requested in ARMmbed/mbed-cli#745? |
/morph build |
Build : FAILUREBuild number : 3050 |
All build failures occurred on a single node. Am thinking that something went wrong when bringing it up. /morph build |
Build : SUCCESSBuild number : 3052 Triggering tests/morph test |
Test : FAILUREBuild number : 2826 |
Exporter Build : SUCCESSBuild number : 2667 |
/morph test |
Test : FAILUREBuild number : 2837 |
Sync failure. /morph test |
@ARMmbed/mbed-os-maintainers This is blocking #8105 for OOB testing with Pelion DM. |
/morph test |
Test : SUCCESSBuild number : 2858 |
@yogpan01 : This does Not fix the issue for me.. here is my latest log.. I'm using master of mbed OS and RC2 of PDMC ..also using the admin API key from OS2 (staging) ..
|
@theotherjimmy Please check @ashok-rao 's issue? |
Conversation will be continued here: #8105 @ashok-rao has already commented: #8105 (comment) |
Description
mbed dm
will now accept the Pelion Device Management API Key andHost on the command line with the following switches:
-a
,--api-key
accepts the API Key-S
(note capitol),--server-address
accepts the HostThis is consistant with manifest tool parameters
Resolves ARMmbed/mbed-cli#745
Pull request type