init

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package init provides the init command for opampctl.

Index

Constants

View Source
const (
	// DirectoryPermission defines the permission for directories created by the init command.
	DirectoryPermission = 0755 // Permission for directories
	// ConfigFilePermission defines the permission for configuration files created by the init command.
	ConfigFilePermission = 0600 // Permission for configuration files
)

Variables

View Source
var (
	// ErrUserCancelled is returned when the user cancels the operation.
	ErrUserCancelled = errors.New("user cancelled the operation")
)

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new config command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
}

CommandOptions contains the options for the config 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, _ []string) error

Run runs the command.

Jump to

Keyboard shortcuts

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