package
1.25.0
Repository: https://github.com/bazelbuild/bazelisk.git
Documentation: pkg.go.dev

# Functions

FromEnv returns a Config which gets config values from environment variables.
FromFile returns a Config which gets config values from a Bazelisk config file.
Layered returns a Config which gets config values from the first of a series of other Config values which sets the config.
LocateUserConfigFile locates a .bazeliskrc file in the user's home directory.
LocateWorkspaceConfigFile locates a .bazeliskrc file in the current workspace root.
Null returns a Config with no config values.
Static returns a Config with static values.

# Interfaces

Config allows getting Bazelisk configuration values.