import

usage: cmri scenario import <--source SOURCE> [source options...]

Attempts to import data from the provided source into the scenario as dependency exclusions.

required arguments:

--source

The source to import from. Right now only thip is supported.

optional arguments for thip source:

--language

The language to import from, if not specified, all languages are used.

--core

The core to import steps from, must be specified if steps are specified. If specified, --language must be specified. If not specified, steps from all cores will be used.

--steps

A comma-separated list of core steps to import. If specified, --language and --core must also be specified. If not specified, all steps will be used.