Documentation
¶
Index ¶
- func CommandExplain(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- func CommandProvider(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- func CommandSchema(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- func CommandSolution(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- type ProviderOptions
- type SchemaOptions
- type SolutionOptions
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 documentation about resource schemas and solution/provider instances.
func CommandProvider ¶
func CommandProvider(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
CommandProvider creates the 'explain provider' subcommand
Types ¶
type ProviderOptions ¶
type ProviderOptions struct {
IOStreams *terminal.IOStreams
CliParams *settings.Run
// contains filtered or unexported fields
}
ProviderOptions holds configuration for the explain provider command
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
type SolutionOptions ¶
SolutionOptions holds configuration for the explain solution command
Click to show internal directories.
Click to hide internal directories.