describe (4)

Displays information about a system.

usage: cmri system describe <project/system-version>

Output Fields

name

The name of the system.

version

The version of the system.

origin

The path to the source code the system was created with.

release_date

The release date of the system.

num_components

The number of components in the system.

num_files

The number of files in the system.

languages_file_count_x

The number of files in a codebase for a particular language where x is the language. Please note that this may differ slightly from the file count displayed in the reports as CodeMRI excludes files having no dependencies from or to them from the reports.

lines_of_code

The number of lines of code in the system including whitespace and comments. Please note that this may differ slightly from the file count displayed in the reports as CodeMRI excludes files having no dependencies from or to them from the reports.

source_lines_of_code

The number of lines of code in the system excluding whitespace and comments.