Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "certwarden-deploy", Short: "Deploy Certificates from CertWarden in a breeze", Long: `certwarden-deploy is a CLI utility to deploy certificates managed by CertWarden. Configuration is handled by a single YAML file, so you can get started quickly. For more information on how to configure this tool, visit the docs at https://certwarden-deploy.adora.codes`, Version: constants.Version, CompletionOptions: cobra.CompletionOptions{DisableDefaultCmd: true}, Args: cobra.ExactArgs(0), Run: handleRootCmd, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.