Documentation
¶
Overview ¶
Package param provides CLI commands for AWS SSM Parameter Store.
Index ¶
- func Command() *cli.Command
- func DiffCommand() *cli.Command
- func ListCommand() *cli.Command
- func LogCommand() *cli.Command
- func NewDiffPresenter(reader provider.Reader, spec1, spec2 *paramversion.Spec) genericdiff.Presenter
- func NewLogPresenter(reader provider.Reader, req genericlog.Request) genericlog.Presenter
- func NewShowPresenter(reader provider.Reader, spec *paramversion.Spec) genericshow.Presenter
- func ShowCommand() *cli.Command
- func TagCommand() *cli.Command
- func UntagCommand() *cli.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiffCommand ¶ added in v0.8.0
DiffCommand returns the SSM Parameter Store diff command.
func ListCommand ¶ added in v0.8.0
ListCommand returns the SSM Parameter Store list command.
func LogCommand ¶ added in v0.8.0
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
ShowCommand returns the SSM Parameter Store show command.
func TagCommand ¶ added in v0.8.0
TagCommand returns the SSM Parameter Store tag command.
func UntagCommand ¶ added in v0.8.0
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. |