akeeba:option:get

What it does: Gets the value of a configuration option for an Akeeba Backup profile

Syntax: akeeba:option:get [--key=KEY] [--profile=PROFILE] [--format=FORMAT]

Arguments

This command takes no arguments.

Options

--key=KEY

Optional. The option key to retrieve.

--profile=PROFILE

Optional. The backup profile to use. Default: 1.

--format=FORMAT

Optional. Output format: text, json, print_r, var_dump, var_export.

Exit codes

One of the following exit codes will be set when the command finishes running:

0

The command completed without an error.

1

Invalid profile ID.

2

You have entered a partial key prefix. You need to provide a specific key which returns exactly one value.