Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ SilenceUsage: true, SilenceErrors: true, Use: "valecjr", Short: "Minimal subset of Valec", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { if err := aws.Initialize(); err != nil { return errors.Wrap(err, "Failed to initialize AWS API clients.") } return nil }, }
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.