Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
app
Package app provides the entrypoint for the application.
|
Package app provides the entrypoint for the application. |
|
cli
Package cli implements the command structure and execution for the tool.
|
Package cli implements the command structure and execution for the tool. |
|
cli/download
Package download implements the download command for godyl.
|
Package download implements the download command for godyl. |
|
cli/dump
Package dump provides command implementations for displaying various configuration and system information.
|
Package dump provides command implementations for displaying various configuration and system information. |
|
cli/dump/configuration
Package configuration implements the config dump subcommand for godyl.
|
Package configuration implements the config dump subcommand for godyl. |
|
cli/dump/defaults
Package defaults implements the defaults dump subcommand for godyl.
|
Package defaults implements the defaults dump subcommand for godyl. |
|
cli/dump/env
Package env implements the env dump subcommand for godyl.
|
Package env implements the env dump subcommand for godyl. |
|
cli/dump/platform
Package platform implements the platform dump subcommand for godyl.
|
Package platform implements the platform dump subcommand for godyl. |
|
cli/dump/tools
Package tools implements the tools dump subcommand for godyl.
|
Package tools implements the tools dump subcommand for godyl. |
|
cli/flags
Package flags manages command-line flag binding and configuration for godyl.
|
Package flags manages command-line flag binding and configuration for godyl. |
|
cli/install
Package install implements the install command for godyl.
|
Package install implements the install command for godyl. |
|
cli/update
Package update implements the update command for godyl.
|
Package update implements the update command for godyl. |
|
cli/version
Package version provides the subcommand for printing the tool version.
|
Package version provides the subcommand for printing the tool version. |
|
config
Package config provides configuration structures and validation for the godyl application.
|
Package config provides configuration structures and validation for the godyl application. |
|
core/defaults
Package defaults provides functionality for managing default values and configurations.
|
Package defaults provides functionality for managing default values and configurations. |
|
core/processor
Package processor handles the processing of tool installations and management.
|
Package processor handles the processing of tool installations and management. |
|
core/updater
Package updater provides functionality for updating tools and managing update strategies.
|
Package updater provides functionality for updating tools and managing update strategies. |
|
detect
Package detect provides functionality for detecting and managing platform-specific information, including the operating system, architecture, system library, file extension, and distribution.
|
Package detect provides functionality for detecting and managing platform-specific information, including the operating system, architecture, system library, file extension, and distribution. |
|
detect/platform
Package platform provides types and utilities for representing and working with different system platforms, including architectures, operating systems, libraries, and distributions.
|
Package platform provides types and utilities for representing and working with different system platforms, including architectures, operating systems, libraries, and distributions. |
|
github
Package github provides functionality to interact with GitHub repositories, releases, and assets via the GitHub API.
|
Package github provides functionality to interact with GitHub repositories, releases, and assets via the GitHub API. |
|
goi
Package goi provides functionality for managing and installing Go binaries.
|
Package goi provides functionality for managing and installing Go binaries. |
|
match
Package match provides functionality to evaluate and match assets against specific platform requirements and name-based hints.
|
Package match provides functionality to evaluate and match assets against specific platform requirements and name-based hints. |
|
tools
Package tools provides structures and methods for managing tool configurations, including downloading, validating, and executing tools in various environments.
|
Package tools provides structures and methods for managing tool configurations, including downloading, validating, and executing tools in various environments. |
|
tools/sources
Package sources provides abstractions for handling various types of installation sources, including GitHub repositories, direct URLs, Go projects, and command-based sources.
|
Package sources provides abstractions for handling various types of installation sources, including GitHub repositories, direct URLs, Go projects, and command-based sources. |
|
tools/sources/command
Package command provides utilities to manage and execute shell commands.
|
Package command provides utilities to manage and execute shell commands. |
|
tools/sources/common
Package common provides shared utilities and types used across various modules, including functions for handling downloads, metadata management, file operations, and installation processes.
|
Package common provides shared utilities and types used across various modules, including functions for handling downloads, metadata management, file operations, and installation processes. |
|
tools/sources/github
Package github provides functionality for interacting with GitHub repositories, including fetching release information, matching assets to specific requirements, and downloading files from repository releases.
|
Package github provides functionality for interacting with GitHub repositories, including fetching release information, matching assets to specific requirements, and downloading files from repository releases. |
|
tools/sources/go
Package goc provides functionality for handling Go-based installations and managing Go commands using GitHub repositories.
|
Package goc provides functionality for handling Go-based installations and managing Go commands using GitHub repositories. |
|
tools/sources/url
Package url provides functionality to handle URLs as sources for downloading and managing files.
|
Package url provides functionality to handle URLs as sources for downloading and managing files. |
|
pkg
|
|
|
cobraext
Package cobraext provides extensions to the cobra package.
|
Package cobraext provides extensions to the cobra package. |
|
download
Package download provides functionality for downloading files from URLs, with support for various protocols and automatic extraction of archives.
|
Package download provides functionality for downloading files from URLs, with support for various protocols and automatic extraction of archives. |
|
env
Package env provides utilities for managing environment variables in Go.
|
Package env provides utilities for managing environment variables in Go. |
|
file
Package file provides utilities for handling folder and file operations.
|
Package file provides utilities for handling folder and file operations. |
|
files
Package file provides utilities for handling folder and file operations.
|
Package file provides utilities for handling folder and file operations. |
|
flagexp
Package flagexp provides some experimental features to provide suggestions for typos in flag names.
|
Package flagexp provides some experimental features to provide suggestions for typos in flag names. |
|
folder
Package file provides utilities for handling folder operations.
|
Package file provides utilities for handling folder operations. |
|
logger
Package logger provides a simple logging framework that supports different log levels (DEBUG, INFO, WARN, ERROR, ALWAYS, SILENT) and color-coded output.
|
Package logger provides a simple logging framework that supports different log levels (DEBUG, INFO, WARN, ERROR, ALWAYS, SILENT) and color-coded output. |
|
pretty
Package pretty contains functions for prettifying and visualizing data in JSON and YAML formats.
|
Package pretty contains functions for prettifying and visualizing data in JSON and YAML formats. |
|
stringman
Package stringman provides utilities for working with strings.
|
Package stringman provides utilities for working with strings. |
|
unmarshal
Package unmarshal provides utilities for unmarshalling YAML data that can represent either a single item or a slice of items.
|
Package unmarshal provides utilities for unmarshalling YAML data that can represent either a single item or a slice of items. |
|
utils
Package utils provides utility functions for handling common tasks such as setting default values, checking 'zero-ness', and normalizing map keys.
|
Package utils provides utility functions for handling common tasks such as setting default values, checking 'zero-ness', and normalizing map keys. |
|
validate
Package validate provides functionality for validating configuration options.
|
Package validate provides functionality for validating configuration options. |
Click to show internal directories.
Click to hide internal directories.