> ## 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 operations

> List the canonical standalone lifecycle operation contracts

List the canonical standalone lifecycle operation contracts.

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

| Flag     | Type | Default | Description                          |
| -------- | ---- | ------- | ------------------------------------ |
| `--json` | bool | —       | Emit the operation contracts as JSON |

**Examples**

```bash theme={null}
# List each lifecycle operation, its access level, and what it does
stackkit operations

# The same contracts as JSON
stackkit operations --json
```
