Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func NewRunCommand(streams genericclioptions.IOStreams) *cobra.Command + func NewRunMonitorCommand(streams genericclioptions.IOStreams) *cobra.Command + type RunMonitorFlags struct + ArtifactDir string + DisableMonitorTests []string + DisplayFromNow bool + ExactMonitorTests []string + FromRepository string + func NewRunMonitorOptions(streams genericclioptions.IOStreams, fromRepository string) *RunMonitorFlags + func (f *RunMonitorFlags) BindFlags(flags *pflag.FlagSet) + func (f *RunMonitorFlags) ToOptions() (*RunMonitorOptions, error) + type RunMonitorOptions struct + ArtifactDir string + DisplayFilterFn monitorapi.EventIntervalMatchesFunc + FromRepository string + MonitorTests monitortestframework.MonitorTestRegistry + func (o *RunMonitorOptions) Run() error