Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide option to specify modules in ftl schema get #1090

Closed
worstell opened this issue Mar 14, 2024 · 0 comments · Fixed by #1135
Closed

Provide option to specify modules in ftl schema get #1090

worstell opened this issue Mar 14, 2024 · 0 comments · Fixed by #1135
Assignees
Labels
good first issue Good for newcomers

Comments

@worstell
Copy link
Contributor

Optional flag which scopes the output to a subset of modules present in the larger schema.

@github-actions github-actions bot added the triage Issue needs triaging label Mar 14, 2024
@worstell worstell added the good first issue Good for newcomers label Mar 14, 2024
@matt2e matt2e self-assigned this Mar 25, 2024
@github-actions github-actions bot removed the triage Issue needs triaging label Mar 25, 2024
@matt2e matt2e linked a pull request Mar 25, 2024 that will close this issue
matt2e added a commit that referenced this issue Mar 25, 2024
#1090

```
ftl schema get --modules <modules>
eg: ftl schema get --modules time,echo
```
Allows filtering of schemas to the named modules.
If the input includes a module that was not found, it is returned as an
error

The behaviour for these remains the same:
```
ftl schema
ftl schema get
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants