update

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsAllowedOperation added in v1.7.0

func IsAllowedOperation(op string) bool

IsAllowedOperation checks if the `_operation` value is allowed

func IsValidUpdate added in v1.7.0

func IsValidUpdate(obj map[string]any) error

IsValidUpdate validates the update object before hitting the API

func NewUpdateCmd

func NewUpdateCmd(f *cmdutil.Factory, runF func(*UpdateOptions) error) *cobra.Command

NewUpdateCmd creates and returns an update command for index objects

Types

type UpdateOptions

type UpdateOptions struct {
	Config config.IConfig
	IO     *iostreams.IOStreams

	SearchClient func() (*search.APIClient, error)

	Index             string
	CreateIfNotExists bool
	Wait              bool

	File    string
	Scanner *bufio.Scanner

	ContinueOnError bool
}

Jump to

Keyboard shortcuts

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