NAME

Ereshkigal::App::Command::add - Define and start a new kur instance at runtime.

VERSION

Version 0.0.1

SYNOPSIS

ereshkigal add sshd --backend ipfw --ports 22 --protocols tcp
ereshkigal add baphomet --fan-out sshd,smtp

DESCRIPTION

Defines and starts a new kur instance in the running manager. Does not rewrite the config file... to make it permanent, add it to the config.

With --fan-out in place of --backend the new kur is a manager side fan out kur... no process of its own, with commands targeted at it fanning out to the listed member kurs.

METHODS

The App::Cmd hooks this subcommand supplies... abstract, description, usage_desc, opt_spec, validate_args, and execute.