No ability to select API host with `mbed dm` command
See original GitHub issueCurrently, the Mbed CLI tool defaults to the production api.mbedcloud.com instance of Pelion Device Management.
While this is okay for most customers, there should be an optional argument -s
that allows you to specify the instance of Pelion Device Management, such as api-os2.mbedcloudstaging.net.
There are 2 reasons for this:
- Internal testing (not critical)
- Support for Pelion On Premises deployment, which will have a different DNS address
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Full API list - API references and tutorials - Mbed
This is the full list of APIs Mbed OS offers application writers (it does not include the internal APIs, which are not intended...
Read more >UnbufferedSerial - API references and tutorials - Mbed
The UnbufferedSerial class provides UART functionality with an API similar to the BufferedSerial class. The classes also share the same default configurations.
Read more >Power management (sleep) - API references and tutorials
This function invokes sleep manager, which selects the most appropriate sleep mode. Note: In most cases, you don't need to call sleep() directly....
Read more >Using the new mbed power management API
Today, ARM and Silicon Labs are releasing an extension to the ARM mbed SDK, enabling mbed users to more efficiently use system resources....
Read more >Cellular - API references and tutorials - Mbed
The easy cellular connection uses standard 3GPP AT 27.007 AT commands to set up the cellular modem and to register to the network....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@cmonr They’re not new options. They’re just re-used options. We can add docs for them.
Will there be a docs PR to describe the new options introduced in #8063?