Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

[Feature Request]: grr serve --exclude option #600

Description

@superbrothers

Feature Request

I would like to have the --exclude option to specify files that are excluded target files to grr serve command.

We are currently managing dashboard files with the following directory structure.

❯ tree .
.
├── Makefile
├── ipmi-exporter
│   ├── ipmi_exporter-cluster.json
│   └── kustomization.yaml
├── kustomization.yaml
└── nvidia-gpu
├── Makefile
├── dcgm-exporter-dashboard.json
└── kustomization.yaml

If grr serve --only-spec ./ is run on this directory, you will get errors for files that are not dashboard data.

Image

It would be nice if grr serve has --exclude option and use it like this.

grr serve --only-spec --exclude Makefile,*.yaml ./

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions