Skip to main content

integration:show

Show information about an existing integration.

info

You can use this command to retrieve all details about an integration, or specify a key to get a single value (e.g., just the Access Token).

Usage

n98-magerun2.phar integration:show [--format[=FORMAT]] <name_or_id> [<key>]

Arguments:

ArgumentDescription
name_or_idName or ID of the integration
keyOnly output value of named param like "Access Token". Key is case insensitive.

Options:

OptionDescription
--format[=FORMAT]Output Format. One of [csv,json,json_array,yaml,xml]

Example (print only Access Key)

n98-magerun2.phar integration:show 1 "Access Key"