switch

Description

Switches the active configuration from the current active one.

You can use the name argument to specify a specific configuration, otherwise (omitting the name) the default unnamed configuration will be activated.

Synopsis

$ abeja config switch [OPTIONS] [NAME]

  Activates an existing named or unnamed configuration

Options:
  --help  Show this message and exit.

Option

none

Example

Activate the default configuration

Command:

$ abeja config switch

Output:

[INFO]: The configuration "(default)" successfully activated.

Activate a named configuration

Command:

$ abeja config switch example

Output:

[INFO]: The configuration "example" successfully activated.