You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Use case:
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 moduleMaybe something like
ftl schema get --exported
? Or would developers not be looking at the cli for this?The text was updated successfully, but these errors were encountered: