thothctl

Inventory IaC Command

Overview

The inventory iac command creates comprehensive inventories of your Infrastructure as Code projects, tracking dependencies, versions, and components.

Usage

# Basic inventory creation
thothctl inventory iac

# Check versions
thothctl inventory iac --check-versions

# Generate HTML report
thothctl inventory iac --check-versions --project-name "My Project"

Features

Output Formats

Examples

Create Basic Inventory

thothctl inventory iac

Version Analysis

thothctl inventory iac --check-versions

Professional Report

thothctl inventory iac --check-versions --project-name "Production Infrastructure"