Skip to main content

adt info

Get SAP system and session information — product version, system ID, client, language, current user, cookies / CSRF state.

Options

FlagDescription
--sessionGet session information.
--systemGet system information.
-o, --output <file>Save data to file (JSON or XML based on extension).

When neither --session nor --system is supplied, both are shown.

Examples

# Everything
adt info

# Session only
adt info --session

# System info to a file
adt info --system -o system.json

See also