Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Render ¶
type Render struct {
N_Namepsace string `desc:"Namespace to apply" default:"default"`
F_File string `desc:"the path to the rio file to apply"`
A_Answers string `desc:"Answer file in with key/value pairs in yaml or json"`
Prompt bool `desc:"Re-ask all questions if answer is not found in environment variables"`
}
func (*Render) Run ¶
func (r *Render) Run(ctx *clicontext.CLIContext) error
Source Files
¶
- render.go
Click to show internal directories.
Click to hide internal directories.