Versions in this module Expand all Collapse all v0 v0.1.0 Jun 11, 2024 Changes in this version + func GenerateSpecWithSpinner(project *v1.Project, stack *v1.Stack, workspace *v1.Workspace, ...) (*v1.Spec, error) + func NewCmdGenerate(ui *terminal.UI, ioStreams genericiooptions.IOStreams) *cobra.Command + func SpecFromFile(filePath string) (*v1.Spec, error) + type GenerateFlags struct + MetaFlags *meta.MetaFlags + NoStyle bool + Output string + UI *terminal.UI + Values []string + func NewGenerateFlags(ui *terminal.UI, streams genericiooptions.IOStreams) *GenerateFlags + func (flags *GenerateFlags) AddFlags(cmd *cobra.Command) + func (flags *GenerateFlags) ToOptions() (*GenerateOptions, error) + type GenerateOptions struct + NoStyle bool + Output string + UI *terminal.UI + Values []string + func (o *GenerateOptions) Run() error + func (o *GenerateOptions) Validate(cmd *cobra.Command, args []string) error