src issue add-comment

Create comment

Usage

src issue add-comment <issue> [flags]

Examples

Add comment to an issue

src issue add-comment 123 --body "This is a comment"

Add comment to issue in another repository

src issue add-comment 123 --body "Comment" -R foo/bar

Add comment without notifications

src issue add-comment 123 --body "Silent comment" --silent

Flags

Flag Description
--silent
--parent-id string
--body string

Inherited flags

Flag Description
--env string Override Sourcecraft environment (use 'src envs' to list available)
--json string Output JSON, optionally filtered (--json or --json=field1,field2)
--json-compact string Output compact JSON, optionally filtered
--plain Output without colors/styling (for LLM consumption)
-R, --repo string Select another repository using OWNER/REPO format
-V, --verbose Enable debug logging output

Learn more

Use src issue add-comment <subcommand> --help for more information about a command.

Предыдущая
Следующая