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

# vendor

> Reference for the lofty-cli vendor command and its subcommands.

## Overview

```bash theme={null}
Usage: lofty-cli vendor [options] [command]

Manage vendor

Options:
  -h, --help      display help for command

Commands:
  list [options]  Get vendor info
  help [command]  display help for command
```

## `lofty-cli vendor list`

```bash theme={null}
Usage: lofty-cli vendor list [options]

Get vendor info

Options:
  --fields <cols>  Comma-separated columns to display
  --json           Output as JSON
  --format <fmt>   Output format: text, json, csv, yaml
  -h, --help       display help for command
```
