Die aYOUne CLI wird als npm-Paket verteilt und läuft auf Node.js ≥ 20.
Voraussetzungen
- Node.js ≥ 20 (empfohlen: aktuelle LTS).
- npm ≥ 10 oder pnpm ≥ 8 oder yarn ≥ 4.
- Eine aYOUne-Tenant-Zugehörigkeit (Login erforderlich für fast alle Commands).
Global installieren
npm install -g @tolinax/ayoune-cli
Nach erfolgreicher Installation steht das Binary ay im Path zur Verfügung:
ay --version
# 2026.17.0
Alternativen
Ohne globale Installation
npx @tolinax/ayoune-cli login
pnpm
pnpm add -g @tolinax/ayoune-cli
yarn
yarn global add @tolinax/ayoune-cli
Shell-Completion
# Bash
ay completions bash > ~/.ayoune-completion.bash
echo "source ~/.ayoune-completion.bash" >> ~/.bashrc
# Zsh
ay completions zsh > ~/.ayoune-completion.zsh
echo "source ~/.ayoune-completion.zsh" >> ~/.zshrc
# Fish
ay completions fish > ~/.config/fish/completions/ay.fish
Update
npm install -g @tolinax/ayoune-cli@latest
Nächster Schritt
Erst-Setup durchführen — interaktiver Wizard, der Customer-Context, Default-Output-Format und Auth konfiguriert.