aYOUne

aYOUne CLI — Overview

The aYOUne CLI (ay) is the official command-line tool for the aYOUne platform. It gives you direct access to every collection, the deployment pipeline, custom functions and local self-hosting — from any terminal, no browser required.

What you can do with it

  • Data access: read, write, search and aggregate any collection.
  • Automation: exports, batch updates, scheduled scripts.
  • DevOps: deployments, logs, pipeline status, cluster health.
  • FaaS: develop, deploy and invoke custom functions locally.
  • Self-hosting: start/stop Docker Compose stacks and apply updates.

Quickstart

npm install -g @tolinax/ayoune-cli
ay setup                     # interactive first-run wizard
ay login                     # authenticate via browser
ay list consumers            # your first query

Full documentation

The complete CLI reference (installation, authentication, customer context, output formats and the full command reference — 140+ pages) is currently available in German:

aYOUne CLI documentation (German)

For API access from your own code, see the Developer Hub and the API reference.