> For the complete documentation index, see [llms.txt](https://docs.apolo.us/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apolo.us/index/apolo-cli/commands/app-template.md).

# app-template

Application Templates operations

## Usage

```bash
apolo app-template [OPTIONS] COMMAND [ARGS]...
```

Application Templates operations.

**Commands:**

| Usage                             | Description                          |
| --------------------------------- | ------------------------------------ |
| [*get*](#get)                     | Generate payload for 'app install'   |
| [*list*](#list)                   | List available application templates |
| [*list-versions*](#list-versions) | List app template versions           |
| [*ls*](#ls)                       | Alias to list                        |
| [*ls-versions*](#ls-versions)     | Alias to list-versions               |

### get

Generate payload for 'app install'

#### Usage

```bash
apolo app-template get [OPTIONS] NAME
```

Generate payload for 'app install'.

#### Options

| Name                 | Description                                                        |
| -------------------- | ------------------------------------------------------------------ |
| *--help*             | Show this message and exit.                                        |
| *--cluster CLUSTER*  | Look on a specified cluster (the current cluster by default).      |
| *-f, --file TEXT*    | Save output to a file instead of displaying it.                    |
| *--org ORG*          | Look on a specified org (the current org by default).              |
| *-o, --output TEXT*  | Output format (yaml, json). Default is yaml.                       |
| *--project PROJECT*  | Look on a specified project (the current project by default).      |
| *-V, --version TEXT* | Specify the version of the app template (latest if not specified). |

### list

List available application templates

#### Usage

```bash
apolo app-template list [OPTIONS]
```

List available application templates.

#### Options

| Name                | Description                                                   |
| ------------------- | ------------------------------------------------------------- |
| *--help*            | Show this message and exit.                                   |
| *--cluster CLUSTER* | Look on a specified cluster (the current cluster by default). |
| *--org ORG*         | Look on a specified org (the current org by default).         |
| *--project PROJECT* | Look on a specified project (the current project by default). |

### list-versions

List app template versions

#### Usage

```bash
apolo app-template list-versions [OPTIONS] NAME
```

List app template versions.

#### Options

| Name                | Description                                                   |
| ------------------- | ------------------------------------------------------------- |
| *--help*            | Show this message and exit.                                   |
| *--cluster CLUSTER* | Look on a specified cluster (the current cluster by default). |
| *--org ORG*         | Look on a specified org (the current org by default).         |
| *--project PROJECT* | Look on a specified project (the current project by default). |

### ls

Alias to list

#### Usage

```bash
apolo app-template ls [OPTIONS]
```

Alias to list

#### Options

| Name                | Description                                                   |
| ------------------- | ------------------------------------------------------------- |
| *--help*            | Show this message and exit.                                   |
| *--cluster CLUSTER* | Look on a specified cluster (the current cluster by default). |
| *--org ORG*         | Look on a specified org (the current org by default).         |
| *--project PROJECT* | Look on a specified project (the current project by default). |

### ls-versions

Alias to list-versions

#### Usage

```bash
apolo app-template ls-versions [OPTIONS] NAME
```

Alias to list-versions

#### Options

| Name                | Description                                                   |
| ------------------- | ------------------------------------------------------------- |
| *--help*            | Show this message and exit.                                   |
| *--cluster CLUSTER* | Look on a specified cluster (the current cluster by default). |
| *--org ORG*         | Look on a specified org (the current org by default).         |
| *--project PROJECT* | Look on a specified project (the current project by default). |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apolo.us/index/apolo-cli/commands/app-template.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
