Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "vault-openvpn", Short: "Manage OpenVPN configuration combined with a Vault PKI", PersistentPreRunE: func(cmd *cobra.Command, args []string) error { if logLevel, err := log.ParseLevel(viper.GetString("log-level")); err == nil { log.SetLevel(logLevel) } else { return fmt.Errorf("Unable to interprete log level: %s", err) } 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.