For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

The settings command lets you list the ABAP Agent's settings.

List your settings

The settings list command lists the ABAP Agent's settings, including the configuration file's location, the installation and user data directories, and the key used for encryption.

Syntax
slabapcli.exe settings list

This command takes no parameters.

TODO (from v1.5 draft): The source Syntax block for this command showed setup uninstall. Corrected to settings list — please confirm.

Example

Expected output (PowerShell)
.\slabapcli.exe settings list
[2026-06-22 11:44:14.376+01:00] [info] Detected Windows version: Windows 11
[2026-06-22 11:44:14.380+01:00] [info] Config pathname: C:\ProgramData\Tricentis\SeaLights\ABAP Agent\config\config.toml
[2026-06-22 11:44:14.385+01:00] [info] Install dir   : C:\apps\SLABAPAgent20_27794\bin
[2026-06-22 11:44:14.385+01:00] [info] User data dir : C:\ProgramData\Tricentis\SeaLights\ABAP Agent
[2026-06-22 11:44:14.385+01:00] [info] Key           : Encrypted
[2026-06-22 11:44:14.385+01:00] [info] IV            : 36b70a87848d9599362f7438284355ba

Last updated

Was this helpful?