Initial release of nrfutil-suit.
Includes hierarchy <suit file> subcommand which will detect and print out a representation of the manifest
relationships in a SUIT file that contains multiple related manifests. It only examines the root manifest and looks
for children of the root. It does not recursively check for nested manifests.
Output is formatted as yaml but for scripting and machine readable use cases should you use the --json flag to get
the standard nrfutil json output with the same information.
nrfutil suit hierarchy ./root_signed.suit
children:
- uri: '#radio.suit'
children: []
- uri: '#app.suit'
children: []