> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/nitride/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/nitride/cli/policy/list.md).

# list

diLists all policies in the vHSM system.

**Usage:**

```sh
vhsm nitride policy list [flags]
```

#### Flags

* [Global HTTP Options](/nitride/cli.md#global-options)
* [Output Options](/nitride/cli.md#output-options)
* [Command Options](/nitride/cli.md#command-options)

***

**Examples:**

* List all policies in the vHSM system:

  ```sh
  vhsm nitride policy list
  ```

**Additional Example:**

* List all policies in JSON format:

  ```sh
  vhsm nitride policy list -format=json
  ```
