Documentation
¶
Overview ¶
Package dump provides command implementations for displaying various configuration and system information.
It includes subcommands for viewing configuration settings, defaults, environment variables, platform information, and tool definitions. Each subcommand formats and displays its specific data according to the user's preferences.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
// Command is the dump cobra.Command instance
Command *cobra.Command
// Config contains application configuration
Config *config.Config
// Files contains the embedded configuration files and templates
Files config.Embedded
}
Command encapsulates the dump cobra command with its associated config and embedded files.
func NewDumpCommand ¶
NewDumpCommand creates a Command for displaying configuration information.
func (*Command) Subcommands ¶
func (cmd *Command) Subcommands()
Subcommands adds all subcommands to the dump command.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package defaults implements the defaults dump subcommand for godyl.
|
Package defaults implements the defaults dump subcommand for godyl. |
|
Package env implements the env dump subcommand for godyl.
|
Package env implements the env dump subcommand for godyl. |
|
Package platform implements the platform dump subcommand for godyl.
|
Package platform implements the platform dump subcommand for godyl. |
|
Package tools implements the tools dump subcommand for godyl.
|
Package tools implements the tools dump subcommand for godyl. |
Click to show internal directories.
Click to hide internal directories.