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

# inferless export

You can use this command to generate the inferlress-runtime.yaml(Custom Rutime) form other platfrom like (Replicate)

### Usage

```python theme={null}
inferless export [OPTIONS] 
```

You will need to have 'cog.yaml'

Options:

* `-f` : Input File type example ( replicate )
* `--runtime -r` : the input yaml file to be converted

**Example:**

```shell theme={null}
inferless export -r cog.yaml -f replicate
```

This will geneate the output in file inferless-runtime-config.yaml
