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

# Overview

> YoMo CLI

## YoMo CLI Overview

The `yomo` cli help developers generate [Serverelss LLM Function][sfn] project, compile [Serverelss LLM Function][sfn] and run [Serverelss LLM Function][sfn].

## Install

To download and install the CLI, run the following command:

```bash theme={null}
curl -fsSL https://get.yomo.run | sh
```

### Checking the version

The `version` command displays the version of the CLI:

```bash theme={null}
yomo version
```

## Usage

`yomo [command] [flags]`

## Available Commands

* [yomo serve](./serve) - Start LLM Bridge and expose MCP server
* [yomo init](./init) - Initialize a Serverelss LLM Function project
* [yomo run](./run) - Run Serverelss LLM Function
* [yomo version](#checking-the-version) - Display the version of the CLI

## Global Options

* `-h, --help` - Display help information
* `-v, --verbose` - Verbose output

[sfn]: /sfn/intro
