cmd

package
v0.6.8 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2021 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

func GetParameter added in v0.6.7

func GetParameter(options *GetParameterOptions) (string, error)

GetParamter returns a parameter by name while removing any trailing new-line

func GetParameters added in v0.6.7

func GetParameters(options *GetParametersOptions, params []types.Parameter, nextToken *string) []types.Parameter

Types

type GetParameterOptions added in v0.6.7

type GetParameterOptions struct {
	Client  *ssm.Client
	Name    string
	Decrypt bool
}

GetParameterOptions represents options for GetParameter

type GetParametersOptions added in v0.6.8

type GetParametersOptions struct {
	Client    *ssm.Client
	Path      *string
	Recursive bool
	Decrypt   bool
}

Jump to

Keyboard shortcuts

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