Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidOutputTypes = []string{"json", "yaml", "test"}
ValidOutputTypes defines the supported output formats
Functions ¶
Types ¶
type SolutionOptions ¶
type SolutionOptions struct {
IOStreams *terminal.IOStreams
CliParams *settings.Run
Output string
OutputFile string
File string
ResolverParams []string
ResolverTimeout time.Duration
PhaseTimeout time.Duration
Compact bool
NoTimestamp bool
NoCache bool
// NoState disables state loading. render is read-only (it never saves), so
// this only skips reading persisted state; resolvers that read the state
// provider fall back to their defaults.
NoState bool
// Mode flags (mutually exclusive)
ActionGraph bool // --action-graph: Show action dependency graph
GraphFormat string // --graph-format: Graph format (ascii, dot, mermaid, json)
Snapshot bool // --snapshot: Save execution snapshot
SnapshotFile string // --snapshot-file: Snapshot output file
Redact bool // --redact: Redact sensitive values in snapshot
// TestName is the desired test name when using -o test output format.
// When empty, a name is derived from the command and resolver parameters.
TestName string
// contains filtered or unexported fields
}
SolutionOptions holds configuration for the render solution command
Click to show internal directories.
Click to hide internal directories.