Missing help for 'mbed dm' feature
See original GitHub issueMbed CLI v1.8.0
The help output should contain more information about the required parameters for device management.
$ mbed dm -h
usage: mbed device-management [-h] [-t TOOLCHAIN] [-m TARGET]
[--profile PROFILE] [--build BUILD]
[--source SOURCE] [-v] [-vv]
Manage Device with Pelion
optional arguments:
-h, --help show this help message and exit
-t TOOLCHAIN, --toolchain TOOLCHAIN
Toolchain used for mbed compile
-m TARGET, --target TARGET
Target used for compile for target MCU. Example: K64F,
NUCLEO_F401RE, NRF51822...
--profile PROFILE
--build BUILD Build directory. Default: build/
--source SOURCE Source directory. Default: . (current dir)
-v, --verbose Verbose diagnostic output
-vv, --very_verbose Very verbose diagnostic output
We’d expect to see information about key parameters/commands, init
, update
, domain
and model-name
See docs:
https://github.com/theotherjimmy/Handbook/blob/3d9066d10eef3ad1462b95333284c6a5a31056be/docs/tools/offline/cli-device-management.md
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Mbed OS releases
Feature releases of Mbed OS are made available on a roughly quarterly basis. We release patch releases every two weeks. The latest version...
Read more >[Help Wanted] Mbed CE: A community fork of Mbed OS
We will be able to make our own changes and bugfixes, without waiting for ARM's badly understaffed review process.
Read more >Known issues and troubleshooting | Mbed Studio ...
Known issues and troubleshooting · From the Help menu, select Report an Issue. This opens the Report an issue or provide feedback dialog...
Read more >Mbed OS Reference | Data Structures
CattsCsfRec_t, Client supported features record structure. CattsGroup_tag, Attribute group ... CdmEvt_t, Union of DM callback event data types. CdmFcnIf_t.
Read more >Troubleshoot - Build tools | Mbed OS 6 Documentation
Mbed CLI attempts to automatically install missing Python dependencies. If Mbed CLI doesn't have the necessary permissions, installation fails and Mbed CLI ...
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
To summarize:
-m
conflict is not resolved.Closing as the only remaining issue is the
-m
conflict.