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

# ankra charts

> Browse Helm charts

## ankra charts

Commands to list, search, and get information about Helm charts.

## ankra charts info

Get detailed information about a Helm chart.

Requires either --repository flag or finding the chart in the catalog first.

```bash theme={null}
ankra charts info <chart_name> [flags]
```

**Flags**

| Flag             | Default | Description                                           |
| ---------------- | ------- | ----------------------------------------------------- |
| `-o`, `--output` |         | Output format: json or yaml (default: human-readable) |
| `--repository`   |         | Repository URL for the chart                          |

## ankra charts list

List available Helm charts

```bash theme={null}
ankra charts list [flags]
```

**Flags**

| Flag             | Default | Description                                           |
| ---------------- | ------- | ----------------------------------------------------- |
| `-o`, `--output` |         | Output format: json or yaml (default: human-readable) |
| `--page`         | `1`     | Page number                                           |
| `--page-size`    | `25`    | Number of items per page                              |
| `--subscribed`   | `false` | Show only subscribed charts                           |

## ankra charts search

Search for Helm charts

```bash theme={null}
ankra charts search <query> [flags]
```

**Flags**

| Flag             | Default | Description                                           |
| ---------------- | ------- | ----------------------------------------------------- |
| `-o`, `--output` |         | Output format: json or yaml (default: human-readable) |
