Documentation ¶ Overview ¶ Package config implements the bcli config subcommand. Index ¶ type Command func (c *Command) Run(log zerolog.Logger, cfg *appconfig.Config) (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { Output string `short:"o" default:"-" type:"path" completion:"<file>" help:"Path to write the resolved config YAML, or - for stdout"` } Command writes the resolved application config as YAML. func (*Command) Run ¶ func (c *Command) Run(log zerolog.Logger, cfg *appconfig.Config) (err error) Run writes the merged config to stdout or a file. Source Files ¶ View all Source files cmd.go Click to show internal directories. Click to hide internal directories.