param

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2026 License: MIT Imports: 27 Imported by: 0

Documentation

Overview

Package param provides CLI commands for AWS SSM Parameter Store.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cli.Command

Command returns the param command with all subcommands.

func DiffCommand added in v0.8.0

func DiffCommand() *cli.Command

DiffCommand returns the SSM Parameter Store diff command.

func ListCommand added in v0.8.0

func ListCommand() *cli.Command

ListCommand returns the SSM Parameter Store list command.

func LogCommand added in v0.8.0

func LogCommand() *cli.Command

LogCommand returns the SSM Parameter Store log command.

func NewDiffPresenter added in v0.8.0

func NewDiffPresenter(reader provider.Reader, spec1, spec2 *paramversion.Spec) genericdiff.Presenter

NewDiffPresenter builds a param diff presenter over the given reader and specs. It is exported for the shared golden-output test harness.

func NewLogPresenter added in v0.8.0

func NewLogPresenter(reader provider.Reader, req genericlog.Request) genericlog.Presenter

NewLogPresenter builds a param log presenter over the given reader and request. It is exported for the shared golden-output test harness.

func NewShowPresenter added in v0.8.0

func NewShowPresenter(reader provider.Reader, spec *paramversion.Spec) genericshow.Presenter

NewShowPresenter builds a param show presenter over the given reader and spec. It is exported for the shared golden-output test harness.

func ShowCommand added in v0.8.0

func ShowCommand() *cli.Command

ShowCommand returns the SSM Parameter Store show command.

func TagCommand added in v0.8.0

func TagCommand() *cli.Command

TagCommand returns the SSM Parameter Store tag command.

func UntagCommand added in v0.8.0

func UntagCommand() *cli.Command

UntagCommand returns the SSM Parameter Store untag command.

Types

This section is empty.

Directories

Path Synopsis
Package create provides the SSM Parameter Store create command.
Package create provides the SSM Parameter Store create command.
Package delete provides the SSM Parameter Store delete command.
Package delete provides the SSM Parameter Store delete command.
Package paramopts builds AWS Parameter Store provider write options from CLI flag values, keeping the flag-to-option mapping in one place shared by the param create and update commands.
Package paramopts builds AWS Parameter Store provider write options from CLI flag values, keeping the flag-to-option mapping in one place shared by the param create and update commands.
Package paramtype maps between the provider-neutral domain.ValueType and the AWS SSM Parameter Store type names ("String", "SecureString", "StringList") used in CLI output and in the --type flag.
Package paramtype maps between the provider-neutral domain.ValueType and the AWS SSM Parameter Store type names ("String", "SecureString", "StringList") used in CLI output and in the --type flag.
Package update provides the SSM Parameter Store update command.
Package update provides the SSM Parameter Store update command.

Jump to

Keyboard shortcuts

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