use

package
v0.1.26 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package use provides the use command for opampctl context.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrContextNotFound is returned when the context is not found.
	ErrContextNotFound = errors.New("context does not exist")
)

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new use command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
}

CommandOptions contains the options for the use command.

func (*CommandOptions) Prepare

func (opt *CommandOptions) Prepare(_ *cobra.Command, _ []string) error

Prepare prepares the command to run.

func (*CommandOptions) Run

func (opt *CommandOptions) Run(cmd *cobra.Command, args []string) error

Run runs the command.

Jump to

Keyboard shortcuts

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