NAME

config-edit-{$name} - Edit data of {$conf_file}

SYNOPSIS

# most users will want to run
config-edit-{$name} [options] [ commands  ... ]

# if you don't have a X server
config-edit-{$name} -ui curses [options] [ commands  ... ]

# if you don't like curses
config-edit-{$name} -ui shell [options] [ commands  ... ]

# if you are a sys admin
config-edit-{$name} -ui none [options]  commands  ...

DESCRIPTION

This program will edit the configuration data contained in {$conf_file} (as root).

You can specify commands as arguments that will be run on the configuration root before launching the UI. These command follow the syntax defined in Config::Model::Loader.

Options

-ui

Specify the user interface type.

-verbose

Be (very) verbose

-debug

Provide debug infos.

-trace

Provides a full stack trace when exiting on error.

-force-load

Load file even if error are found in data. Bad data are discarded

BUGS

Original structure and comments of {$conf_file} are lost. There's currently no Augeas lens for {$name} config data.

SUPPORT

For support, please check the following ressources:

AUTHOR

Dominique Dumont, ddumont at cpan dot org

SEE ALSO

config-edit, Config::Model