logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

glab-ci-run - Create or run a new CI/CD pipeline.

Description

       Create or run a new CI/CD pipeline.

Example

       glab ci run
       glab ci run -b main
       glab ci run -b main --variables-env key1:val1
       glab ci run -b main --variables-env key1:val1,key2:val2
       glab ci run -b main --variables-env key1:val1 --variables-env key2:val2
       glab ci run -b main --variables-file MYKEY:file1 --variables KEY2:some_value

Name

       glab-ci-run - Create or run a new CI/CD pipeline.

Options

-b, --branch=""      Create pipeline on branch/ref .

       --variables=[]      Pass variables to pipeline in format :.

       --variables-env=[]      Pass variables to pipeline in format :.

       --variables-file=[]      Pass file contents as a file variable to pipeline in format :.

       -f, --variables-from=""      JSON file containing variables for pipeline execution.

Options Inherited From Parent Commands

--help[=false]      Show help for this command.

       -R,  --repo=""       Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO format.
       Also accepts full URL or Git URL.

See Also

glab-ci(1)

Auto generated by spf13/cobra                       Nov 2024                                             glab(1)

Synopsis

glabcirun[flags]

See Also