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

# stackkit kit

> Published StackKit release operations

Published StackKit release operations.

Discover, verify, and install published StackKit release artifacts.

```bash theme={null}
stackkit kit [flags]
```

Subcommands: [`stackkit kit list`](#stackkit-kit-list)

## stackkit kit list

List published StackKits releases from GitHub.

Resolve the newest published release for every public StackKit on the current operating system and architecture. The release index is fetched from the public kombifyio/stackKits GitHub Releases repository.

```text theme={null}
Channels:
  stable  newest release that is not a prerelease
  beta    newest -beta.* prerelease
  edge    newest -edge.* prerelease
```

```bash theme={null}
stackkit kit list [flags]
```

| Flag        | Type   | Default  | Description                             |
| ----------- | ------ | -------- | --------------------------------------- |
| `--channel` | string | `stable` | Release channel: stable, beta, or edge. |
| `--json`    | bool   | —        | Emit stackkit.command-result/v1 JSON.   |

**Examples**

```bash theme={null}
# Show the newest stable release of every public StackKit for this OS and architecture
stackkit kit list

# Show beta prereleases as JSON
stackkit kit list --channel beta --json
```
