gh-workflow
Verified for current stable LTS
Gh Workflow Command: Run Manual Workflow With Parameters
Use for run manual workflow with parameters with Gh Workflow. Exact CLI syntax to run manual workflow with parameters using Gh Workflow.
When to use this: Use for run manual workflow with parameters with Gh Workflow.
Command Syntax
gh workflow run <id|workflow_name|filename.yml> <--raw-field param1=value1 --raw-field param2=value2 ...> gh workflow run <id|workflow_name|filename.yml> <--raw-field param1=value1 --raw-field param2=value2 ...> Command Breakdown
--raw-field- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run manual workflow with parameters using Gh Workflow.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gh Workflow Command: Display Workflow Yaml
gh workflow view <id|workflow_name|filename.yml> -y Gh Workflow Command: Display Workflow Yaml For Specific Ref gh workflow view <id|workflow_name|filename.yml> -r <branch|tag_name> -y Gh Workflow Command: Display Workflow Yaml Specific Branch Or Tag gh workflow view <id|workflow_name|filename.yml> -r <branch|tag_name> -y Gh Workflow Command: Enable Disable Workflow gh workflow <enable|disable> <id|workflow_name|filename.yml> Gh Workflow Command: List View Workflows gh workflow view