subcommands

package
v0.0.0-...-8af0d3c Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllCmd

type AllCmd struct {
	subcommands.Command
	// contains filtered or unexported fields
}

func (*AllCmd) Execute

func (c *AllCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus

func (*AllCmd) Name

func (*AllCmd) Name() string

func (*AllCmd) SetFlags

func (c *AllCmd) SetFlags(f *flag.FlagSet)

func (*AllCmd) Synopsis

func (*AllCmd) Synopsis() string

func (*AllCmd) Usage

func (*AllCmd) Usage() string

type CfnOutput

type CfnOutput struct {
	Name        string
	Description string
	Value       string
	ExportName  string
}

type CfnOutputsCsvView

type CfnOutputsCsvView struct {
	AccountId         string
	AccountName       string
	Region            string
	StackName         string
	OutputName        string
	OutputValue       string
	OutputDescription string
	OutputExportName  string
	Error             string
}

type CfnOutputsView

type CfnOutputsView struct {
	AccountId   string
	AccountName string
	Region      string
	StackName   string
	Outputs     []CfnOutput
	Error       error
}

type CfnParameter

type CfnParameter struct {
	Name         string
	Type         string
	Description  string
	DefaultValue string
	ActualValue  string
}

type CfnParametersCsvView

type CfnParametersCsvView struct {
	AccountId             string
	AccountName           string
	Region                string
	StackName             string
	ParameterName         string
	ParameterType         string
	ParameterDescription  string
	ParameterDefaultValue string
	ParameterActualValue  string
	Error                 string
}

type CfnParametersView

type CfnParametersView struct {
	AccountId   string
	AccountName string
	Region      string
	StackName   string
	Parameters  []CfnParameter
	Error       error
}

type CfnResource

type CfnResource struct {
	PhysicalId  string
	LogicalId   string
	Type        string
	Description string
	Status      string
	DriftStatus string
}

type CfnResourcesCsvView

type CfnResourcesCsvView struct {
	AccountId           string
	AccountName         string
	Region              string
	StackName           string
	ResourcePhysicalId  string
	ResourceLogicalId   string
	ResourceType        string
	ResourceDescription string
	ResourceStatus      string
	ResourceDriftStatus string
	Error               string
}

type CfnResourcesView

type CfnResourcesView struct {
	AccountId   string
	AccountName string
	Region      string
	StackName   string
	Resources   []CfnResource
	Error       error
}

type OutputsCmd

type OutputsCmd struct {
	subcommands.Command
	// contains filtered or unexported fields
}

func (*OutputsCmd) DumpCsv

func (c *OutputsCmd) DumpCsv(views []*CfnOutputsView) error

func (*OutputsCmd) DumpExcel

func (c *OutputsCmd) DumpExcel(views []*CfnOutputsView) error

func (*OutputsCmd) DumpJson

func (c *OutputsCmd) DumpJson(views []*CfnOutputsView) error

func (*OutputsCmd) Execute

func (c *OutputsCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus

func (*OutputsCmd) GetGlobalViews

func (c *OutputsCmd) GetGlobalViews() []*CfnOutputsView

func (*OutputsCmd) Name

func (*OutputsCmd) Name() string

func (*OutputsCmd) SetFlags

func (c *OutputsCmd) SetFlags(f *flag.FlagSet)

func (*OutputsCmd) Synopsis

func (*OutputsCmd) Synopsis() string

func (*OutputsCmd) Usage

func (*OutputsCmd) Usage() string

type ParametersCmd

type ParametersCmd struct {
	subcommands.Command
	// contains filtered or unexported fields
}

func (*ParametersCmd) DumpCsv

func (c *ParametersCmd) DumpCsv(views []*CfnParametersView) error

func (*ParametersCmd) DumpExcel

func (c *ParametersCmd) DumpExcel(views []*CfnParametersView) error

func (*ParametersCmd) DumpJson

func (c *ParametersCmd) DumpJson(views []*CfnParametersView) error

func (*ParametersCmd) Execute

func (c *ParametersCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus

func (*ParametersCmd) GetGlobalViews

func (c *ParametersCmd) GetGlobalViews() []*CfnParametersView

func (*ParametersCmd) Name

func (*ParametersCmd) Name() string

func (*ParametersCmd) SetFlags

func (c *ParametersCmd) SetFlags(f *flag.FlagSet)

func (*ParametersCmd) Synopsis

func (*ParametersCmd) Synopsis() string

func (*ParametersCmd) Usage

func (*ParametersCmd) Usage() string

type ResourcesCmd

type ResourcesCmd struct {
	subcommands.Command
	// contains filtered or unexported fields
}

func (*ResourcesCmd) DumpCsv

func (c *ResourcesCmd) DumpCsv(views []*CfnResourcesView) error

func (*ResourcesCmd) DumpExcel

func (c *ResourcesCmd) DumpExcel(views []*CfnResourcesView) error

func (*ResourcesCmd) DumpJson

func (c *ResourcesCmd) DumpJson(views []*CfnResourcesView) error

func (*ResourcesCmd) Execute

func (c *ResourcesCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus

func (*ResourcesCmd) GetGlobalViews

func (c *ResourcesCmd) GetGlobalViews() []*CfnResourcesView

func (*ResourcesCmd) Name

func (*ResourcesCmd) Name() string

func (*ResourcesCmd) SetFlags

func (c *ResourcesCmd) SetFlags(f *flag.FlagSet)

func (*ResourcesCmd) Synopsis

func (*ResourcesCmd) Synopsis() string

func (*ResourcesCmd) Usage

func (*ResourcesCmd) Usage() string

Jump to

Keyboard shortcuts

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