create

package
v0.7.6 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package create provides the SSM Parameter Store create command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cli.Command

Command returns the create command.

Types

type Options

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

Options holds the options for the create command.

type Runner

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

Runner executes the create command.

func (*Runner) Run

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

Run executes the create command.

Jump to

Keyboard shortcuts

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