# list

List published versions of a function

## Usage

```bash
claudia list {OPTIONS}
```

## Options

*  `--version`:  (_optional_) show only the specified version or alias
    * _For example_: production
*  `--format`:  (_optional_) result format. valid options are json and text
    * _For example_: json
    * _Defaults to_: text
*  `--source`:  (_optional_) Directory with project files
    * _Defaults to_: current directory
*  `--config`:  (_optional_) Config file containing the resource names
    * _Defaults to_: claudia.json
