Documentation
¶
Overview ¶
Sub-command run executes the handlers configured for the input target. It supports testing of target configuration, similar to the "eval" sub-command, and also reuse of the handler sequence by offering a way to trigger its execution on-demand instead of after file activity.
Usage:
boone run --config /path/to/config target_id_from_config
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
New returns a cobra command instance based on Handler.
Types ¶
type Handler ¶
Handler defines the sub-command flags and logic.
func (*Handler) BindFlags ¶
BindFlags binds the flags to Handler fields.
It implements cli/handler/cobra.Handler.
func (*Handler) Init ¶
func (h *Handler) Init() handler_cobra.Init
Init defines the command, its environment variable prefix, etc.
It implements cli/handler/cobra.Handler.
Click to show internal directories.
Click to hide internal directories.