package loader
import "github.com/docker/cli/cli/command/stack/loader"
Index ¶
- func GetConfigDetails(composefiles []string, stdin io.Reader) (composetypes.ConfigDetails, error)
- func LoadComposefile(dockerCli command.Cli, opts options.Deploy) (*composetypes.Config, error)
Functions ¶
func GetConfigDetails ¶
func GetConfigDetails(composefiles []string, stdin io.Reader) (composetypes.ConfigDetails, error)
GetConfigDetails parse the composefiles specified in the cli and returns their ConfigDetails
func LoadComposefile ¶
LoadComposefile parse the composefile specified in the cli and returns its Config and version.
Source Files ¶
- Version
- v28.1.0-rc.1+incompatible
- Published
- Apr 11, 2025
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 17 minutes ago –
Tools for package owners.