features

package
v1.3.0-rc.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2026 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFeaturesCmd

func NewFeaturesCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewGenerateDocsCmd

func NewGenerateDocsCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewInfoCmd

func NewInfoCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewInfoManifestCmd

func NewInfoManifestCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewInfoTagsCmd

func NewInfoTagsCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewPackageCmd

func NewPackageCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewPublishCmd

func NewPublishCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewResolveDepsCmd

func NewResolveDepsCmd(globalFlags *flags.GlobalFlags) *cobra.Command

func NewTestCmd

func NewTestCmd(globalFlags *flags.GlobalFlags) *cobra.Command

Types

type GenerateDocsCmd

type GenerateDocsCmd struct {
	*flags.GlobalFlags

	ProjectFolder string
	OutputFolder  string
	Namespace     string
	Output        string
}

func (*GenerateDocsCmd) Run

func (cmd *GenerateDocsCmd) Run() error

type InfoCmd

type InfoCmd struct {
	*flags.GlobalFlags

	Output           string
	ShowTags         bool
	ShowDependencies bool
}

func (*InfoCmd) Run

func (cmd *InfoCmd) Run(featureID string) error

type InfoManifestCmd

type InfoManifestCmd struct {
	*flags.GlobalFlags

	Output string
}

func (*InfoManifestCmd) Run

func (cmd *InfoManifestCmd) Run(featureID string) error

type InfoTagsCmd

type InfoTagsCmd struct {
	*flags.GlobalFlags

	Output string
}

func (*InfoTagsCmd) Run

func (cmd *InfoTagsCmd) Run(featureID string) error

type PackageCmd

type PackageCmd struct {
	*flags.GlobalFlags

	Target                 string
	OutputFolder           string
	ForceCleanOutputFolder bool
	Output                 string
}

func (*PackageCmd) Run

func (cmd *PackageCmd) Run() error

type PublishFlags

type PublishFlags struct {
	Target    string
	Registry  string
	Namespace string
}

type ResolveDepsCmd

type ResolveDepsCmd struct {
	*flags.GlobalFlags

	WorkspaceFolder string
	Config          string
	Output          string
}

func (*ResolveDepsCmd) Run

func (cmd *ResolveDepsCmd) Run() error

type TestCmd

type TestCmd struct {
	*flags.GlobalFlags

	ProjectFolder          string
	Features               string
	BaseImage              string
	RemoteUser             string
	SkipScenarios          bool
	Quiet                  bool
	PreserveTestContainers bool
}

func (*TestCmd) Run

func (cmd *TestCmd) Run() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL