Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-repo-publish-catalog	-  [EXPERIMENTAL]  Publishes CI/CD components to
     the catalog.

SYNOPSIS
     glab repo publish catalog	[flags]

DESCRIPTION
     [EXPERIMENTAL] Publishes CI/CD components in the project to the CI/CD cata-
     log using the provided tag name.

     Requires the feature flag ci_release_cli_catalog_publish_option to  be  en-
     abled for this project in your GitLab instance.

     Requires the same user as the release author.

     * It  retrieves components from the current repository by searching for yml
       files within the "templates" directory and its subdirectories.

     * It fails if the feature flag ci_release_cli_catalog_publish_option is not
       enabled for this project in your GitLab instance.

     Components can be defined:

     * In single files ending in .yml for each component, like templates/secret-
       detection.yml.

     * In subdirectories containing template.yml files as entry points, for com-
       ponents that bundle together multiple related files.  For  example,  tem-
       plates/secret-detection/template.yml.

OPTIONS INHERITED FROM PARENT COMMANDS
     -h, --help[=false]      Show help for this command.

EXAMPLE
     glab repo publish catalog v1.2.3

SEE ALSO
     glab-repo-publish(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-repo-publish-catalog&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help