Documentation ¶
Index ¶
- func Attest(v *viper.Viper, app *config.Application, ro *options.RootOptions, ...) *cobra.Command
- func Convert(v *viper.Viper, app *config.Application, ro *options.RootOptions, ...) *cobra.Command
- func New() (*cobra.Command, error)
- func Packages(v *viper.Viper, app *config.Application, ro *options.RootOptions, ...) *cobra.Command
- func PowerUser(v *viper.Viper, app *config.Application, ro *options.RootOptions) *cobra.Command
- func Version(v *viper.Viper, app *config.Application) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Attest ¶
func Attest(v *viper.Viper, app *config.Application, ro *options.RootOptions, po *options.PackagesOptions, ao *options.AttestOptions) *cobra.Command
func Convert ¶ added in v0.46.0
func Convert(v *viper.Viper, app *config.Application, ro *options.RootOptions, po *options.PackagesOptions) *cobra.Command
func New ¶
Because of how the `cobra` library behaves, the application's configuration is initialized at this level. Values from the config should only be used after `app.LoadAllValues` has been called. Cobra does not have knowledge of the user provided flags until the `RunE` block of each command. `RunE` is the earliest that the complete application configuration can be loaded.
func Packages ¶
func Packages(v *viper.Viper, app *config.Application, ro *options.RootOptions, po *options.PackagesOptions) *cobra.Command
func PowerUser ¶
func PowerUser(v *viper.Viper, app *config.Application, ro *options.RootOptions) *cobra.Command
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.