> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infraudit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# infraudit commands — complete CLI command reference index

> Index of all infraudit CLI command groups: provider, resource, drift, vulnerability, cost, compliance, kubernetes, iac, job, and remediation with aliases.

Every `infraudit` command belongs to a group. The table below lists all groups with their aliases and a brief description. Click a group name to go to its full reference page.

| Command                                        | Alias   | Description                                      |
| ---------------------------------------------- | ------- | ------------------------------------------------ |
| [auth](/cli/authentication)                    |         | Log in, register, log out, check current user    |
| [config](/cli/configuration)                   |         | Read and write the CLI config file               |
| `status`                                       |         | Print a dashboard summary of all findings        |
| [provider](/cli/commands/provider)             |         | Connect, sync, and disconnect cloud accounts     |
| [resource](/cli/commands/resource)             |         | List and inspect discovered cloud resources      |
| [drift](/cli/commands/drift)                   |         | Detect, list, and resolve configuration drift    |
| [vulnerability](/cli/commands/vulnerability)   | `vuln`  | Run vulnerability scans and review CVE findings  |
| [cost](/cli/commands/cost)                     |         | Cost overviews, trends, forecasts, and anomalies |
| [compliance](/cli/commands/compliance)         |         | Enable frameworks and run compliance assessments |
| [kubernetes](/cli/commands/kubernetes)         | `k8s`   | Register clusters and inspect workloads          |
| [iac](/cli/commands/iac)                       |         | Upload IaC files and detect IaC drift            |
| [job](/cli/commands/job)                       |         | Create and manage scheduled automation jobs      |
| [remediation](/cli/commands/remediation)       |         | Approve, execute, and roll back fix actions      |
| [recommendation](/cli/commands/recommendation) | `rec`   | View AI-powered cost and security suggestions    |
| [alert](/cli/commands/alert)                   |         | List, acknowledge, and resolve alerts            |
| [notification](/cli/commands/notification)     | `notif` | Manage notification channel preferences          |
| [webhook](/cli/commands/webhook)               |         | Register and test outbound webhooks              |

## Global flags

The following flags are accepted by every command:

| Flag         | Short | Default                    | Description                                  |
| ------------ | ----- | -------------------------- | -------------------------------------------- |
| `--server`   |       | from config                | Override the API server URL for this request |
| `--output`   | `-o`  | `table`                    | Output format: `table`, `json`, or `yaml`    |
| `--config`   |       | `~/.infraudit/config.yaml` | Path to the config file                      |
| `--no-color` |       | `false`                    | Disable colored terminal output              |
| `--help`     | `-h`  |                            | Print help for any command or subcommand     |

## Getting help

Append `--help` or `-h` to any command to see its usage, flags, and subcommands:

```bash theme={null}
infraudit drift --help
infraudit drift list --help
```
