Forrest logo
back to context overview

glab-pipeline

List of commands for glab-pipeline:

  • glab-pipeline:tldr:1cb8e glab-pipeline: Run a manual pipeline on the current branch.
    $ glab pipeline run
    try on your machine
    explain this command
  • glab-pipeline:tldr:2c67d glab-pipeline: View a running pipeline on a specific branch.
    $ glab pipeline status --branch ${branch_name}
    try on your machine
    explain this command
  • glab-pipeline:tldr:2ea92 glab-pipeline: Run a manual pipeline on a specific branch.
    $ glab pipeline run --branch ${branch_name}
    try on your machine
    explain this command
  • glab-pipeline:tldr:3bce5 glab-pipeline: Get the list of pipelines.
    $ glab pipeline list
    try on your machine
    explain this command
  • glab-pipeline:tldr:48db7 glab-pipeline: View a running pipeline on the current branch.
    $ glab pipeline status
    try on your machine
    explain this command
back to context overview