Documentation ¶
Index ¶
- func Execute()
- func GetRootCommand() *cobra.Command
- func NewCmdArt(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdLogFormat(out io.Writer, errOut io.Writer) *cobra.Command
- func NewCmdRoot(in io.Reader, out, err io.Writer, cmd *cobra.Command) *cobra.Command
- func NewRootCommand(in io.Reader, out, err io.Writer) *cobra.Command
- func NewUnwrapIdentityFileCommand(out io.Writer, errOut io.Writer) *cobra.Command
- type ArtOptions
- type IdentityConfigFile
- type LogFormatOptions
- type MainOptions
- type RootCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRootCommand ¶
func NewCmdLogFormat ¶
NewCmdLogFormat a command object for the "log-format" command
func NewCmdRoot ¶
Types ¶
type ArtOptions ¶
type ArtOptions struct {
common.CommonOptions
}
type IdentityConfigFile ¶
type LogFormatOptions ¶
type LogFormatOptions struct { common.CommonOptions // contains filtered or unexported fields }
LogFormatOptions contains the command line options
type MainOptions ¶
type MainOptions struct {
common.CommonOptions
}
InitOptions the flags for running init
Click to show internal directories.
Click to hide internal directories.