atlas language#

file version: 10 July 2026

Overview#

atlas language shows or changes the interface language used by the CLI.

With no subcommand, it prints the current language. The preference is stored server-side so it persists across hosts and the GUI picks it up too.

Usage#

atlas language [flags]
atlas language [command]

Commands#

Command

Description

set

Set the interface language

list

Show available languages

Examples#

atlas language                 # show current
atlas language list            # list available
atlas language set de          # switch to German
atlas language set en          # switch to English

Global Flags#

Flag

Description

--ca-cert string

Path to CA certificate for server verification

--format string

Machine-readable output format (json or csv); omit for the default human-readable output

-L, --lang string

Interface language (en, de)

--no-color

Disable color output

-P, --plaintext

Use plaintext (non-TLS) connection

-s, --server string

ATLAS server address; defaults to ACLI_SERVER, then the stored session, /etc/atlas/atlas.conf, and finally localhost:7449

--tls-skip-verify

Skip TLS certificate verification; enabled by default for self-signed setups