list

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListCmd

type ListCmd struct {
	Scenarios  ListScenariosCmd  `cmd:"" help:"List available scenarios"`
	Tags       ListTagsCmd       `cmd:"" help:"List all tags"`
	StagePaths ListStagePathsCmd `cmd:"" help:"List all stage paths"`
	Helpers    ListHelpersCmd    `cmd:"" help:"List all helpers"`
}

type ListHelpersCmd

type ListHelpersCmd struct {
}

func (*ListHelpersCmd) Run

func (cmd *ListHelpersCmd) Run(suite core.SuiteContext) error

type ListScenariosCmd

type ListScenariosCmd struct {
	Tags               []string `short:"t" long:"tags" description:"Filter scenarios by tags"`
	StagePaths         []string `short:"s" long:"stage" description:"Filter scenarios by stage paths"`
	RecusiveStagePaths bool     `short:"r" long:"recursive" description:"Filter scenarios by stage paths recursively"`
}

func (*ListScenariosCmd) Run

func (cmd *ListScenariosCmd) Run(suite core.SuiteContext) error

type ListStagePathsCmd

type ListStagePathsCmd struct {
	Json   bool     `short:"j" long:"json" help:"Output in JSON format"`
	Filter []string `short:"f" long:"filter" description:"Filter stage paths by a common root"`
}

func (*ListStagePathsCmd) Run

func (cmd *ListStagePathsCmd) Run(suite core.SuiteContext) error

type ListTagsCmd

type ListTagsCmd struct {
}

func (*ListTagsCmd) Run

func (cmd *ListTagsCmd) Run(suite core.SuiteContext) error

Jump to

Keyboard shortcuts

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