watch

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package watch implements the actions run watch command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdWatch

func NewCmdWatch(f *cmdutil.Factory, runF func(*WatchOptions) error) *cobra.Command

NewCmdWatch creates the actions run watch command.

Types

type WatchOptions

type WatchOptions struct {
	IO         *iostreams.IOStreams
	HttpClient func() (*http.Client, error)
	BaseRepo   func() (string, error)

	Repository string
	RunID      string

	Interval    int
	Compact     bool
	ExitStatus  bool
	JSON        bool
	NonInterval bool
}

WatchOptions configures the actions run watch command.

Source Files

  • watch.go

Jump to

Keyboard shortcuts

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