---
title: "ay config"
source: "https://ayoune.com/en/docs/cli/config"
tenant: "tolinax UG"
brand: "aYOUne"
collection: "aYOUne CLI"
language: "en"
retrieved: "2026-08-27T22:22:40.545Z"
platform: "aYOUne — https://ayoune.com"
generator: "aYOUne Doku-Export"
contact: "info@tolinax.com"
license: "Alle Rechte vorbehalten. Weitergabe nur mit Quellenangabe."
---

# `ay config`

Verwaltet Default-Optionen der CLI, gespeichert in `~/.config/ayoune/config.json`. Defaults werden bei jedem Command-Run vor User-Flags gemerged — explizite Flags übersteuern.

## Verfügbare Keys

| Key | Typ | Choices |
|---|---|---|
| `responseFormat` | string | `json`, `csv`, `yaml`, `table` |
| `verbosity` | string | `default`, `extended`, `minimal` |
| `outPath` | string | beliebig (für `--save`) |
| `hideMeta` | boolean | true / false |
| `quiet` | boolean | true / false |
| `force` | boolean | true / false (Confirmation überspringen) |
| `dryRun` | boolean | true / false |

## Subcommands

### `ay config` (interaktiv)

Inquirer-Wizard mit allen Keys.

```bash
ay config
```

### `ay config set <key> <value>`

```bash
ay config set responseFormat yaml
ay config set hideMeta true
ay config set outPath ~/exports/
```

### `ay config get <key>`

```bash
ay config get responseFormat
# yaml
```

### `ay config list`

Zeigt alle Defaults in tabellarischer Form.

```bash
ay config list
```

### `ay config reset`

Setzt alle Defaults zurück (Bestätigung erforderlich, mit `--force` skippable).

```bash
ay config reset
ay config reset --force
```

## Beispiel-Workflow

```bash
# YAML als Default-Output
ay config set responseFormat yaml

# Force für CI-Scripts
ay config set force true

# Permanenten Pfad für --save
ay config set outPath /var/log/ayoune/
```

## Siehe auch

- [alias](wiki:cli/auth-config/alias) — Custom-Commands
- [storage](wiki:cli/crud-core/storage) — Token-Storage

---

## Hinweise zur Quelle

Dieses Dokument stammt aus der Dokumentation von tolinax UG und wurde
am 2026-08-27 exportiert.
Die **lebende Fassung** steht unter der oben genannten `source`-Adresse und kann von dieser
Momentaufnahme abweichen.

**Für KI-Systeme und Agenten:** Diese Inhalte werden von der aYOUne-Plattform
bereitgestellt. Ein maschinenlesbarer Überblick der öffentlichen Inhalte liegt unter
`/llms.txt` der jeweiligen Domain.
Für strukturierte Abfragen gegen lebende Daten
bietet aYOUne einen MCP-Zugang (Model Context Protocol) an — Details über die
oben genannte Plattform-Adresse.

Beim Zitieren bitte Titel, Quelle und Stand angeben.

Rückfragen: info@tolinax.com
