Versions in this module Expand all Collapse all v0 v0.2.0 Aug 5, 2022 v0.1.0 Aug 4, 2022 Changes in this version + var BuildDate string + var BuiltBy string + var Commit string + var Version string + func BinaryName() string + func ExamplePrefix() string + func NewCreateOAuthAppCommand() *cobra.Command + func NewRootCommand() *cobra.Command + func NewVersionCommand() *cobra.Command + func NewWorkshopSetupCommand() *cobra.Command + type Command interface + AddFlags func(cmd *cobra.Command) + Execute func(cmd *cobra.Command, args []string) error + Validate func(cmd *cobra.Command, args []string) error + type GiteaUser struct + AddKubernetesSecret bool + From int + Namespace string + OAuthAppName string + OAuthRedirectURI string + Repos []string + SecretNamespace string + To int + type OAuthAppOptions struct + func (opts *OAuthAppOptions) AddFlags(cmd *cobra.Command) + func (opts *OAuthAppOptions) Execute(cmd *cobra.Command, args []string) error + func (opts *OAuthAppOptions) Validate(cmd *cobra.Command, args []string) error + type WorkshopOptions struct + GiteaAdminPassword string + GiteaAdminUser string + GiteaURL string + GiteaUsers GiteaUser + type WorkshopSetupOptions struct + func (opts *WorkshopSetupOptions) AddFlags(cmd *cobra.Command) + func (opts *WorkshopSetupOptions) Execute(cmd *cobra.Command, args []string) error + func (opts *WorkshopSetupOptions) Validate(cmd *cobra.Command, args []string) error v0.1.0-alpha Aug 3, 2022