user

package
v0.1.41 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package user provides the create user command for opampctl.

Index

Constants

This section is empty.

Variables

View Source
var ErrUsernameRequired = errors.New("--username is required (or use --file)")

ErrUsernameRequired is returned when neither --username nor --file is given.

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new create user command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
	// contains filtered or unexported fields
}

CommandOptions contains the options for the create user command.

func (*CommandOptions) Prepare

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

Prepare prepares the create user command.

func (*CommandOptions) Run

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

Run executes the create user command.

Jump to

Keyboard shortcuts

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