Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ SilenceUsage: true, SilenceErrors: true, Use: "valec", Short: "Handle application secrets securely", Long: `Valec is a CLI tool to handle application secrets securely using AWS DynamoDB and KMS. Valec enables you to manage application secrets in your favorite VCS.`, PersistentPreRunE: func(cmd *cobra.Command, args []string) error { if err := aws.Initialize(rootOpts.region); 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.