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

dx: I want to see what the exported API is for other modules #2394

Open
matt2e opened this issue Aug 15, 2024 · 2 comments
Open

dx: I want to see what the exported API is for other modules #2394

matt2e opened this issue Aug 15, 2024 · 2 comments
Labels

Comments

@matt2e
Copy link
Collaborator

matt2e commented Aug 15, 2024

Use case:

  • I am building a module and need to interface with other modules
  • When i run ftl schema get I get a long list of things, many of them internal to each module (secrets, config, dbs, unexported data types and verbs). This makes it hard to focus on the interface I am trying to glean for each module

Maybe something like ftl schema get --exported? Or would developers not be looking at the cli for this?

@github-actions github-actions bot added the triage Issue needs triaging label Aug 15, 2024
@ftl-robot ftl-robot mentioned this issue Aug 15, 2024
@matt2e matt2e changed the title dx: I want to see what the API is for other modules dx: I want to see what the exported API is for other modules Aug 15, 2024
Copy link
Collaborator

I wonder if we should default to only exported symbols?

@wesbillman
Copy link
Collaborator

Yeah I like the idea of defaulting to only exported as well and maybe have an --all or --verbose flag for getting everything.

@wesbillman wesbillman added dx and removed triage Issue needs triaging labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants