Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

dmr-client export should allow to configure the expanded form #116

@rido-min

Description

@rido-min

When running export I'd like to configure if the dependencies should be output (to file or stdout) as:

  • 1 file per interface (name the files as --output param + a number)
  • 1 file with an array of all interfaces
dmr-client export --dtmi "dtmi:com:a;1" -o a.json --expanded-output false

a.json
deviceinfo.json

dmr-client export --dtmi "dtmi:com:a;1" -o a.json --expanded-output true

a.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions