Documentation
¶
Index ¶
- Variables
- func ClipboardCommand(input ClipboardCommandInput) error
- func ConfigureClipboardCommand(app *kingpin.Application)
- func ConfigureDeleteCommand(app *kingpin.Application)
- func ConfigureExecCommand(app *kingpin.Application)
- func ConfigureGlobals(app *kingpin.Application)
- func ConfigureListCommand(app *kingpin.Application)
- func ConfigureReadCommand(app *kingpin.Application)
- func ConfigureRenameCommand(app *kingpin.Application)
- func ConfigureRenderCommand(app *kingpin.Application)
- func ConfigureTreeCommand(app *kingpin.Application)
- func ConfigureWriteCommand(app *kingpin.Application)
- func DeleteCommand(input DeleteCommandInput) error
- func ExecCommand(input ExecCommandInput) error
- func Execute(command string, args []string, env environ) error
- func GetEnv(input ExecCommandInput, p *ssm.Parameter) (string, string)
- func GetParameters(svc *ssm.SSM, parameters map[string]string) error
- func ListCommand(input ListCommandInput) error
- func Min(a, b int) int
- func NewSsmClient() *ssm.SSM
- func ParseInput(input *WriteCommandInput) error
- func ParseTemplate(input RenderCommandInput, file string, data []byte, ...) error
- func ReadCommand(input ReadCommandInput) error
- func ReadTemplate(input RenderCommandInput) (string, []byte, error)
- func Rename(svc *ssm.SSM, parameter *ssm.Parameter, dest string) error
- func RenameCommand(input RenameCommandInput) error
- func RenameParameter(input RenameCommandInput) error
- func RenamePath(input RenameCommandInput) error
- func RenderCommand(input RenderCommandInput) error
- func RenderTemplate(input RenderCommandInput, file string, data []byte, ...) error
- func TreeCommand(input TreeCommandInput) error
- func WriteCommand(input WriteCommandInput) error
- type ClipboardCommandInput
- type DeleteCommandInput
- type ExecCommandInput
- type ListCommandInput
- type ReadCommandInput
- type RenameCommandInput
- type RenderCommandInput
- type TreeCommandInput
- type WriteCommandInput
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalFlags struct { Debug bool }
Functions ¶
func ClipboardCommand ¶
func ClipboardCommand(input ClipboardCommandInput) error
func ConfigureClipboardCommand ¶
func ConfigureClipboardCommand(app *kingpin.Application)
func ConfigureDeleteCommand ¶
func ConfigureDeleteCommand(app *kingpin.Application)
func ConfigureExecCommand ¶
func ConfigureExecCommand(app *kingpin.Application)
func ConfigureGlobals ¶
func ConfigureGlobals(app *kingpin.Application)
func ConfigureListCommand ¶
func ConfigureListCommand(app *kingpin.Application)
func ConfigureReadCommand ¶
func ConfigureReadCommand(app *kingpin.Application)
func ConfigureRenameCommand ¶
func ConfigureRenameCommand(app *kingpin.Application)
func ConfigureRenderCommand ¶
func ConfigureRenderCommand(app *kingpin.Application)
func ConfigureTreeCommand ¶
func ConfigureTreeCommand(app *kingpin.Application)
func ConfigureWriteCommand ¶
func ConfigureWriteCommand(app *kingpin.Application)
func DeleteCommand ¶
func DeleteCommand(input DeleteCommandInput) error
func ExecCommand ¶
func ExecCommand(input ExecCommandInput) error
func GetParameters ¶ added in v1.0.1
func ListCommand ¶
func ListCommand(input ListCommandInput) error
func NewSsmClient ¶
func ParseInput ¶
func ParseInput(input *WriteCommandInput) error
func ParseTemplate ¶ added in v1.0.1
func ReadCommand ¶
func ReadCommand(input ReadCommandInput) error
func ReadTemplate ¶ added in v1.0.1
func ReadTemplate(input RenderCommandInput) (string, []byte, error)
func RenameCommand ¶
func RenameCommand(input RenameCommandInput) error
func RenameParameter ¶
func RenameParameter(input RenameCommandInput) error
func RenamePath ¶
func RenamePath(input RenameCommandInput) error
func RenderCommand ¶
func RenderCommand(input RenderCommandInput) error
func RenderTemplate ¶ added in v1.0.1
func TreeCommand ¶
func TreeCommand(input TreeCommandInput) error
func WriteCommand ¶
func WriteCommand(input WriteCommandInput) error
Types ¶
type ClipboardCommandInput ¶
type DeleteCommandInput ¶
type ExecCommandInput ¶
type ListCommandInput ¶
type ListCommandInput struct {
Format string
}
type ReadCommandInput ¶
type RenameCommandInput ¶
type RenderCommandInput ¶
type TreeCommandInput ¶
type TreeCommandInput struct { }
Click to show internal directories.
Click to hide internal directories.