Skip to content

Feat: support format validation#1575

Open
tico88612 wants to merge 1 commit into
apple:mainfrom
tico88612:feat/format-validation
Open

Feat: support format validation#1575
tico88612 wants to merge 1 commit into
apple:mainfrom
tico88612:feat/format-validation

Conversation

@tico88612
Copy link
Copy Markdown
Contributor

@tico88612 tico88612 commented May 19, 2026

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

Fixed #1528

Some commands don't support some formats (e.g., yaml, toml) yet; add validation to prevent users from thinking they were executed successfully.

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

Some commands don't support some formats (e.g., `yaml`, `toml`) yet;
add validation to prevent users from thinking they were executed successfully.

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
@tico88612 tico88612 force-pushed the feat/format-validation branch from 4f14613 to e83845f Compare May 19, 2026 03:45
Copy link
Copy Markdown
Contributor

@jglogan jglogan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tico88612 this looks fine but I wonder if we may be reading the issue too literally (the description was from an AI-based analysis that we did).

I haven't looked but would it be just as easy to address the issue by adding support for YAML output for all these commands?

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.

[Bug]: Several commands accept --format yaml but emit table or plain text

2 participants