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>

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

Back to Gh Workflow directory