Documentation
¶
Overview ¶
Package configcmd contains the business logic for circleci config subcommands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LocalPipelineValues ¶
LocalPipelineValues fabricates the CircleCI pipeline values used when validating or processing a config locally. Git state is read best-effort; failures are silent. params are merged as pipeline.parameters.<key> and also returned separately so callers can pass them as PipelineParameters.
Types ¶
type ValidateResult ¶
type ValidateResult struct {
Valid bool `json:"valid"`
CompiledYAML string `json:"compiled_yaml,omitempty"`
Errors []string `json:"errors,omitempty"`
}
ValidateResult holds the outcome of a config validation call.
Click to show internal directories.
Click to hide internal directories.