WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Add filters to show files #1312

@omsherikar

Description

@omsherikar

Problem
show files lists all bucket paths but cannot be filtered. Passing --bucket errors as unknown option.

Repro

cd packages/cli
node ./bin/cli.mjs show files -y           # Lists everything
node ./bin/cli.mjs show files --bucket json -y  # error: unknown option '--bucket'

Why this matters
Large repos need targeted inspection (by bucket/locale/path). Lack of filters makes the command noisy and slower to use.

Proposal
Implement filters (mirror run):

  • --bucket <name> repeatable
  • --target-locale <code> repeatable
  • --file <substr> (already exists on run; mirror here)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions