Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandExplain ¶
func CommandExplain(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
CommandExplain creates the 'explain' command which provides detailed schema documentation for resource kinds (from Go struct tags). Instance views live under 'inspect' (e.g. 'inspect solution').
Types ¶
type SchemaOptions ¶
type SchemaOptions struct {
IOStreams *terminal.IOStreams
CliParams *settings.Run
// Expression is a CEL-style path to drill into nested fields
Expression string
// Recursive shows all nested fields at full depth
Recursive bool
}
SchemaOptions holds configuration for the explain schema command
Click to show internal directories.
Click to hide internal directories.