$darkmode
Elektra 0.11.0
|
kdb record-export [<source>] [<format>]
This command exports the recorded changes into the specified output format. Keys are exported to stdout
in whichever format is specified.
Where source
is the path of the key(s) you want to export. Additionally, the user can specify a format to use by passing it as the option argument format
. The format
attribute relies on Elektra’s plugin system to export the keys in the desired format. The parameter format
must be the name of a valid storage plugin.
Both source
and format
are optional parameters. By default, source
is /
and format
is ansible
. If you only specify a single argument, we will whether it is a key or the format.
-H
, --help
: Show the man page.-V
, --version
: Print version info.-p
, --profile <profile>
: Use a different kdb profile.-C
, --color <when>
: Print never/auto(default)/always colored output.-E
, --without-elektra
: Omit the system:/elektra
directory.-S
, --include-recording-session
: Include the recording session in the output.-c
, --plugins-config <plugins-config>
: Add a configuration to the format plugin.-v
, --verbose
: Explain what is happening. Prints additional information in case of errors/warnings.-d
, --debug
: Give debug information. Prints additional debug information in case of errors/warnings.