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

SeaLights

The sealights commands let you connect the ABAP Agent to SeaLights, test the connection, and list the connection details.

Connect the ABAP Agent to SeaLights

The sealights set command uses a SeaLights Agent Token to connect the ABAP Agent to SeaLights. The connection allows the ABAP Agent to send an initial snapshot of your SAP systems to SeaLights, followed by the changes introduced into your system by SAP transports.

The sealights set command requires a SeaLights Agent token. It stores the agent token in your config.toml file in an encrypted format, and runs the sealights test command to test the connection to SeaLights.

Syntax
slabapcli.exe sealights set

This command takes no parameters.

Example

Expected output (PowerShell)
.\slabapcli.exe sealights set
[2026-04-21 08:51:38.306+01:00] [info] Config pathname: ..\config\config.toml
Enter token:
Confirm token:
Token accepted (a3f***...***d2b).
Running 'sealights test' to verify the new token...
[2026-04-21 08:51:47.710+01:00] [info] Test SeaLights: customer.sealights.io
  Agent token is valid.
  Sealights connectivity check succeeded.

Test the connection

The sealights test command tests the ABAP Agent's connection to SeaLights. The sealights set command runs this command automatically to verify the connection. You can run sealights test manually if you need to reverify the connection without changing the agent token.

This command takes no parameters.

TODO (from v1.5 draft): The source Syntax block for this command showed sealights set / setup set. Corrected to sealights test — please confirm.

Example

List the connection details

The sealights list command lists the ABAP Agent's SeaLights connection details.

This command takes no parameters.

TODO (from v1.5 draft): The source Example for sealights list showed the output of sealights test. Placeholder output below needs to be replaced with real sealights list output.

Example

Last updated

Was this helpful?