Skip to content

docs: add --output-format flag to test command documentation - #398

Closed
A-d-i-t-y wants to merge 1 commit into
microcks:masterfrom
A-d-i-t-y:docs/add-output-format-flag-to-test-docs
Closed

docs: add --output-format flag to test command documentation#398
A-d-i-t-y wants to merge 1 commit into
microcks:masterfrom
A-d-i-t-y:docs/add-output-format-flag-to-test-docs

Conversation

@A-d-i-t-y

Copy link
Copy Markdown

Summary

Added missing --output-format flag to test command documentation.

Problem

The --output-format flag was added to the test command but was
never documented in documentation/cmd/test.md. Users had no way
to discover this flag from the official docs.

Fix

Added --output-format flag to the Options table with supported
values: plain (default) and github-actions.

Files changed

  • documentation/cmd/test.md — added --output-format flag entry

Closes #397

The --output-format flag was missing from documentation/cmd/test.md.
Added flag description with supported values: plain, github-actions.

Closes microcks#397

Signed-off-by: Aditya <aaaditya1909@gmail.com>
@A-d-i-t-y

Copy link
Copy Markdown
Author

Hi @Harsh4902 @Caesarsage, I noticed that the --output-format flag was missing from the test command documentation. This is a minimal docs fix that adds the flag to the Options table with supported values. Would love your feedback!

@Caesarsage

Copy link
Copy Markdown
Contributor

Thanks — the docs were updated when the flag shipped (it landed as --output, documented in documentation/cmd/test.md with all four formats), so this PR is superseded.

This can be closed now

@Harsh4902

Copy link
Copy Markdown
Member

Thanks @Caesarsage for the review, and @A-d-i-t-y for your contribution. We've to close this as it's already tackled.

@Harsh4902 Harsh4902 closed this Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: --output-format flag missing from test command documentation

3 participants