actions

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrIncompatibleAllFlag when you can't use --all flag.
	ErrIncompatibleAllFlag = errors.New("args must be empty with --all flag")

	// ErrMultipleProfiles when you can use only a single profile.
	ErrMultipleProfiles = errors.New("specify only one profile")

	// ErrEmptyProfiles when trying to update empty profile list.
	ErrEmptyProfiles = errors.New("there are no profiles")

	// ErrReadingFile when a file can't be read.
	ErrReadingFile = errors.New("error reading data from file")
)

Functions

func NewRootCmd

func NewRootCmd() *cobra.Command

NewRootCmd creates the base command for hostctl.

Types

This section is empty.

Jump to

Keyboard shortcuts

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