question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing help for 'mbed dm' feature

See original GitHub issue

Mbed 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:closed
  • Created 5 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
theotherjimmycommented, Sep 7, 2018

To summarize:

  • help is incorrect.
  • help is incomplete.
  • help is missing subcommands.
  • -m conflict is not resolved.
0reactions
theotherjimmycommented, Sep 24, 2018

Closing as the only remaining issue is the -m conflict.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found