Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Add --variables parameter to the pipeline run docs
Browse files Browse the repository at this point in the history
  • Loading branch information
junderhill authored Oct 21, 2021
1 parent 74d6d07 commit 26b8907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/pipeline/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Examples

$ glab pipeline run
$ glab pipeline run -b trunk
$ glab pipeline run -b trunk --variables MYKEY:some_value
$ glab pipeline run -b trunk --variables MYKEY:some_value --variables KEY2:another_value

Options
Expand All @@ -30,6 +32,7 @@ Options
::

-b, --branch string Create pipeline on branch/ref <string>
--variables string Specify variable values to be used in this run.

Options inherited from parent commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 26b8907

Please sign in to comment.