config

backpy config

Actions related to configuring the package.

Usage

backpy config [OPTIONS] COMMAND [ARGS]...

get

Get the value of a specific configuration variable by its ’KEY’.

Usage

backpy config get [OPTIONS] KEY

Options

-d, --debug

Activate the debug log for the command to print full error traces in case of a problem.

Arguments

KEY

Required argument

list

List the values of the variable configuration. Given a ’KEY’, a subtree of the configuration can be shown.

Usage

backpy config list [OPTIONS] [KEY]

Options

-d, --debug

Activate the debug log for the command to print full error traces in case of a problem.

Arguments

KEY

Optional argument

reset

Reset the variable configuration of backpy to its default state.

Usage

backpy config reset [OPTIONS]

Options

-f, --force

Force the reset. This will skip the confirmation step.

set

Set the ’VALUE’ of a specific configuration variable by its ’KEY’.

Usage

backpy config set [OPTIONS] KEY VALUE

Options

-f, --force

Force the changing of the variable’s value. This will skip the confirmation step.

-d, --debug

Activate the debug log for the command to print full error traces in case of a problem.

Arguments

KEY

Required argument

VALUE

Required argument