Documentation ¶ Index ¶ func NewCmdPublishCatalog(f *cmdutils.Factory) *cobra.Command func Publish(io *iostreams.IOStreams, client *gitlab.Client, repoName string, ...) error type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdPublishCatalog ¶ func NewCmdPublishCatalog(f *cmdutils.Factory) *cobra.Command func Publish ¶ func Publish(io *iostreams.IOStreams, client *gitlab.Client, repoName string, tagName string) error Types ¶ type Options ¶ type Options struct { TagName string HTTPClient func() (*gitlab.Client, error) BaseRepo func() (glrepo.Interface, error) IO *iostreams.IOStreams } Source Files ¶ View all Source files publish.go Click to show internal directories. Click to hide internal directories.