set

package
v0.4.3 Latest Latest
Warning

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

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

Documentation

Overview

Package set provides the SSM Parameter Store set command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cli.Command

Command returns the set command.

Types

type Options

type Options struct {
	Name        string
	Value       string
	Type        string
	Description string
}

Options holds the options for the set command.

type Runner

type Runner struct {
	UseCase *param.SetUseCase
	Stdout  io.Writer
	Stderr  io.Writer
}

Runner executes the set command.

func (*Runner) Run

func (r *Runner) Run(ctx context.Context, opts Options) error

Run executes the set command.

Jump to

Keyboard shortcuts

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