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

# ankra config

> Manage Ankra CLI settings

## ankra config

View and change local Ankra CLI preferences, such as the update channel.

## ankra config beta

Control whether 'ankra upgrade' installs pre-release (release candidate)
versions.

When enabled, 'ankra upgrade' resolves the newest release including
pre-releases such as v0.3.0-rc.1. When disabled (the default), only stable
x.x.x releases are installed.

## ankra config beta disable

Disable the beta update channel (use stable releases)

```bash theme={null}
ankra config beta disable
```

## ankra config beta enable

Enable the beta update channel

```bash theme={null}
ankra config beta enable
```

## ankra config beta status

Show whether the beta update channel is enabled

```bash theme={null}
ankra config beta status
```
