Difference between revisions of "Gh actions --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> Welcome to GitHub Actions on the command line. GitHub CLI integrates with Actions to help you manage runs and workflows. Interacting with workflow runs gh run list:...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{lc}}
Welcome to GitHub Actions on the command line.
 
  
GitHub CLI integrates with Actions to help you manage runs and workflows.
+
Welcome to GitHub Actions on the command line. 
 
+
Interacting with workflow runs   
+
GitHub CLI integrates with Actions to help you manage runs and workflows.
gh run list:      List recent workflow runs   
+
 
gh run view:      View details for a workflow run or one of its jobs   
+
Interacting with workflow runs   
gh run watch:    Watch a workflow run while it executes   
+
gh run list:      List recent workflow runs   
gh run rerun:    Rerun a failed workflow run   
+
gh run view:      View details for a workflow run or one of its jobs   
gh run download:  Download artifacts generated by runs
+
gh run watch:    Watch a workflow run while it executes   
 
+
gh run rerun:    Rerun a failed workflow run   
To see more help, run 'gh help run <subcommand>'
+
gh run download:  Download artifacts generated by runs  
 
+
Interacting with workflow files   
+
To see more help, run 'gh help run <subcommand>'  
gh workflow list:    List all the workflow files in your repository   
+
gh workflow view:    View details for a workflow file   
+
Interacting with workflow files   
gh workflow enable:  Enable a workflow file   
+
[[gh workflow list]]:    List all the workflow files in your repository   
gh workflow disable:  Disable a workflow file   
+
gh workflow view:    View details for a workflow file   
gh workflow run:      Trigger a workflow_dispatch run for a workflow file
+
gh workflow enable:  Enable a workflow file   
 +
gh workflow disable:  Disable a workflow file   
 +
[[gh workflow run]]:      Trigger a workflow_dispatch run for a workflow file
  
 
To see more help, run 'gh help workflow <subcommand>'
 
To see more help, run 'gh help workflow <subcommand>'
Line 34: Line 35:
 
</pre>
 
</pre>
  
 
+
* {{gh actions}}
{{gh}}
+
* {{gh}}

Latest revision as of 11:26, 19 January 2024

Welcome to GitHub Actions on the command line.  

GitHub CLI integrates with Actions to help you manage runs and workflows.
 
Interacting with workflow runs  
gh run list:      List recent workflow runs  
gh run view:      View details for a workflow run or one of its jobs  
gh run watch:     Watch a workflow run while it executes  
gh run rerun:     Rerun a failed workflow run  
gh run download:  Download artifacts generated by runs 

To see more help, run 'gh help run <subcommand>' 

Interacting with workflow files  
gh workflow list:     List all the workflow files in your repository  
gh workflow view:     View details for a workflow file  
gh workflow enable:   Enable a workflow file  
gh workflow disable:  Disable a workflow file  
gh workflow run:      Trigger a workflow_dispatch run for a workflow file

To see more help, run 'gh help workflow <subcommand>'


USAGE

 gh actions [flags]

INHERITED FLAGS

 --help   Show help for command

LEARN MORE

 Use 'gh <command> <subcommand> --help' for more information about a command.
 Read the manual at https://cli.github.com/manual

Advertising: