describe (6)

Displays aggregate information about a vault across all projects. The job generate_vault_summary must be run to generate the data source for the command.

usage: cmri vault describe

Output Fields

num_projects

The number of projects in the vault.

num_systems

The number of systems in the vault.

num_lines_of_code

The number of lines of code (including comments and whitespace) across all systems in the vault.

num_source_lines_of_code

The number of lines of code (excluding comments and whitespace) across all systems in the vault.

num_files

The number of files across all systems in the vault.

disk_usage_mb

The disk usage of all code directories across all systems in megabytes.

language_file_counts

The per language file count across all systems in the vault.

mccabe_buckets

The total number of files across all systems in the vault grouped by McCabe complexity.