Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cli ¶
type Cli struct {
}
func (*Cli) Generate ¶
func (cli *Cli) Generate(opts GenerateOptions) error
type GenerateOptions ¶ added in v0.11.0
type GenerateOptions struct {
CfgFiles []string
CfgDocs []string
BundlePath string
SkipDefault bool
TimeoutSeconds int
EnableCore bool
EnableDocker bool
EnableJournald bool
RequireJournald bool
EnableKubernetes bool
RequireKubernetes bool
EnableRetraced bool
RequireRetraced bool
CustomerID string
CustomerEndpoint string
SkipPrompts bool
}
Click to show internal directories.
Click to hide internal directories.