gh-workflow
Verified for current stable LTS
Gh Workflow Command: Run Manual Workflow With Json Stdin
Use for run manual workflow with json stdin with Gh Workflow. Exact CLI syntax to run manual workflow with json stdin using Gh Workflow.
When to use this: Use for run manual workflow with json stdin with Gh Workflow.
Command Syntax
echo '{{"param1": "value1", "param2": "value2", ...}}' | gh workflow run <id|workflow_name|filename.yml> -r <branch|tag_name> echo "{`{"param1": "value1", "param2": "value2", ...`}}" | gh workflow run <id|workflow_name|filename.yml> -r <branch|tag_name> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run manual workflow with json stdin 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