store

package
v1.225.0 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2026 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Overview

Package store implements the `atmos store` command group for raw store CRUD.

Index

Constants

This section is empty.

Variables

View Source
var ErrRawFormatConflict = errors.New("--raw is text-only and cannot be combined with --format=json or --format=env")

ErrRawFormatConflict indicates --raw was combined with a non-text --format.

View Source
var ErrStoreKeyRequired = errors.New("a KEY is required")

ErrStoreKeyRequired indicates a KEY argument is required.

View Source
var ErrStoreNameRequired = errors.New("a store NAME is required")

ErrStoreNameRequired indicates a store NAME argument is required.

Functions

This section is empty.

Types

type StoreCommandProvider

type StoreCommandProvider struct{}

StoreCommandProvider implements the CommandProvider interface.

func (*StoreCommandProvider) GetAliases

func (p *StoreCommandProvider) GetAliases() []internal.CommandAlias

GetAliases returns command aliases.

func (*StoreCommandProvider) GetCommand

func (p *StoreCommandProvider) GetCommand() *cobra.Command

GetCommand returns the store command.

func (*StoreCommandProvider) GetCompatibilityFlags

func (p *StoreCommandProvider) GetCompatibilityFlags() map[string]compat.CompatibilityFlag

GetCompatibilityFlags returns compatibility flags for this command.

func (*StoreCommandProvider) GetFlagsBuilder

func (p *StoreCommandProvider) GetFlagsBuilder() flags.Builder

GetFlagsBuilder returns the flags builder for this command.

func (*StoreCommandProvider) GetGroup

func (p *StoreCommandProvider) GetGroup() string

GetGroup returns the command group for help organization.

func (*StoreCommandProvider) GetName

func (p *StoreCommandProvider) GetName() string

GetName returns the command name.

func (*StoreCommandProvider) GetPositionalArgsBuilder

func (p *StoreCommandProvider) GetPositionalArgsBuilder() *flags.PositionalArgsBuilder

GetPositionalArgsBuilder returns the positional args builder for this command.

func (*StoreCommandProvider) IsExperimental

func (p *StoreCommandProvider) IsExperimental() bool

IsExperimental returns whether this command is experimental.

Jump to

Keyboard shortcuts

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