---
title: "nctl mappings list"
diataxis: reference
applies_to:
  product: "nctl"
audience: ["developer","platform-engineer"]
last_updated: 2026-03-07
url: https://docs.nirmata.io/docs/nctl/commands/nctl_mappings_list/
---

## nctl mappings list

List available compliance standards

```bash
nctl mappings list [flags]
```

### Examples

```bash
  # List all available compliance standards
  nctl mappings list

  # Filter to a single standard
  nctl mappings list --standard soc2

  # List in JSON format
  nctl mappings list -o json
```

### Options

```text
  -h, --help                   help for list
      --mappings-file string   Override path to mappings YAML file
  -o, --output string          Output format (text, json, yaml) (default "text")
      --standard string        Filter to a single compliance standard
```text

### Options inherited from parent commands

```text
  -v, --v Level   number for the log level verbosity
```

### SEE ALSO

* [nctl mappings](nctl_mappings.md)	 - Work with compliance policy mappings


