Skip to content

model test --tests *.fga.yaml does not work #582

@aaguiarz

Description

@aaguiarz

When running

fga model test --tests *.fga.yaml

Only the first file gets processed. For it to work, *.fga.yaml need to be between quotes:

fga model test --tests "*.fga.yaml"

It should work both ways. The issue is that without the quotes, the shell is expanding it, and the CLI only gets the first one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions